﻿@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    font-family: "Raleway", sans-serif !important;
    margin: 0;
    padding: 0;
}

ul, li, h1, h2, h3, h4, h5, h6, p, label, span, div, table, th, tr, td {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "Raleway", sans-serif !important;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

a {
    text-decoration: none
}

.small-hd {
    display: inline-block;
    font-size: 34px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    position: relative;
    font-family: "Raleway", sans-serif !important;
}

    .small-hd::before {
        content: '';
        width: 200px;
        height: 2px;
        background: #000;
        position: absolute;
        left: 105%;
        top: 30px;
        display: inline-block;
    }

.small-hd2 {
    display: inline-block;
    font-size: 30px;
    font-weight: 400;
    color: #000;
    position: relative;
}

    .small-hd2::before {
        content: '';
        width: 150px;
        height: 2px;
        background: #000;
        position: absolute;
        left: 105%;
        top: 30px;
        display: inline-block;
    }

h2 {
    font-size: 72px !important;
    font-weight: 700 !important;
    color: #000;
    text-transform: uppercase;
    position: relative;
    font-family: "Raleway", sans-serif !important;
    margin-top: 0 !important;
}

h3 {
    font-size: 58px !important;
    font-weight: 700 !important;
    color: #000;
    position: relative;
    margin-top: 0 !important;
    font-family: "Raleway", sans-serif !important;
}

.text-part {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 22%;
    margin-top: 50px;
}

.plus-icon {
    width: 15%;
    position: absolute;
    left: 0;
    top: -30px;
}

.bigpara {
    font-size: 24px !important;
    font-weight: 400;
    line-height: 1.6;
    font-family: "Raleway", sans-serif !important;
}

p {
    font-size: 20px !important;
    line-height: 1.6;
    font-weight: 300;
    font-family: "Raleway", sans-serif !important;
}

.bold-font {
    font-weight: 800;
}

.purple-color {
    color: #ed58f1;
}

.blue-color {
    color: #009ee3;
}

.green-color {
    color: #6f7f01;
}

.lightgreen-color {
    color: #cddc39
}

.white-color {
    color: #fff;
}

.sidenav.expend {
    width: 500px;
}

img {
    max-width: 100%;
}
/*header css*/
.affix {
    position: fixed;
}

header {
    width: 100%;
    background: #fff;
    z-index: 9999;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
    padding: 20px 0 20px;
    border-bottom: 1px solid #ccc;
    top: 0;
}

    header.header.affix {
        z-index: 999999;
    }

.dasca-logo {
    width: 260px;
    float: left;
}

    .dasca-logo img {
        width: 100%;
    }

.header-right {
    float: right;
    position: relative;
    padding-top: 24px;
}

    .header-right nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px;
        background: white;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }



    .header-right .nav-links {
        display: flex;
        gap: 15px;
        margin-right: 29px;
        float: left;
    }

        .header-right .nav-links a {
            text-decoration: none;
        }

    .header-right .btn-home {
        background: #1da1f2;
        color: white;
        padding: 10px 25px;
        border-radius: 28px;
        font-weight: 600;
        font-size: 15px;
        font-family: "Raleway", sans-serif !important;
    }

        .header-right .btn-home:hover {
            background: #0082d3;
        }

    .header-right .btn-login:hover {
        background: #dfb013;
    }

    .header-right .btn-login {
        background: #ffb500;
        color: black;
        padding: 10px 25px;
        border-radius: 28px;
        font-weight: 600;
        font-size: 15px;
        font-family: "Raleway", sans-serif !important;
    }

        .header-right .btn-login img {
            width: 15px;
            margin-left: 5px;
        }

.menu-btn {
    border: none;
    display: inline-block;
    cursor: pointer;
}

    .menu-btn img {
        width: 40px;
        margin-top: 7px;
    }

    .menu-btn:hover {
        cursor: pointer;
        opacity: 0.7;
    }

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background: #000;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

    .sidenav a {
        padding: 15px 8px 15px 32px;
        text-decoration: none;
        font-size: 20px;
        color: #fff;
        display: block;
        transition: 0.3s;
        font-weight: 700;
    }

        .sidenav a:hover {
            color: #00A0E3;
            text-decoration: underline;
        }

    .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;
        }
}

/*home banner css*/
.home-banner {
    width: 100%;
    height: 450px;
    background: #fff;
    position: relative;
    margin-top: 100px;
    padding-top: 95px;
}

    .home-banner .left-part {
        width: 58%;
        float: left;
        padding-left: 19px;
        /*margin-top: 54px;*/
        padding-right: 38px;
    }

        .home-banner .left-part .banner-small-hd {
            display: block;
            font-size: 28px;
            font-weight: 400;
            color: #000;
            text-transform: uppercase;
            position: relative;
            padding-left: 50px;
            margin-bottom: 6px;
        }

            .home-banner .left-part .banner-small-hd::before {
                content: '';
                width: 45px;
                height: 2px;
                background: #000;
                position: absolute;
                left: 0;
                top: 16px;
                display: inline-block;
            }

            .home-banner .left-part .banner-small-hd::after {
                content: '';
                width: 25px;
                height: 2px;
                background: #000;
                position: absolute;
                left: 20px;
                top: 23px;
                display: inline-block;
            }

        .home-banner .left-part h1 {
            font-size: 38px;
            font-weight: normal;
            color: #000;
            line-height: 64px;
            margin-top: 10px;
        }

            .home-banner .left-part h1 span {
                font-weight: 900;
                color: #36b3e9;
                font-size: 79px;
            }

    .home-banner .right-part {
        width: 40%;
        float: left;
    }

        .home-banner .right-part img {
            width: 180px;
        }

        .home-banner .right-part p {
            font-size: 17px !important;
        }

            .home-banner .right-part p .para-green {
                color: #0f6d8e;
                font-weight: 700;
            }
/*main css*/
.inner-wrap {
    width: 100%;
    float: left;
    padding-left: 80px;
    padding-right: 80px;
}

.dse-sec1 {
    width: 100%;
    background: #c7d94a;
    padding-bottom: 80px;
}

    .dse-sec1 .container {
        position: relative;
    }
    /*.dse-sec1 .img-dse1 {
        width: 100%;
        position:relative;
        padding-left:80px;

    }
.dse-sec1 .img-dse1 img {
        max-width: 110%;

    }*/

    .dse-sec1 .img-dse1 video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .dse-sec1 .big-bigpara {
        font-size: 30px !important;
        font-weight: 300;
        line-height: 1.5;
        margin-top: 40px;
    }

.dse-achieving-sec {
    width: 100%;
    padding: 30px 0;
    background-color: #fcfcfc;
}

    .dse-achieving-sec .small-hd {
        display: inline-block;
        font-size: 34px;
        font-weight: 400;
        color: #000;
        text-transform: uppercase;
        position: relative;
    }

        .dse-achieving-sec .small-hd::before {
            content: '';
            width: 300px;
            height: 2px;
            background: #000;
            position: absolute;
            left: 105%;
            top: 30px;
            display: inline-block;
        }

    .dse-achieving-sec h3 {
        color: #ed58f1;
        position: relative;
        margin-top: 0;
    }

    .dse-achieving-sec .text-part {
        width: 100%;
        float: left;
        position: relative;
        padding-left: 22%;
        margin-top: 50px;
    }

    .dse-achieving-sec .plus-icon {
        width: 15%;
        position: absolute;
        left: 0;
        top: -30px;
    }

    .dse-achieving-sec .bigpara {
        font-size: 24px;
        font-weight: 400;
        line-height: 1.6;
    }

    .dse-achieving-sec ul {
        list-style: none;
        margin-top: 40px;
        padding: 0;
        float: left;
    }

        .dse-achieving-sec ul li {
            list-style: none;
            width: 100%;
            float: left;
            padding: 30px 15px;
            border-bottom: 1px solid #eee;
        }

            .dse-achieving-sec ul li:last-child {
                border-bottom: 0 solid #eee;
            }

            .dse-achieving-sec ul li h4 {
                font-size: 28px !important;
                width: 35%;
                float: left;
                font-weight: 300 !important;
            }

                .dse-achieving-sec ul li h4 b {
                    font-weight: 700;
                }

            .dse-achieving-sec ul li p {
                font-size: 20px;
                width: 65%;
                float: left;
            }

            .dse-achieving-sec ul li:hover {
                background: #000 url('../images/bg-black.png') no-repeat;
            }

.why-become-a-dasca ul li:hover {
    background: #000 url('../images/bg-black.png') no-repeat;
}

.dse-achieving-sec ul li:hover h4, .dse-achieving-sec ul li:hover p {
    color: #ed58f1;
}

.dse-opport-sec {
    width: 100%;
    margin-top: 30px;
}

    .dse-opport-sec .small-hd {
        display: inline-block;
        font-size: 34px;
        font-weight: 400;
        color: #000;
        text-transform: uppercase;
        position: relative;
    }

        .dse-opport-sec .small-hd::before {
            content: '';
            width: 300px;
            height: 2px;
            background: #000;
            position: absolute;
            left: 105%;
            top: 30px;
            display: inline-block;
        }

    .dse-opport-sec h3 {
        color: #36b3e9;
        position: relative;
        margin-top: 0;
    }

    .dse-opport-sec .opport-full-part {
        width: 100%;
        background: #000 url(../images/dse-opport-bg.jpg) no-repeat center;
        margin-top: 20px;
        min-height: 920px;
        position: relative;
        /*background-attachment: fixed;*/
    }

        .dse-opport-sec .opport-full-part .inner-wrap {
            position: relative;
        }

.opport-full-part .logo-box {
    width: 425px;
    margin-top: 18px;
}

    .opport-full-part .logo-box img {
        max-width: 100%; /*padding:10px; background:#fff;*/
    }


.dse-opport-sec .text-box {
    width: 77%;
    background: #009ee3;
    top: 562px;
    padding: 20px 30px;
    position: absolute;
}

    .dse-opport-sec .text-box p {
        color: #fff;
        margin-bottom: 0;
    }


.dse-apply-sec {
    width: 100%;
    background: #000 url(../images/dse-apply-bg.jpg) no-repeat;
    background-size: cover;
    padding: 50px 0;
    border-bottom: 1px solid #333;
}

    .dse-apply-sec .left-part {
        width: 75%;
        float: left;
    }

    .dse-apply-sec p {
        font-size: 40px !important;
        color: #fff;
        font-weight: 300;
        line-height: 1.4;
    }

        .dse-apply-sec p b {
            font-weight: 700 !important;
        }

.btn-new {
    display: inline-block;
    background: #c7d94a;
    padding: 1.4rem 3rem;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-family: inherit;
    border-radius: 50px;
    margin-top: 30px;
}

    .btn-new::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        transform: translateX(-100%);
        transition: all .3s;
        z-index: -1;
        color: #fff;
    }

    .btn-new:hover::before {
        transform: translateX(0);
    }

    .btn-new img {
        max-width: 20px;
        margin-left: 5px;
    }

.case-study-sec {
    padding: 80px 0;
}
/*footer css*/
.dse-footer {
    width: 100%;
    background: #09090a;
    /*padding-bottom: 20px;*/
}

.footer-top {
    width: 100%;
    background: #09090a;
    padding: 60px 0 40px;
    /*border-top: 1px solid #333;*/
    border-bottom: 1px solid #333;
}

    .footer-top .col1 {
        width: 37%;
        float: left;
    }

    .footer-top .col2 {
        width: 37%;
        float: left;
    }

    .footer-top .col3 {
        width: 26%;
        float: left;
    }

    .footer-top ul {
        float: left;
    }

        .footer-top ul li {
            width: 100%;
            float: left;
            margin-bottom: 21px;
        }

            .footer-top ul li a {
                display: inline-block;
                width: 100%;
                float: left;
                font-size: 18px;
                color: #b9b9b9;
                font-weight: 500;
                text-decoration: none;
                -webkit-font-smoothing: antialiased;
            }

                .footer-top ul li a:hover {
                    text-decoration: underline;
                    float: left;
                }

.copyright-line {
    width: 100%;
    padding: 20px 0;
    background: #09090a;
}

    .copyright-line .copyright {
        float: left;
        width: 45%;
    }

        .copyright-line .copyright p {
            font-size: 13px !important;
            font-weight: 500;
            color: #b9b9b9;
        }


    .copyright-line .footer-ul {
        float: right;
        width: 40%;
    }

        .copyright-line .footer-ul li a {
            float: left;
            color: #b9b9b9;
            margin: 0 15px;
            text-decoration: none;
            font-size: 13px !important;
            font-weight: 500;
            -webkit-font-smoothing: antialiased;
        }

            .copyright-line .footer-ul li a:hover {
                text-decoration: underline;
                float: left;
            }

.footer-top .social {
    float: left;
    margin-top: 24px;
}

    .footer-top .social li {
        display: inline-block;
        margin: 2px;
        width: 55px;
    }

        .footer-top .social li a {
            background: #3F3D4D;
            color: #919191;
            display: block;
            height: 50px;
            padding-top: 11px;
            width: 50px;
            text-align: center;
            border-radius: 100%;
        }

            .footer-top .social li a:hover {
                background: #2196f3;
                color: #fff;
            }

.footer-top .social-link {
    display: inline-block;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'FontAwesome';
    font-size: 18px;
}


/*Account login start*/
.acountlgn {
    width: 100%;
    padding-top: 33px;
    padding-bottom: 100px;
}

    .acountlgn .left_sec {
        float: left;
        width: 34%;
        padding-top: 3px;
    }

        .acountlgn .left_sec img {
            width: 100%;
        }

    .acountlgn .right_sec {
        display: flex;
        /*justify-content: center;
        align-items: center;*/
        width: 48%;
        flex-direction: column;
        float: left;
        padding-top: 30px;
    }

        .acountlgn .right_sec h3 {
            font-family: "Raleway", sans-serif !important;
            font-size: 26px !important;
            font-weight: 500 !important;
            margin-bottom: 29px;
            line-height: 42px;
        }

        .acountlgn .right_sec input {
            height: 68px;
            margin-top: 16px;
            width: 405px;
            border: 1px solid #b7b7b7;
            padding-left: 37px;
            font-size: 16px;
            font-family: "Raleway", sans-serif !important;
            border-radius: 5px;
            font-weight: 500;
        }

            .acountlgn .right_sec input:focus-visible {
                outline: none;
            }

        .acountlgn .right_sec .input_box {
            position: relative;
        }

        .acountlgn .right_sec img.icons {
            position: absolute;
            left: 10px;
            top: 36px;
            width: 22px;
        }

        .acountlgn .right_sec img.icons_password {
            position: absolute;
            left: 10px;
            top: 36px;
            width: 15px;
        }

        .acountlgn .right_sec .bottom_sec {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin: 17px 0px;
        }

        /*.acountlgn .right_sec .Remember_me {
            display: flex;
            align-items: center;
        }

            .acountlgn .right_sec .Remember_me input {
                width: 18px;
                margin-top: 0px;
                margin-right: 7px;
            }

            .acountlgn .right_sec .Remember_me span {
                font-size: 13px;
                color: #4e4e4e;
                font-family: "Raleway", sans-serif !important;
            }*/

        .acountlgn .right_sec .forgot a {
            font-size: 14px;
            text-decoration: none;
            color: #4e4e4e;
            font-family: "Raleway", sans-serif !important;
            font-weight: 600;
        }

        .acountlgn .right_sec .login_btn {
            background: #1da1f2;
            color: white;
            padding: 13px 44px;
            border-radius: 28px;
            font-weight: 900;
            font-size: 16px;
            font-family: "Raleway", sans-serif !important;
            border: none;
            cursor: pointer;
            margin-bottom: 20px;
        }

            .acountlgn .right_sec .login_btn:hover {
                background: #088cdd;
            }

        .acountlgn .right_sec .submit_sec {
            position: relative;
        }

            .acountlgn .right_sec .submit_sec img {
                /*position: absolute;
                top: 11px;
                right: 3px;*/
                width: 24px;
            }

        .acountlgn .right_sec .click_here {
            background-color: white;
            color: black;
            border-radius: 10em;
            font-size: 14px;
            font-weight: 600;
            padding: 1em 2em;
            cursor: pointer;
            transition: all 0.3s ease-in-out;
            border: 1px solid black;
            box-shadow: 0 0 0 0 black;
        }

        .acountlgn .right_sec .submit_sec p {
            font-family: "Raleway", sans-serif !important;
            font-weight: 500;
            font-size: 18px !important;
            margin-top: 7px;
            margin-bottom: 0;
        }

        .acountlgn .right_sec .click_here:hover {
            transform: translateY(-4px) translateX(-2px);
            box-shadow: 2px 5px 0 0 black;
        }


/*Apply for accreditation end*/

/*Dasca accreditation eligibility start*/
.accre-eligibility-sec1 {
    width: 100%;
    padding: 80px 0 0;
    margin-top: 100px;
}

    .accre-eligibility-sec1 .small-hd::before {
        width: 115px;
    }

    .accre-eligibility-sec1 ul {
        width: 100%;
        margin-top: 50px;
    }

        .accre-eligibility-sec1 ul li {
            width: 100%;
            float: left;
            margin-bottom: 30px;
            padding-bottom: 30px;
            border-bottom: 1px solid #d4d4d4;
            position: relative;
            padding-left: 80px;
        }

            .accre-eligibility-sec1 ul li:last-child {
                margin-bottom: 0;
                border-bottom: 0 solid #d4d4d4;
            }



            .accre-eligibility-sec1 ul li .number {
                width: 50px;
                height: 50px;
                line-height: 50px;
                background: #009ee3;
                text-align: center;
                font-size: 28px;
                font-weight: 400;
                color: #fff;
                float: left;
                position: absolute;
                left: 0;
                top: 0;
            }

.accreditation-eligibility-page .note {
    font-size: 11px !important;
    font-style: italic;
    font-weight: bold;
}

.accre-eligibility-sec2 {
    width: 100%;
    margin-top: 50px;
}

    .accre-eligibility-sec2 .full-part {
        width: 100%;
        position: relative;
        margin-top: 30px;
    }

        .accre-eligibility-sec2 .full-part .inner-wrap {
            position: relative;
        }

        .accre-eligibility-sec2 .full-part .left-side {
            width: 42%;
            float: left;
            overflow: hidden;
            height: 450px;
            text-align: right;
        }

            .accre-eligibility-sec2 .full-part .left-side img {
                max-width: 110%;
            }

        .accre-eligibility-sec2 .full-part .right-side {
            width: 58%;
            float: left;
            padding-left: 40px;
        }

    .accre-eligibility-sec2 ul {
        list-style: none;
        margin-top: 20px;
        padding: 0;
    }

        .accre-eligibility-sec2 ul li {
            list-style: none;
            width: 100%;
            float: left;
            font-size: 20px;
            line-height: 1.6;
            padding-left: 25px;
            margin-bottom: 10px;
            position: relative;
        }

            .accre-eligibility-sec2 ul li::before {
                content: '';
                width: 12px;
                height: 12px;
                float: left;
                background: #009ee3;
                position: absolute;
                left: 0;
                top: 10px;
                padding-top: 0;
                border-radius: 10px;
            }

.accre-eligibility-sec3 {
    width: 100%;
    margin-top: 80px;
}

    .accre-eligibility-sec3 .text-part {
        width: 100%;
        float: left;
        position: relative;
        padding-left: 22%;
        margin-top: 50px;
    }

    .accre-eligibility-sec3 .best-imgbox {
        width: 100%;
        float: left;
        margin-top: 40px;
    }

.best-imgbox .img1 {
    width: 48%;
    float: left;
    margin-right: 4%;
}

.best-imgbox .img2 {
    width: 48%;
    float: left;
}

.accre-eligibility-sec4 {
    width: 100%;
    margin-top: 80px;
}

    .accre-eligibility-sec4 .full-part {
        width: 100%;
        background: #000 url(../../../content/accreditation/images/requirements-bg.jpg) no-repeat;
        background-size: cover;
        margin-top: 30px;
        min-height: 650px;
    }

        .accre-eligibility-sec4 .full-part .inner-wrap {
            position: relative;
        }

    .accre-eligibility-sec4 .text-box {
        width: 73%;
        background: #6f7f01;
        float: right;
        margin-top: 145px;
        padding: 50px 50px;
    }

        .accre-eligibility-sec4 .text-box p {
            color: #fff;
        }
/*Dasca accreditation eligibility end*/

/*Dasca standard start*/
.accre-standards-sec1 {
    width: 100%;
    padding: 80px 0 0;
    margin-top: 100px;
}

    .accre-standards-sec1 .small-hd::before {
        width: 115px;
    }

.accre-standards-sec2 {
    width: 100%;
    margin-top: 80px;
}

    .accre-standards-sec2 .full-imgbox {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .accre-standards-sec2 ul {
        width: 100%;
        margin-top: 50px;
    }

        .accre-standards-sec2 ul li {
            width: 100%;
            float: left;
            margin-bottom: 30px;
            padding-bottom: 30px;
            border-bottom: 1px solid #d4d4d4;
            position: relative;
            padding-left: 80px;
        }

            .accre-standards-sec2 ul li:last-child {
                margin-bottom: 0;
                border-bottom: 0 solid #d4d4d4;
            }

            .accre-standards-sec2 ul li h4 {
                font-size: 26px;
                font-weight: 700;
                margin-top: 0;
            }

            .accre-standards-sec2 ul li .number {
                width: 50px;
                height: 50px;
                line-height: 50px;
                background: #009ee3;
                text-align: center;
                font-size: 28px;
                font-weight: 400;
                color: #fff;
                float: left;
                position: absolute;
                left: 0;
                top: 0;
            }

.accre-standards-sec3 {
    width: 100%;
    margin-top: 80px;
}

    .accre-standards-sec3 .full-part {
        background: #000 url(../../../Content/accreditation/images/validity-bg.jpg) no-repeat center;
        background-size: cover;
        margin-top: 30px;
        min-height: 650px;
        margin-bottom: 80px;
    }

    .accre-standards-sec3 .inner-wrap {
        position: relative;
    }

    .accre-standards-sec3 .text-box {
        width: 86%;
        background: #cddc39 /*#009ee3*/;
        padding: 50px 50px;
        position: absolute;
        right: 80px;
        top: 315px;
    }

.accre-standards-sec4 {
    width: 100%;
    margin-top: 80px;
    padding-bottom: 100px;
}

    .accre-standards-sec4 .text-part {
        width: 100%;
        float: left;
        position: relative;
        padding-left: 22%;
        margin-top: 50px;
    }

    .accre-standards-sec4 .best-imgbox {
        width: 100%;
        float: left;
        margin-top: 40px;
    }

.best-imgbox .img1 {
    width: 48%;
    float: left;
    margin-right: 4%;
}

.best-imgbox .img2 {
    width: 48%;
    float: left;
}
/*Dasca standard end*/

/*Excellence Accreditation start*/
.advisors-sec1 {
    width: 100%;
    padding: 80px 0;
    margin-top: 100px;
}

    .advisors-sec1 .small-hd::before {
        width: 115px;
    }

.become-advisordvt {
    width: 100%;
    padding: 80px 0;
    background: #cddc39;
}


    .become-advisordvt .full-imgbox {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 30px;
    }

.why-become-a-dasca {
    width: 100%;
    padding: 80px 0 0px 0px;
}

    .why-become-a-dasca .small-hd::before {
        width: 115px;
    }

    .why-become-a-dasca ul {
        list-style: none;
        margin-top: 40px;
        padding: 0;
        float: left;
    }

        .why-become-a-dasca ul li {
            list-style: none;
            width: 100%;
            float: left;
            padding: 30px 15px;
            border-bottom: 1px solid #eee;
        }

            .why-become-a-dasca ul li:last-child {
                border-bottom: 0 solid #eee;
            }

            .why-become-a-dasca ul li h3 {
                font-size: 28px !important;
                width: 35%;
                float: left;
                font-weight: 300 !important;
            }

            .why-become-a-dasca ul li p {
                font-size: 20px;
                width: 55%;
                float: left;
            }



            .why-become-a-dasca ul li:hover h3, .why-become-a-dasca ul li:hover p {
                color: #fff;
            }

    .why-become-a-dasca h5 {
        font-size: 24px !important;
        font-weight: 800 !important;
        font-family: "Raleway", sans-serif !important;
        margin-top: 40px;
        border-bottom: 2px solid rgb(238, 238, 238);
        padding-bottom: 21px;
    }

.leadershipdvt {
    padding: 30px 0;
    background-color: #fcfcfc;
}

    .leadershipdvt .bigpara {
        margin-top: 20px;
        color: #000;
    }

    .leadershipdvt .small-hd2::before {
        background: #000;
    }

.joinprestigiousdvt {
    padding: 80px 0;
    background: #000 url(../../../Content/accreditation/images/joinprestigiousdvt-bg.jpg) no-repeat center;
    background-size: cover;
    height: 700px;
}

    .joinprestigiousdvt .bigpara {
        margin-top: 20px;
        color: #000;
    }

    .joinprestigiousdvt .small-hd2::before {
        background: #000;
    }

    .joinprestigiousdvt .text-box {
        width: 55%;
        background: #fec748;
        padding: 50px 50px;
        position: absolute;
    }

.shape-the-future {
    width: 100%;
    margin-top: 80px;
    padding-bottom: 100px;
}



    .shape-the-future .text-part {
        width: 100%;
        float: left;
        position: relative;
        padding-left: 22%;
        margin-top: 50px;
    }

    .shape-the-future .best-imgbox {
        width: 100%;
        float: left;
        margin-top: 40px;
    }

        .shape-the-future .best-imgbox .img1 {
            width: 48%;
            float: left;
            margin-right: 4%;
        }

        .shape-the-future .best-imgbox .img2 {
            width: 48%;
            float: left;
        }

    .shape-the-future ul.faqlistdv {
        float: left;
        width: 100%;
        padding-left: 26px;
        margin: 0 0 20px;
    }

    .shape-the-future h5 {
        font-size: 24px;
        font-weight: 800;
        margin-bottom: 5px;
    }

    .shape-the-future ul.faqlistdv li {
        list-style: none;
        float: left;
        width: 100%;
        box-sizing: border-box;
        font-size: 20px;
        line-height: 1.6;
        font-weight: 400;
        margin-bottom: 6px;
        position: relative;
        color: #000;
        z-index: 9999;
    }

        .shape-the-future ul.faqlistdv li::before {
            width: 7px;
            height: 7px;
            background: #000;
            content: "";
            position: absolute;
            top: 16px;
            left: -15px;
        }

        .shape-the-future ul.faqlistdv li p {
            margin-bottom: 0;
        }

    .shape-the-future a {
        font-weight: 900;
        font-size: 21px;
        text-decoration: underline;
    }

        .shape-the-future a:hover {
            text-decoration: none;
        }
/*Excellence Accreditation end*/

/*FAQ START*/
.accre-faqs-sec1 {
    width: 100%;
    padding: 80px 0 0;
    margin-top: 100px;
}

    .accre-faqs-sec1 p {
        font-weight: 700;
    }

.accre-faqs-sec2 {
    width: 100%;
    margin-top: 80px;
    padding-bottom: 100px;
}

    .accre-faqs-sec2 ul li {
        width: 100%;
        float: left;
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #d4d4d4;
        position: relative;
        padding-left: 80px;
    }

        .accre-faqs-sec2 ul li:last-child {
            margin-bottom: 0;
            border-bottom: 0 solid #d4d4d4;
        }

        .accre-faqs-sec2 ul li h4 {
            font-size: 28px;
            font-weight: 700;
        }

        .accre-faqs-sec2 ul li .number {
            width: 50px;
            height: 50px;
            line-height: 50px;
            background: #009ee3;
            text-align: center;
            font-size: 28px;
            font-weight: 400;
            color: #fff;
            float: left;
            position: absolute;
            left: 0;
            top: 0;
        }

.faq-wrap1, .faq-wrap2, .faq-wrap3, .faq-wrap4 {
    margin-top: 30px;
}

.accre-faqs-sec2 .faq-wrap2 ul li .number {
    background: #cddc39;
}

.accre-faqs-sec2 .faq-wrap3 ul li .number {
    background: #ed58f1;
}

.accre-faqs-sec2 .faq-wrap4 ul li .number {
    background: #6f7f01;
}
/*FAQ end*/

/*How Dasca start*/
.accre-eligibility-sec1 {
    width: 100%;
    padding: 80px 0 0;
    margin-top: 100px;
}

    .accre-eligibility-sec1 .small-hd::before {
        width: 115px;
    }

/*.accre-eligibility-sec2 {
    width: 100%;
    margin-top: 100px;
}*/

.accre-eligibility-sec2 .full-part {
    width: 100%;
    position: relative;
    margin-top: 30px;
}

    .accre-eligibility-sec2 .full-part .inner-wrap {
        position: relative;
    }

    .accre-eligibility-sec2 .full-part .left-side {
        width: 58%;
        float: left;
        overflow: hidden;
        height: 490px;
        text-align: right;
        margin-left: -20%;
    }

        .accre-eligibility-sec2 .full-part .left-side img {
            max-width: 100%;
        }

    .accre-eligibility-sec2 .full-part .right-side {
        width: 62%;
        float: left;
        padding-left: 40px;
    }

.accre-eligibility-sec2 ul {
    list-style: none;
    margin-top: 20px;
    padding: 0;
}

    .accre-eligibility-sec2 ul li {
        list-style: none;
        width: 100%;
        float: left;
        font-size: 20px;
        line-height: 1.6;
        padding-left: 25px;
        margin-bottom: 10px;
        position: relative;
    }

        .accre-eligibility-sec2 ul li::before {
            content: '';
            width: 12px;
            height: 12px;
            float: left;
            background: #009ee3;
            position: absolute;
            left: 0;
            top: 10px;
            padding-top: 0;
            border-radius: 10px;
        }

.eligibilitydtvi {
    width: 100%;
    margin-top: 80px;
}

    .eligibilitydtvi h4 {
        font-size: 28px !important;
        font-weight: 800;
        line-height: 1.3;
        margin-bottom: 15px;
    }

    .eligibilitydtvi .text-part {
        width: 100%;
        float: left;
        position: relative;
        padding-left: 22%;
        margin-top: 50px;
    }

    .eligibilitydtvi .best-imgbox {
        width: 100%;
        float: left;
        margin-top: 40px;
    }

        .eligibilitydtvi .best-imgbox .img1 {
            width: 48%;
            float: left;
            margin-right: 4%;
        }

        .eligibilitydtvi .best-imgbox .img2 {
            width: 48%;
            float: left;
        }

    .eligibilitydtvi ul.faqlistdv {
        float: left;
        width: 100%;
        padding-left: 26px;
        margin: 0 0 20px;
    }

        .eligibilitydtvi ul.faqlistdv h5 {
            font-size: 20px;
            font-weight: 800;
            margin-bottom: 5px;
        }

        .eligibilitydtvi ul.faqlistdv li {
            list-style: none;
            float: left;
            width: 100%;
            box-sizing: border-box;
            font-size: 20px;
            line-height: 1.6;
            font-weight: 400;
            margin-bottom: 11px;
            position: relative;
            color: #000;
            z-index: 9999;
        }

            .eligibilitydtvi ul.faqlistdv li::before {
                width: 7px;
                height: 7px;
                background: #000;
                content: "";
                position: absolute;
                top: 16px;
                left: -15px;
            }

    .eligibilitydtvi .note {
        font-size: 13px !important;
        font-weight: 800
    }

.regional-impact-sec {
    width: 100%;
    margin-top: 80px;
    padding-bottom: 80px;
}

    .regional-impact-sec .full-imgbox {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 30px;
    }

.applytvi {
    padding: 80px 0;
    background: #111;
}

    .applytvi .leftimgbx img {
        width: 100%;
    }

    .applytvi .small-hd::before {
        background: #fff;
    }

    .applytvi .rightbx ul {
        float: left;
        width: 100%;
        margin: 0;
        padding-left: 30px;
    }

        .applytvi .rightbx ul li {
            list-style: none;
            float: left;
            width: 100%;
            box-sizing: border-box;
            font-size: 20px;
            line-height: 1.6;
            font-weight: 400;
            margin-bottom: 11px;
            position: relative;
            color: #fff;
        }

            .applytvi .rightbx ul li::before {
                width: 10px;
                height: 10px;
                background: #fff;
                content: "";
                position: absolute;
                top: 13px;
                left: -18px;
                border-radius: 50px;
            }

    .applytvi p {
        color: #fff;
    }

.dse-digitally-powered {
    width: 100%;
    padding: 100px 0 30px;
}

    .dse-digitally-powered h2 {
        font-size: 72px;
        font-weight: 700;
        color: #ed58f1;
        text-transform: uppercase;
        position: relative;
        margin-top: 0;
    }

    .dse-digitally-powered .small-hd {
        display: inline-block;
        font-size: 34px;
        font-weight: 400;
        color: #000;
        text-transform: uppercase;
        position: relative;
    }

        .dse-digitally-powered .small-hd::before {
            content: '';
            width: 300px;
            height: 2px;
            background: #000;
            position: absolute;
            left: 105%;
            top: 30px;
            display: inline-block;
        }

    .dse-digitally-powered h4 {
        font-size: 28px !important;
        font-weight: 800 !important;
        font-family: "Raleway", sans-serif !important;
        border-bottom: 2px solid rgb(238, 238, 238);
        margin-top: 40px;
        padding-bottom: 15px;
    }

    .dse-digitally-powered .text-part {
        width: 100%;
        float: left;
        position: relative;
        padding-left: 22%;
        margin-top: 50px;
    }

    .dse-digitally-powered .plus-icon {
        width: 15%;
        position: absolute;
        left: 0;
        top: -30px;
    }

    .dse-digitally-powered .bigpara {
        font-size: 24px;
        font-weight: 400;
        line-height: 1.6;
    }

    .dse-digitally-powered ul {
        list-style: none;
        margin-top: 30px;
        padding: 0;
        float: left;
    }

        .dse-digitally-powered ul li {
            list-style: none;
            width: 100%;
            float: left;
            padding: 30px 15px;
            border-bottom: 1px solid #eee;
        }

            .dse-digitally-powered ul li:last-child {
                border-bottom: 0 solid #eee;
            }

            .dse-digitally-powered ul li h3 {
                width: 100%;
                float: left;
                font-size: 26px !important;
                font-weight: 700 !important;
                line-height: 23px;
            }

            .dse-digitally-powered ul li p {
                width: 100%;
                float: left;
            }

            .dse-digitally-powered ul li:hover {
                background: #000 url('../Content/accreditation/images/bg-black.png') no-repeat;
                background-size: cover;
            }

                .dse-digitally-powered ul li:hover h3, .dse-digitally-powered ul li:hover p, .dse-digitally-powered ul li:hover ul li {
                    color: #fff;
                }

            .dse-digitally-powered ul li ul {
                width: 100%;
                margin-top: 0;
                padding-left: 35px;
                float: left;
            }

                .dse-digitally-powered ul li ul li {
                    list-style: disc outside none;
                    width: 100%;
                    float: left;
                    padding: 0;
                    border-bottom: 0 solid #eee;
                    font-size: 20px !important;
                    line-height: 1.6;
                    font-weight: 300;
                    font-family: "Raleway", sans-serif !important;
                }

.tracks-sec {
    padding: 80px 0;
    background-color: #fcfcfc;
}

    .tracks-sec .bigpara {
        margin-top: 50px;
    }

    .tracks-sec ul {
        margin: 30px 0;
        padding: 0;
        float: left;
        width: 100%;
    }

        .tracks-sec ul li {
            width: 48.8%;
            float: left;
            overflow: hidden;
            height: 520px;
            border: 1px solid #dcdcdc;
            box-sizing: border-box;
            margin-right: 23px;
            margin-bottom: 23px;
            padding: 30px 40px;
            box-shadow: 0px 30px 200px rgba(16,25,56,.08);
            border-radius: 5px;
            background: #fff;
        }

            .tracks-sec ul li:nth-child(2) {
                margin-right: 0;
            }

            .tracks-sec ul li:nth-child(3) {
                width: 100%;
                margin-right: 0;
                height: auto;
            }

        .tracks-sec ul.listvi {
            padding-left: 18px;
            margin: 0;
        }

            .tracks-sec ul.listvi li {
                list-style-type: disc;
                width: 100%;
                float: left;
                height: auto;
                background: none;
                box-shadow: none;
                padding: 0;
                border: none;
                overflow: initial;
                margin-right: 0;
                margin-bottom: 10px;
                font-size: 20px !important;
                line-height: 1.6;
                font-weight: 300;
            }

        .tracks-sec ul li h5 {
            display: block;
            font-size: 24px !important;
            font-weight: 800 !important;
            color: #000;
            margin-bottom: 16px;
            line-height: 33px;
        }

    .tracks-sec .note {
        font-weight: 900;
    }
/*How Dasca end*/
/*Resources institution start*/
.resources-sec-1 {
    width: 100%;
    padding: 80px 0 0;
    margin-top: 100px;
}

.accre-eligibility-sec1 .small-hd::before {
    width: 115px;
}

.guidancedtvi {
    width: 100%;
    margin-top: 80px;
    margin-bottom: 80px;
}

    .guidancedtvi .text-part {
        width: 100%;
        float: left;
        position: relative;
        padding-left: 22%;
        margin-top: 50px;
        z-index: 999;
    }

    .guidancedtvi .best-imgbox {
        width: 100%;
        float: left;
        margin-top: 40px;
    }

        .guidancedtvi .best-imgbox .img1 {
            width: 48%;
            float: left;
            margin-right: 4%;
        }

        .guidancedtvi .best-imgbox .img2 {
            width: 48%;
            float: left;
        }

    .guidancedtvi ul.faqlistdv {
        float: left;
        width: 100%;
        padding-left: 26px;
        margin: 0 0 20px;
    }

        .guidancedtvi ul.faqlistdv h4 {
            margin-bottom: 5px;
            font-size: 18px;
            font-weight: 800;
        }



        .guidancedtvi ul.faqlistdv li {
            list-style: none;
            float: left;
            width: 100%;
            box-sizing: border-box;
            font-size: 20px;
            line-height: 1.6;
            font-weight: 400;
            margin-bottom: 11px;
            position: relative;
            color: #000;
            z-index: 9999;
        }


            .guidancedtvi ul.faqlistdv li::before {
                width: 7px;
                height: 7px;
                background: #000;
                content: "";
                position: absolute;
                top: 16px;
                left: -15px;
            }

.ongoingdvt {
    padding: 80px 0;
    background: #121213;
}

    .ongoingdvt .small-hd2 {
        color: #fff;
    }

        .ongoingdvt .small-hd2::before {
            background: #fff;
        }



    .ongoingdvt .l-part {
        float: left;
        width: 35%;
    }

        .ongoingdvt .l-part img {
            width: 100%;
        }

    .ongoingdvt .r-part {
        float: right;
        width: 62%;
    }

        .ongoingdvt .r-part ul {
            float: left;
            width: 100%;
            margin: 0;
            padding-left: 4px;
        }

            .ongoingdvt .r-part ul li {
                list-style: none;
                float: left;
                width: 100%;
                box-sizing: border-box;
                font-size: 18px;
                line-height: 1.6;
                font-weight: 400;
                margin-bottom: 11px;
                position: relative;
                color: #d4d4d4;
                background: #1E1E1E;
                padding: 14px 12px;
                border-left: 5px solid #ecab23;
            }

    .ongoingdvt b {
        color: #d4d4d4;
        font-weight: 900;
    }

    .ongoingdvt p {
        color: #fff;
    }

.subsidies-initiatives {
    width: 100%;
    padding: 100px 0 40px;
}

    .subsidies-initiatives h4 {
        font-size: 24px !important;
        font-weight: 800 !important;
        font-family: "Raleway", sans-serif !important;
        margin-top: 40px;
        border-bottom: 2px solid rgb(238, 238, 238);
        padding-bottom: 21px;
    }

    .subsidies-initiatives .small-hd {
        display: inline-block;
        font-size: 34px;
        font-weight: 400;
        color: #000;
        text-transform: uppercase;
        position: relative;
    }

        .subsidies-initiatives .small-hd::before {
            content: '';
            width: 300px;
            height: 2px;
            background: #000;
            position: absolute;
            left: 105%;
            top: 30px;
            display: inline-block;
        }

    .subsidies-initiatives h2 {
        font-size: 72px;
        font-weight: 700;
        color: #ed58f1;
        text-transform: uppercase;
        position: relative;
        margin-top: 0;
    }

    .subsidies-initiatives .text-part {
        width: 100%;
        float: left;
        position: relative;
        padding-left: 22%;
        margin-top: 50px;
    }

    .subsidies-initiatives .plus-icon {
        width: 15%;
        position: absolute;
        left: 0;
        top: -30px;
    }

    .subsidies-initiatives ul {
        list-style: none;
        margin-top: 40px;
        padding: 0;
        float: left;
    }

        .subsidies-initiatives ul li {
            list-style: none;
            width: 100%;
            float: left;
            padding: 30px 15px;
            border-bottom: 1px solid #eee;
        }

            .subsidies-initiatives ul li:last-child {
                border-bottom: 0 solid #eee;
            }

            .subsidies-initiatives ul li h3 {
                font-size: 28px !important;
                width: 24%;
                float: left;
                font-weight: 300 !important;
                line-height: 35px;
            }



            .subsidies-initiatives ul li p {
                width: 73%;
                float: left;
            }

            .subsidies-initiatives ul li:hover {
                background: #000 url('../Content/accreditation/images/bg-black.png') no-repeat;
            }

                .subsidies-initiatives ul li:hover h3, .subsidies-initiatives ul li:hover p {
                    color: #ed58f1;
                }

.recognitionvt1 {
    padding: 0px 0 80px;
}

    .recognitionvt1 ul.faqlistdv {
        float: left;
        width: 100%;
        padding-left: 26px;
        margin: 0 0 20px;
    }

        .recognitionvt1 ul.faqlistdv h4 {
            margin-bottom: 5px;
            font-size: 18px;
            font-weight: 800;
        }

    .recognitionvt1 .text-part {
        z-index: 999;
    }

    .recognitionvt1 ul.faqlistdv li {
        list-style: none;
        float: left;
        width: 100%;
        box-sizing: border-box;
        font-size: 20px;
        line-height: 1.6;
        font-weight: 400;
        margin-bottom: 11px;
        position: relative;
        color: #000;
        z-index: 9999;
    }


        .recognitionvt1 ul.faqlistdv li::before {
            width: 7px;
            height: 7px;
            background: #000;
            content: "";
            position: absolute;
            top: 16px;
            left: -15px;
        }
/*Resources institution end*/

/*What is data start*/
.dse-accreditationvi {
    width: 100%;
    padding: 80px 0 0;
    margin-top: 100px;
}

.accitatdvt1 {
    padding: 60px 0;
}

.Widedtvi {
    padding: 80px 0;
    background: #cddc39;
}

    .Widedtvi .leftimgbx {
        overflow: hidden;
        height: 500px;
    }

        .Widedtvi .leftimgbx img {
            width: 100%;
        }

    .Widedtvi .small-hd2::before {
        background: #000;
    }

    .Widedtvi .rightbx ul {
        float: left;
        width: 100%;
        margin: 0;
        padding-left: 30px;
    }

        .Widedtvi .rightbx ul li {
            list-style: none;
            float: left;
            width: 100%;
            box-sizing: border-box;
            font-size: 20px;
            line-height: 1.6;
            font-weight: 400;
            margin-bottom: 11px;
            position: relative;
            color: #000;
        }

            .Widedtvi .rightbx ul li::before {
                width: 10px;
                height: 10px;
                background: #000;
                content: "";
                position: absolute;
                top: 13px;
                left: -18px;
                border-radius: 50px;
            }

    .Widedtvi p {
        color: #000;
    }

.shapingdvi-sec2 {
    width: 100%;
    padding: 80px 0 40px;
}

    .shapingdvi-sec2 .small-hd::before {
        width: 115px;
    }

    .shapingdvi-sec2 h5 {
        font-size: 24px !important;
        font-weight: 800 !important;
        font-family: "Raleway", sans-serif !important;
        margin-top: 40px;
        border-bottom: 2px solid rgb(238, 238, 238);
        padding-bottom: 21px;
    }

    .shapingdvi-sec2 ul {
        width: 100%;
        margin-top: 50px;
    }

        .shapingdvi-sec2 ul li {
            width: 100%;
            float: left;
            margin-bottom: 30px;
            padding-bottom: 30px;
            border-bottom: 1px solid #d4d4d4;
            position: relative;
            padding-left: 80px;
        }

            .shapingdvi-sec2 ul li:last-child {
                margin-bottom: 0;
                border-bottom: 0 solid #d4d4d4;
            }

            .shapingdvi-sec2 ul li h4 {
                font-size: 26px;
                font-weight: 700;
                margin-top: 0;
            }

            .shapingdvi-sec2 ul li .number {
                width: 50px;
                height: 50px;
                line-height: 50px;
                background: #009ee3;
                text-align: center;
                font-size: 28px;
                font-weight: 400;
                color: #fff;
                float: left;
                position: absolute;
                left: 0;
                top: 0;
            }

.dse-studentvi {
    margin-top: 30px;
}

    .dse-studentvi .full-part {
        background: #000 url(../../../Content/accreditation/images/studentvi-bg.jpg) no-repeat center;
        margin-top: 30px;
        min-height: 750px;
        margin-bottom: 120px;
        background-size: cover;
        background-attachment: fixed;
    }

    .dse-studentvi ul {
        float: left;
        width: 100%;
        margin: 0;
        padding-left: 30px;
    }

        .dse-studentvi ul li {
            list-style: none;
            float: left;
            width: 100%;
            box-sizing: border-box;
            font-size: 20px;
            line-height: 1.6;
            font-weight: 400;
            margin-bottom: 11px;
            position: relative;
            color: #fff;
            z-index: 9999;
        }

            .dse-studentvi ul li:last-child {
                margin-bottom: 10px;
            }

            .dse-studentvi ul li::before {
                width: 10px;
                height: 10px;
                background: #fff;
                content: "";
                position: absolute;
                top: 13px;
                left: -18px;
                border-radius: 50px;
            }


    .dse-studentvi .text-box {
        width: 54%;
        background: #009ee3;
        top: 493px;
        padding: 37px 37px;
        position: absolute;
        right: 0;
    }

        .dse-studentvi .text-box p {
            color: #fff;
        }

    .dse-studentvi .inner-wrap {
        position: relative;
    }
/*What is data end*/

/*Why choose start*/
.whychoose-sec1 {
    width: 100%;
    padding: 80px 0 0;
    margin-top: 100px;
}

    .whychoose-sec1 .small-hd::before {
        width: 115px;
    }

.whychoose-sec2 {
    width: 100%;
    margin-top: 80px;
    padding-bottom: 30px;
}

    .whychoose-sec2 .full-imgbox {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .whychoose-sec2 ul {
        width: 100%;
        margin-top: 50px;
    }

        .whychoose-sec2 ul li {
            width: 100%;
            float: left;
            margin-bottom: 30px;
            padding-bottom: 30px;
            border-bottom: 1px solid #d4d4d4;
            position: relative;
            padding-left: 80px;
        }

            .whychoose-sec2 ul li:last-child {
                margin-bottom: 0;
                border-bottom: 0 solid #d4d4d4;
            }

            .whychoose-sec2 ul li h4 {
                font-size: 28px;
                font-weight: 700;
            }

            .whychoose-sec2 ul li .number {
                width: 50px;
                height: 50px;
                line-height: 50px;
                background: #6f7f01;
                text-align: center;
                font-size: 28px;
                font-weight: 400;
                color: #fff;
                float: left;
                position: absolute;
                left: 0;
                top: 0;
            }

.whychoose-sec3 {
    padding: 60px 0;
    background-color: #fcfcfc;
}

    .whychoose-sec3 .bigpara {
        margin-top: 50px;
    }

    .whychoose-sec3 .small-hd::before {
        background: #6f7f01;
    }

    .whychoose-sec3 ul {
        margin: 30px 0;
        padding: 0;
        float: left;
        width: 100%;
    }

        .whychoose-sec3 ul li {
            width: 48.8%;
            float: left;
            overflow: hidden;
            height: 390px;
            border: 1px solid #dcdcdc;
            padding: 30px 40px;
            margin-right: 23px;
            margin-bottom: 23px;
            box-sizing: border-box;
            box-shadow: 0px 30px 200px rgba(16,25,56,.08);
            border-radius: 5px;
            background: #fff;
            position: relative;
        }

            .whychoose-sec3 ul li::before {
                width: 10px;
                height: 20px;
                content: "";
                background: #ed58f1;
                position: absolute;
                left: 0;
                top: 45px;
            }

            .whychoose-sec3 ul li:nth-child(2n+2) {
                margin-right: 0;
            }

            .whychoose-sec3 ul li h5 {
                display: block;
                font-size: 24px !important;
                font-weight: 800 !important;
                color: #000;
                margin-bottom: 16px;
                line-height: 33px;
            }

    .whychoose-sec3 .note {
        font-weight: 900;
    }
/*Why choose end*/
.start-yourdasca {
    width: 100%;
    padding: 80px 0 0;
    margin-top: 100px;
}

.leftvia {
    float: left;
    width: 80%;
}

.accedlgrtvi {
    float: right;
    width: 20%;
}

    .accedlgrtvi img {
        width: 300px;
    }


/*dasca-accreditation-thanks */


.thanks-page-acc {
    width: 100%;
    padding: 80px 0;
    margin-top: 100px;
}

    .thanks-page-acc .small-hd::before {
        width: 115px;
    }

    .thanks-page-acc .social-area {
        margin-top: 10px;
    }

    .thanks-page-acc h5 {
        font-size: 20px;
        font-weight: 700;
    }

    .thanks-page-acc .social-area img {
        width: 34px;
        border: 1px solid #666;
        padding: 5px;
        margin-right: 1px;
        border-radius: 8px;
    }

    .thanks-page-acc .text-part {
        padding-left: 0;
    }

    .thanks-page-acc ul.listthanks li {
        display: inline-block;
        margin-right: 10px;
        font-size: 15px;
        margin-bottom: 9px;
    }

        .thanks-page-acc ul.listthanks li a {
            color: #0094ff;
            font-weight: 700;
            text-decoration: underline;
        }
/*dasca-accreditation-thanks end*/

.logo-ticker {
    width: 100%;
    margin-top: 30px;
    padding-bottom: 100px;
}

    .logo-ticker #slider {
        list-style: none;
        padding: 0
    }

    .logo-ticker .slider-container {
        width: 100%;
        height: 92px;
        padding: 0 0 12px;
    }

    .logo-ticker #slider li {
        width: 120px !important;
    }

    .logo-ticker #slider img {
        width: 105px;
        margin: 0;
        display: inline-block
    }

    .logo-ticker #slider li.w-175 {
        width: 175px !important;
    }

        .logo-ticker #slider li.w-175 img {
            width: 150px !important;
        }

    .logo-ticker #slider li.w-220 {
        width: 220px !important;
    }

        .logo-ticker #slider li.w-220 img {
            width: 84% !important;
        }

    .logo-ticker #slider li.w-221 {
        width: 220px !important;
    }

        .logo-ticker #slider li.w-221 img {
            width: 84% !important;
            padding-top: 10px;
        }

    .logo-ticker #slider li.w-230 {
        width: 230px !important;
    }

        .logo-ticker #slider li.w-230 img {
            width: 85% !important;
            padding-top: 12px;
        }

    .logo-ticker #slider li.w-213 {
        width: 213px !important;
    }

        .logo-ticker #slider li.w-213 img {
            width: 80% !important;
            padding-top: 22px;
        }

    .logo-ticker #slider li.w-150 {
        width: 150px !important;
    }

        .logo-ticker #slider li.w-150 img {
            width: 129px !important;
        }

    .logo-ticker .bx-wrapper, .logo-ticker .bx-window {
        width: 100% !important;
    }

    .logo-ticker .tricker-note {
        font-size: 11px;
        font-style: italic;
        margin-top: 3px;
    }

.logo-ticker {
    border-bottom: 1px solid #cccccc;
    padding: 30px 0 80px;
}

    .logo-ticker .strip-logo-width img {
        width: 100% !important;
        margin: 0 0 0 -12px !important;
    }

    .logo-ticker .bx-wrapper {
        box-shadow: none;
        background: none;
        border: none;
        margin-top: 40px;
    }

.set_icon {
    display: flex;
}

    .set_icon span {
        margin-right: 5px;
    }

    .set_icon i.fa.fa-home {
        color: #fff;
        font-size: 22px;
        filter: brightness(0.7);
    }



.accreditationinsightsdvt {
    padding: 60px 0;
    background: #1e86d7 url(../images/bg-insight.jpg) no-repeat;
    background-size: cover;
}

    .accreditationinsightsdvt h3, .accreditationinsightsdvt .small-hd2 {
        color: #fff;
    }

        .accreditationinsightsdvt .small-hd2::before {
            background: #fff;
        }

    .accreditationinsightsdvt ul {
        margin: 30px 0;
        padding: 0;
        float: left;
        width: 100%;
    }

        .accreditationinsightsdvt ul li {
            width: 48.8%;
            float: left;
            overflow: hidden;
            height: 156px;
            border-left: 10px solid #ffb500;
            padding: 20px 30px;
            margin-right: 23px;
            margin-bottom: 23px;
            box-sizing: border-box;
            box-shadow: 0px 30px 200px rgba(16,25,56,.08);
            border-radius: 5px;
            background: #fff;
            position: relative;
        }

            .accreditationinsightsdvt ul li:nth-child(2n+2) {
                margin-right: 0;
            }

            .accreditationinsightsdvt ul li h5 {
                display: block;
                font-size: 26px !important;
                font-weight: 800 !important;
                color: #000;
                margin-bottom: 7px;
                line-height: 36px;
                margin-top: 0;
            }

            .accreditationinsightsdvt ul li a {
                font-weight: 800;
                font-size: 20px;
                text-decoration: underline;
                color: #ffb500;
            }

                .accreditationinsightsdvt ul li a:hover {
                    color: #cddc39;
                }

.insightsdvtvi {
    width: 100%;
    padding: 80px 0 60px;
    margin-top: 100px;
}

    .insightsdvtvi .left {
        float: left;
        width: 22%;
    }

        .insightsdvtvi .left ul li a {
            float: left;
            width: 100%;
            border-bottom: 1px solid #ddd;
            font-size: 18px;
            color: #000;
            line-height: 25px;
            text-decoration: none;
            transition: color 0.3s ease;
            padding: 20px 0;
            cursor: pointer;
            position: relative;
        }

.insightsdvtvi .left ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background-color: #009de0;
    transition: width 0.3s ease;
}

.insightsdvtvi .left ul li a:hover::after {
    width: 100%;
}
            .insightsdvtvi .left ul li a:hover {
                color: #009ee3;
            }
        .insightsdvtvi .left ul li .active{ font-weight:600; color:#009ee3;}

        .insightsdvtvi .right {
            float: right;
            width: 71%;
        }
            .insightsdvtvi .right h2{ font-size:54px !important;}

            .insightsdvtvi .right ul li {
                width: 100%;
                float: left;
                margin-bottom: 30px;
                padding-bottom: 30px;
                border-bottom: 1px solid #d4d4d4;
                position: relative;
            }

            .insightsdvtvi .right ul li ul {
                float: left;
                width: 100%;
                padding-left: 22px;
                margin: 10px 0;
            }

                .insightsdvtvi .right ul li ul li {
                    width: 100%;
                    float: left;
                    margin-bottom: 3px;
                    padding-bottom: 0;
                    border-bottom: none;
                    position: relative;
                    list-style-type: disc;
                }

            .insightsdvtvi .right ul li:last-child {
                margin-bottom: 0;
                border-bottom: 0 solid #d4d4d4;
            }

            .insightsdvtvi .right ul li h4 {
                font-size: 28px;
                font-weight: 700;
            }
