﻿@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
}
h1 {
    font-size: 65px;
    font-weight: 900;
    color: #3c3c3b;
    margin-bottom: 10px;
}
h2 {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 10px;
    font-weight: 300;
}
h3 {
    font-size: 45px;
    font-weight: 700;
    color: #3c3c3b;
    margin-bottom: 10px;
}
h4 {
    font-size: 35px;
    font-weight: 600;
    color: #3c3c3b;
    margin-bottom: 10px;
}
.bigpara {
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 7px;
}
p {
    font-size: 18px;
    line-height: 1.6;
    font-weight: normal;
    margin-bottom: 7px;
}
.boldtext {
    font-weight: bold;
}
img {
    max-width: 100%;
} 
.white {
    color: #fff;
}
.green {
    color: #95c11f;
}
.bold-font {
    font-weight: 900;
}
.btn-green {
    display: inline-block;
    background: #95c11f;
    border: 1px solid #95c11f;
    padding: 10px 19px;
    font-size: 15px;
    line-height: 16px;
    font-weight: 800;
    color: #000;
    text-align: center;
    -webkit-border-radius: 100px;
    -o-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    margin-top: 15px;
    outline: none;
}
.btn-green:hover {
        color: #000;
        text-decoration: none;
        background: #a5d12f;
        border: 1px solid #a5d12f;
    }
.btn-white {
    display: inline-block;
    background: #fff;
    border: 1px solid #fff;
    padding: 10px 19px;
    font-size: 15px;
    line-height: 16px;
    font-weight: 800;
    color: #000;
    text-align: center;
    -webkit-border-radius: 100px;
    -o-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    margin-top: 15px;
    outline: none;
}
.btn-white:hover {
        background: #f9f9f9;
        border: 1px solid #f9f9f9;
        color: #000;
        text-decoration: none;
    }
.btn-blk {
    display: inline-block;
    background: #3c3c3b;
    border: 1px solid #3c3c3b;
    padding: 10px 19px;
    font-size: 15px;
    line-height: 16px;
    font-weight: 800;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 100px;
    -o-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    margin-top: 15px;
    outline: none;
}
.btn-blk:hover {
        background: #535353;
        border: 1px solid #535353;
        color: #fff;
        text-decoration: none;
    }
/**header**/
header.blazeprep-header {
    padding: 20px 0px;
    border-bottom: 1px solid #ccc;
}
header.blazeprep-header .logprt {
        margin-top: 0px;
    }
header.blazeprep-header .logprt img {
            width: 83%;
        }
header.blazeprep-header .sidebar-menu {
        float: right;
        display: flex;
        align-items: end;
        position: relative;
        cursor: pointer;
    }
header.blazeprep-header .sidebar-menu img {
            margin-top: 10px;
            margin-left: 15px;
        }
header.blazeprep-header .sidebar-menu span {
            font-weight: 900;
        }
header.blazeprep-header .sidebar-menu .divider-line {
            position: absolute;
            border: 1px solid #ccc;
            height: 109px;
            top: -22px;
            right: 120px;
        }
/**footer**/
footer.blazeprep-footer {
    background: #fff;
    margin: 0px 0;
    padding: 0px 0;
    text-align: left;
    border-top: 1px solid #ccc;
}
footer.blazeprep-footer .logprt img {
        width: 55%;
        margin-top: 7rem;
        margin-bottom: 2rem;
    }
footer.blazeprep-footer p {
        font-size: 13px;
        margin-top: 9px;
        color: #333;
        font-style: italic;
        font-weight: 500;
    }
footer.blazeprep-footer ul.footer-menus li a {
        color: #000;
    }
footer.blazeprep-footer ul li {
        margin-right: 0px;
        list-style-type: none;
        display: block;
        line-height: 36px;
        font-weight: 600;
    }
footer.blazeprep-footer .d-flex {
        display: flex;
        width: 100%;
        justify-content: space-between;
        margin-left: 1rem;
        margin-bottom: 1.5rem;
    }
footer.blazeprep-footer h4 {
        font-size: 25px;
        font-weight: 800;
        margin-top: 7rem;
        margin-bottom: 1.3rem;
        padding-left: 1rem;
    }
footer.blazeprep-footer .border-right {
        border-right: 1px solid #d7d7d7;
        padding-bottom: 5rem;
        /*padding-left: 6px;*/
        padding-right: 5.5rem;
    }
footer.blazeprep-footer .email-input {
        position: relative;
    }
footer.blazeprep-footer .email-input input {
            width: 100%;
            padding: 15px 10px;
            border-radius: 5px;
            border: 1px solid #c5c5c5;
            margin-left: 1rem; 
            font-weight:600;
        }
footer.blazeprep-footer .email-input img {
            width: 27px;
            position: absolute;
            right: 5px;
            top: 18px;
        }
footer.blazeprep-footer .stayahead-part {
        width: 100%;
        padding: 10px 20px;
        /*border-top: 1px solid #c5c5c5;*/
        margin-left: 1rem;
        position: relative;
        background:#fafafa;
        border-radius:5px;
    }
footer.blazeprep-footer .stayahead-part h5 {
        font-size: 18px;
        font-weight: 800;
        margin-bottom: 5px;
    }
footer.blazeprep-footer .stayahead-part p {
            font-size: 13px;
            margin-top:0;
            margin-bottom: 13px;
            font-style:normal;
        }
footer.blazeprep-footer .btn-subscribe {
        display: inline-block;
        background: #95c11f;
        border: 1px solid #95c11f;
        padding: 8px 20px;
        font-size: 12px;
        line-height: 12px;
        font-weight: 800;
        color: #000;
        text-align: center;
        -webkit-border-radius: 100px;
        -o-border-radius: 100px;
        -moz-border-radius: 100px;
        -ms-border-radius: 100px;
        border-radius: 100px;
        outline: none;
    }
footer.blazeprep-footer .btn-subscribe:hover {
        text-decoration: none;
        background: #a5d12f;
        border: 1px solid #a5d12f;
    }
footer.blazeprep-footer .copyright-section {
        width:100%;
        border-top: 1px solid #d7d7d7;
    }
footer.blazeprep-footer .copyright-section .copyright-left {
        padding-top: 30px;
        padding-bottom: 20px;
        border-right: 1px solid #d7d7d7;
    }
footer.blazeprep-footer .copyright-section .copyright-left p {
            font-size: 13px;
            color: #333;
            font-weight: 500;
            margin-top: 0;
            margin-bottom: 0;
            font-style:normal;
        }
footer.blazeprep-footer .copyright-section .copyright-right {
        padding-top: 30px;
        padding-bottom: 20px;
        padding-left:30px;
    }
footer.blazeprep-footer .copyright-section .copyright-right ul li {
            list-style-type: none;
            display: inline-block;
            width: auto;
            float: left;
            font-size: 13px;
            line-height: 18px;
            font-weight: 600;
            margin-right:6rem;
        }
footer.blazeprep-footer .copyright-section .copyright-right ul li:first-child {
            margin-left:1rem;
        }
footer.blazeprep-footer .copyright-section .copyright-right ul li a {
                color: #000;
            }
/**sidemenu**/
.blazeprep-sidebar {
    position: fixed;
    right: 0px;
    height: 100%;
    background: #3c3c3b;
    width: 320px;
    z-index: 9999;
    top: 0px;
    transition: 0.5s
}
.blazeprep-sidebar .close-btn img {
        width: 35px;
        margin-top: 4rem;
        float: right;
        margin-right: 3rem;
        display: block;
        cursor: pointer;
        transform: rotate(90deg);
        transition: 0.5s;
    }
.blazeprep-sidebar .close-btn img:hover {
            transform: rotate(0deg);
        }
.blazeprep-sidebar ul.sidebar-menu {
        margin-top: 5rem;
        padding: 0px 0px;
    }
.blazeprep-sidebar ul.sidebar-menu li {
            font-size: 16px;
            line-height: 50px;
            border-bottom: 1px solid #666;
            padding: 2px 20px;
        }
.blazeprep-sidebar ul.sidebar-menu li a {
                color: #fff;
                font-weight: 500;
                text-decoration: none;
            }
.blazeprep-sidebar ul.sidebar-menu li a:hover {
                    color: #95c11f;
                }
.blazeprep-sidebar-close {
    right: -320px;
}
/**Home page**/
.home-page .banner-sec {
    padding: 70px 0 0;
    position: relative;
}
.home-page .banner-sec .widt80 {
    width: 85%;
}
.home-page .banner-sec .imgbox {
    margin-top: -11px;
}
.home-page .banner-sec .btn-green {
    position: absolute;
    left: 220px;
}
.home-page .banner-sec .btn-blk {
    position: absolute;
}
.home-page .banner-sec .btn-blk:hover {
        color: #fff;
    }
.about-growth-sec {
    padding: 70px 0;
    background: #fff;
}
.about-growth-sec .left-part {
    float: left;
}
.about-growth-sec .left-part .imgbox {
        width: 100%;
        float: left;
        margin-top: 28px;
    }
.about-growth-sec .right-part {
    float: left;
    padding-left: 30px;
    padding-top: 170px;
}
.about-growth-sec ul {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}
.about-growth-sec ul li {
        float: left;
        width: 100%;
        margin-bottom: 40px;
        position: relative;
    }
.about-growth-sec ul li::before {
            content: "";
            width: 3px;
            height: 60px;
            background: #95c11f;
            background: linear-gradient(90deg, #ffffff 0%, #95c11f 100%);
            background: -webkit-linear-gradient(90deg, #ffffff 0%, #95c11f 100%);
            position: absolute;
            left: 29px;
            top: 60px;
        }
.about-growth-sec ul li .iconbox {
            width: 62px;
            height: 62px;
            border-radius: 50%;
            text-align: center;
            background: #95c11f;
            float: left;
            padding: 15px;
        }
.about-growth-sec ul li .iconbox img {
                width: 100%;
            }
.about-growth-sec ul li .textbox {
            width: 82%;
            float: left;
            padding-left: 15px;
        }
.about-growth-sec ul li .textbox h4 {
                font-size: 26px;
                font-weight: bold;
                margin-bottom: 7px;
            }
.about-growth-sec ul li .textbox p {
                font-size: 16px;
                font-weight: normal;
                margin-bottom: 0;
            }
.anymore-sec {
    padding: 80px 0;
    background: #000 url(../content/images/anymore-bg.png) no-repeat right
}
.anymore-sec .top-part {
    width: 70%;
    float: left;
}
.anymore-sec ul {
    width: 100%;
    float: left;
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 30px 0 0;
    gap: 20px;
    flex-wrap: wrap;
}
.anymore-sec ul li {
        float: left;
        width: 24%;
        border: 1px solid rgba(255,255,255, 0.2);
        padding: 33px;
        flex: 1 1 calc(25% - 20px);
        text-align: center;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        cursor: pointer;
    }
.anymore-sec ul li:hover {
            transform: translateY(-10px) scale(1.03);
            box-shadow: 0 10px 20px rgba(144, 238, 144, 0.2);
        }
.anymore-sec ul li .icon-box {
            width: 70px;
            height: auto;
        }
.anymore-sec ul li h3 {
            font-size: 18px;
            line-height: 22px;
            color: #fff;
            margin-top: 20px;
        }
.worldwide-sec {
    padding: 70px 0;
    background: #fff;
}
.worldwide-sec .left-part {
    float: left;
    padding-top: 30px;
}
.worldwide-sec .left-part .bold-font {
        letter-spacing: -0.4px;
    }
.worldwide-sec .right-part {
    float: left;
}
.worldwide-sec ul {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}
.worldwide-sec ul li {
        float: left;
        width: 48%;
        padding: 2px 15px;
        text-align: center;
        vertical-align: middle;
        border: 1px solid #d4d4d4;
        margin-right: 15px;
        margin-bottom: 10px;
        box-shadow: 0 0 10px rgba(0,0,0,0.09);
    }
.worldwide-sec ul li img {
            width: 80%;
        }
.worldwide-sec ul li:nth-child(4) {
            padding: 6px 15px;
        }
.worldwide-sec ul li:nth-child(2n+2) {
            margin-right: 0;
        }
.guesswork-sec {
    padding: 70px 0;
    background: #f2f3ef;
    background: linear-gradient(90deg, #e9f5d1 0%, #f2f3ef 100%);
    background: -webkit-linear-gradient(90deg, #e9f5d1 0%, #f2f3ef 100%);
}
.guesswork-sec h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    font-style: italic;
    margin-bottom: 10px;
}
.guesswork-sec .imgbox {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.guesswork-sec .right-part {
    padding-left: 5%;
    padding-right: 3%;
    padding-top: 7%;
}
/**about page**/
.about-us .banner {
    background: #95c11f url(../Content/images/about-page.jpg) no-repeat;
    padding-top: 190px;
    height: 480px;
    background-size: cover;
}
.about-us .banner h1 {
    font-size: 60px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 10px;
}
.about-us .banner p {
    font-size: 20px;
    margin-bottom: 0;
    color: #fff;
}
.about-us .blazedvt {
    background: #fff url(../content/images/believedvt-bg.png) no-repeat right;
    background-size: cover;
    padding: 80px 0;
}
.about-us .blazedvt .head-para {
    font-size: 32px;
    line-height: 38px;
    font-weight: 900;
    margin-bottom: 10px;
}
.about-us .blazedvt .left-part ul {
    width: 100%;
    float: left;
    padding-left: 30px;
    margin-top: 15px;
}
.about-us .blazedvt .left-part ul li {
        float: left;
        width: 100%;
        position: relative;
        margin-bottom: 10px;
        font-size: 19px;
        font-weight: 500;
        list-style-type: disc;
    }
.about-us .blazedvt .left-part ul li:last-child {
            border-bottom: 0 dashed #95c11f;
            padding-bottom: 0;
        }
.whatwedvt {
    padding: 80px 0;
    background: #f2f3ef;
    position: relative;
}
.whatwedvt img {
    width: 100%;
    border-radius: 10px;
}
.whatwedvt img.arrimgt {
        width: 40px;
    }
.whatwedvt .listbx {
    background: #fff;
    padding: 16px 10px;
    position: absolute;
    left: -167px;
    border-radius: 5px;
    bottom: -251px;
    border: 1px solid #ccc;
}
.whatwedvt .listbx ul li {
        float: left;
        width: 402px;
        margin-bottom: 18px;
        font-size: 13px;
        font-weight: 700;
        color: #000;
        min-height: 49px;
    }
.whatwedvt .listbx ul li img {
            border-right: 1px solid #ccc;
            padding-right: 10px;
            border-radius: inherit;
            margin-right: 18px;
            float: left;
            width: 106px;
        }
.whatwedvt .listbx ul li span {
            padding-top: 14px;
            display: block;
            color: #000000;
        }
.existdvt {
    background: url(../content/images/existdvt-bg.jpg) no-repeat top;
    background-size: cover;
    padding: 80px 0 120px;
}
.existdvt .txtbgt {
    background: #95c11f;
    padding: 25px 29px;
    border-radius: 10px;
}
.existdvt .txtbgt h2, .existdvt .txtbgt p {
        color: #000;
    }
.believedvt-sec {
    background: #fff url(../content/images/believedvt-bg.png) no-repeat right;
    background-size: cover;
    padding: 80px 0;
}
.believedvt-sec .txtbgt ul {
    width: 100%;
    float: left;
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
}
.believedvt-sec .txtbgt ul li {
        float: left;
        width: 100%;
        margin-bottom: 40px;
        position: relative;
    }
.believedvt-sec .txtbgt ul li::before {
            content: "";
            width: 3px;
            height: 60px;
            background: #95c11f;
            background: linear-gradient(90deg, #ffffff 0%, #95c11f 100%);
            background: -webkit-linear-gradient(90deg, #ffffff 0%, #95c11f 100%);
            position: absolute;
            left: 29px;
            top: 60px;
        }
.believedvt-sec .txtbgt ul li .iconbox {
            width: 62px;
            height: 62px;
            border-radius: 50%;
            text-align: center;
            background: #95c11f;
            float: left;
            padding: 6px;
        }
.believedvt-sec .txtbgt ul li .iconbox img {
                width: 100%;
            }
.believedvt-sec .txtbgt ul li .textbox {
            width: 82%;
            float: left;
            padding-left: 15px;
        }
.believedvt-sec .txtbgt ul li .textbox h4 {
                font-size: 22px;
                font-weight: bold;
                margin-bottom: 7px;
            }
.believedvt-sec .txtbgt ul li .textbox p {
                font-size: 16px;
                font-weight: normal;
                margin-bottom: 0;
            }
.whowithdvt {
    padding: 70px 0;
    background: #f2f3ef;
    background: linear-gradient(90deg, #e9f5d1 0%, #f2f3ef 100%);
    background: -webkit-linear-gradient(90deg, #e9f5d1 0%, #f2f3ef 100%);
}
.whowithdvt h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    font-style: italic;
    margin-bottom: 10px;
}
.whowithdvt .imgbox {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    height:400px;
}
.whowithdvt .right-part {
    padding-left: 5%;
    padding-right: 3%;
    padding-top: 50px;
}
.whowithdvt .right-part span.num {
        background: #95c11f;
        width: 40px;
        height: 40px;
        border-radius: 50px;
        float: left;
        font-weight: 900;
        text-align: center;
        line-height: 39px;
        margin-right: 13px;
    }
.whowithdvt .right-part b {
        font-weight: 900;
    }
.whowithdvt .right-part ul li {
        width: 100%;
        float: left;
        font-size: 18px;
        line-height: 1.45;
        margin-bottom: 10px;
    }
/**Blog page**/
.blog-details .banner {
    background: #95c11f url(../Content/images/get-page.jpg) no-repeat;
    padding: 100px 0;
    background-size: cover;
}
.blog-details .banner h1 {
    font-size: 60px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 10px;
}
.blog-details .banner p {
    font-size: 19px;
    margin-bottom: 0;
    color: #fff;
}
.blod-details-section {
    padding: 80px 0px;
}
.blod-details-section .blog-heading h1 {
        font-size: 62px;
        line-height: 68px;
        font-weight: 800;
        padding: 0px 160px;
    }
.blog-banner img {
    width: 100%;
}
.other-info {
    display: flex;
    align-items: center;
    padding: 0px 160px;
    margin-bottom: 30px;
}
.date-time p {
    font-size: 16px;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid black;
    margin-bottom: 0px;
}
.blog-content {
    margin-top: 40px;
}
.blog-content h2 {
        font-size: 28px;
        font-weight: 800;
    }
.blog-content ul {
        margin-bottom: 10px;
    }
.blog-content ul li {
            font-size: 16px;
            line-height: 35px;
            list-style: disc;
            margin-left: 20px;
            font-weight: 500;
        }
.blog-content .highlight {
        background: #f0f3e9;
        padding: 15px 15px;
        border-radius: 5px;
        border-left: 6px solid #95c11f;
        color: #000;
        margin-top: 20px;
        margin-bottom: 20px;
    }
.blog-content .highlight p {
            font-weight: 600;
            margin-bottom: 0px;
        }
/**Book A call**/
.book-a-call .banner {
    background: #95c11f url(../Content/images/get-page.jpg) no-repeat;
    padding-top: 140px;
    height: 480px;
    background-size: cover;
}
.book-a-call .banner h1 {
    font-size: 60px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 10px;
}
.book-a-call .banner p {
    font-size: 20px;
    margin-bottom: 0;
    color: #fff;
}
.book-a-call .telldvt {
    padding: 80px 0;
}
.book-a-call .telldvt .formbxd {
    width: 860px;
    height: 960px;
    background-color: white;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
    border: 1px solid #ccc;
    margin-top: 30px;
    border-radius: 10px;
}
/**Career Certification Audit**/
.career-started .banner {
    background: #95c11f url(../Content/images/get-page.jpg) no-repeat;
    padding-top: 140px;
    height: 480px;
    background-size: cover;
}
.career-started .banner h1 {
    font-size: 60px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 10px;
}
.career-started .banner p {
    font-size: 20px;
    margin-bottom: 0;
    color: #fff;
}
.career-started .telldvt {
    padding: 80px 0;
}
.career-started .telldvt .formbxd {
    width: 860px;
    height: 960px;
    background-color: white;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
    border: 1px solid #ccc;
    margin-top: 30px;
    border-radius: 10px;
}
/**Contact Us**/
.form-started .banner {
    background: #95c11f url(../Content/images/shape1.png) no-repeat right bottom;
    padding: 100px 0;
}
.form-started .banner h1 {
    font-size: 53px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}
.form-started .banner p {
    font-size: 20px;
    margin-bottom: 0;
}
.form-started .telldvt {
    padding: 80px 0;
}
/**Credentials**/
.credentials .banner {
    background: #95c11f url(../Content/images/credentials-banner.jpg) no-repeat center top;
    background-size: cover;
    padding-top: 190px;
    height: 480px;
}
.credentials .banner h1 {
    font-size: 60px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 10px;
}
.credentials .banner p {
    font-size: 20px;
    margin-bottom: 0;
    color: #fff;
}
.credentials-sec {
    width: 100%;
    padding: 50px 0;
}
.cred-odd {
    background: #fff url(../content/images/believedvt-bg.png) no-repeat right top;
    background-size: contain;
}
.cred-even {
    background: #f2f3ef;
}
.credential-last {
    padding-bottom: 80px;
}
.credentials-sec h3 {
    font-size: 28px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 7px;
}
.credentials-sec ul.cert-list {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 30px;
}
.credentials-sec ul.cert-list li {
        width: 75%;
        float: left;
        position: relative;
        border-bottom: 1px solid #d4d4d4;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
.credentials-sec ul.cert-list li:last-child {
            border-bottom: 0 solid #d4d4d4;
            margin-bottom: 15px;
            padding-bottom: 0;
        }
.credentials-sec ul.cert-list li .logobox {
            width: 100px;
            height: auto;
            float: left;
        }
.credentials-sec ul.cert-list li .logobox img {
                width: 100%;
            }
.credentials-sec ul.cert-list li .textbox {
            width: 82%;
            float: left;
            padding-left: 25px;
            padding-top: 6px;
        }
.credentials-sec ul.cert-list li .textbox h4 {
                font-size: 20px;
                font-weight: bold;
                margin-bottom: 7px;
            }
.credentials-sec .bot-part {
    margin-top: 15px;
}
.credentials-sec .ideal-box {
    background: #95c11f;
    padding: 33px 26px;
    position: absolute;
    left: -82px;
    border-radius: 5px;
    bottom: -218px;
}
.credentials-sec ul.ideal-list {
    width: 100%;
    float: left;
    padding-left: 20px;
    margin-top: 15px;
}
.credentials-sec ul.ideal-list li {
        list-style: disc;
        width: 30%;
        float: left;
        font-size: 18px;
        line-height: 24px;
        font-weight: 400;
        margin-bottom: 10px;
        padding-right: 15px;
        margin-right: 3%;
    }
.credentials-sec ul.ideal-list li:last-child {
            margin-right: 0;
        }
.credentials-sec .btn-strip {
    width: 100%;
    float: left;
}
.credentials-sec .btn-strip .devider {
        display: inline-block;
        margin: 0 10px;
        font-size: 18px;
        color: #999;
    }
.credentials-sec .btn-text-green {
    font-size: 18px;
    font-weight: bold;
    color: #95c11f;
}
.credentials-sec ul.cert-list.for-tmi li .textbox {
    padding-top: 6px !important;
}
.credentials-sec ul.cert-list.for-ibca li .logobox {
    width: 135px;
}
.credentials-sec ul.cert-list.for-ibca li .textbox {
    padding-top: 2.5% !important;
}
.credentials .not-sure {
    padding: 70px 0;
    background: #fff;
 
}
.credentials .not-sure .imgbox img {
    width: 100%;
    border-radius: 10px;
}
.credentials .not-sure .text-part {
    padding-left: 5%;
    padding-right: 10%;
    padding-top: 55px;
}
.credentials .looking-to-certify {
    padding: 70px 0;
    background: #f2f3ef url(../../Content/images/believedvt-bg.png) no-repeat right top;
    background-size: cover;
}
.credentials .looking-to-certify .left-part {
    padding-left: 0%;
    padding-right: 0%;
    padding-top: 0px;
}
.credentials .looking-to-certify .left-part ul {
        width: 100%;
        float: left;
        margin-top: 13px;
    }
.credentials .looking-to-certify .left-part ul li {
            width: 100%;
            float: left;
            font-size: 18px;
            line-height: 1.6;
            margin-bottom: 10px;
        }
.credentials .looking-to-certify .left-part ul li span.num {
                float: left;
                font-weight: 900;
                color: #95c11f;
                margin-right: 10px;
            }
.credentials .looking-to-certify .left-part b {
        font-weight: 900;
    }
.credentials .team-consultation-sec {
    padding: 100px 0 120px;
    background: #000 url(../Content/images/journey-bg.jpg) no-repeat;
    text-align: center;
    background-size: cover;
}
/**Employers**/
.employers-page .banner {
    background: #95c11f url(../Content/images/employers-page.jpg) no-repeat center top;
    background-size: cover;
    padding-top: 190px;
    height: 480px;
}
.employers-page .banner h1 {
    font-size: 60px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 10px;
}
.employers-page .banner p {
    font-size: 20px;
    margin-bottom: 0;
    color: #fff;
}
.employers-sec1 {
    padding: 80px 0;
    background: #fff;
    position: relative;
}
.employers-sec1 .imgbox {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.employers-sec1 .right-part {
    padding-left: 50px;
    padding-top: 15px;
}
.employers-sec1 ul {
    width: 100%;
    float: left;
    margin-top: 10px;
    padding-left: 15px;
}
.employers-sec1 ul li {
        width: 100%;
        float: left;
        font-size: 18px;
        padding-left: 20px;
        margin-bottom: 10px;
        position: relative;
    }
.employers-sec1 ul li::before {
            content: "";
            width: 10px;
            height: 10px;
            background: #95c11f;
            position: absolute;
            left: 0;
            top: 6px;
        }
.employers-sec1 .bot-para {
    font-weight: bold;
    margin-top: 10px;
}
.employers-page .what-we-can-help {
    padding: 80px 0;
    background-image: url("../../Content/images/what-we-help.jpg");
    background-size: cover;
}
.employers-page .what-we-can-help h2 {
    color: #fff;
    margin-bottom: 20px;
}
.employers-page .what-we-can-help ul {
        width: 100%;
        padding-left:20px;
        margin-top:20px;
    }
.employers-page .what-we-can-help ul li {
        width:100%;
        float:left;
        font-size: 18px;
        line-height: 1.6;
        color: #fff;
        list-style: disc;
        margin-bottom: 10px;
    }
.employers-page .why-employers-sec {
    background: #f2f3ef url(../content/images/believedvt-bg.png) no-repeat right;
    background-size: cover;
    padding: 80px 0;
}
.employers-page .why-employers-sec .txtbgt ul {
    width: 100%;
    float: left;
    margin: 35px 0 0;
    padding: 0;
    list-style: none;
}
.employers-page .why-employers-sec .txtbgt ul li {
        float: left;
        width: 100%;
        margin-bottom: 40px;
        position: relative;
    }
.employers-page .why-employers-sec .txtbgt ul li::before {
            content: "";
            width: 3px;
            height: 60px;
            background: #95c11f;
            background: linear-gradient(90deg, #ffffff 0%, #95c11f 100%);
            background: -webkit-linear-gradient(90deg, #ffffff 0%, #95c11f 100%);
            position: absolute;
            left: 29px;
            top: 60px;
        }
.employers-page .why-employers-sec .txtbgt ul li .iconbox {
            width: 62px;
            height: 62px;
            border-radius: 50%;
            text-align: center;
            background: #95c11f;
            float: left;
            padding: 6px;
        }
.employers-page .why-employers-sec .txtbgt ul li .iconbox img {
                width: 100%;
            }
.employers-page .why-employers-sec .txtbgt ul li .textbox {
            width: 82%;
            float: left;
            padding-left: 15px;
            padding-top: 8px;
        }
.employers-page .why-employers-sec .txtbgt ul li .textbox h4 {
                font-size: 22px;
                font-weight: 900;
                margin-bottom: 7px;
            }
.employers-page .why-employers-sec .txtbgt ul li .textbox p {
                font-size: 16px;
                font-weight: normal;
                margin-bottom: 0;
            }
.employers-page .certification-support {
    padding: 80px 0;
}
.employers-page .certification-support .support-box {
    border-radius: 10px;
    text-align: center;
    background: #fff;
    box-shadow: 2px 4px 15px rgba(0,0,0,0.14);
    padding: 10px 10px 0px 10px;
    margin-top: 30px;
    height: 150px;
    border: 1px solid #E7E7E7;
}
.employers-page .certification-support .support-box h3 {
        font-size: 16px;
        text-align: center;
        border-top: 1px solid #e1e1e1;
        padding: 18px 0px;
    }
.employers-page .certification-support .support-box img {
        width: 150px;
        margin-bottom: 10px;
    }
.employers-page .certification-support .support-box img:nth-child(4) {
            width: 190px;
        }
.use-cases-sec {
    padding: 70px 0;
    background: #f2f3ef;
    background: linear-gradient(90deg, #e9f5d1 0%, #f2f3ef 100%);
    background: -webkit-linear-gradient(90deg, #e9f5d1 0%, #f2f3ef 100%);
}
.use-cases-sec h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    font-style: italic;
    margin-bottom: 10px;
}
.use-cases-sec .imgbox {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.use-cases-sec .right-part {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 3%;
}
.use-cases-sec .right-part b {
        font-weight: 900;
    }
.use-cases-sec .right-part ul {
        width: 100%;
        float: left;
        margin-top: 20px;
    }
.use-cases-sec .right-part ul li {
        width: 100%;
        float: left;
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 10px;
    }
.use-cases-sec .right-part ul li span.num {
            background: #95c11f;
            width: 38px;
            height: 38px;
            line-height: 37px;
            border-radius: 50px;
            float: left;
            font-weight: 900;
            text-align: center;
            margin-right: 12px;
            margin-top: -3px;
        }
.employers-page .journey-today-sec p {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}
/**Get Started**/
.get-started .banner {
    background: #95c11f url(../Content/images/get-page.jpg) no-repeat;
    padding-top: 140px;
    height: 480px;
    background-size: cover;
}
.get-started .banner h1 {
    font-size: 60px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 10px;
}
.get-started .banner p {
    font-size: 20px;
    margin-bottom: 0;
    color: #fff;
}
.get-started .telldvt {
    padding: 80px 0;
}
.get-started .telldvt .formbxd {
    width: 860px;
    height: 960px;
    background-color: white;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
    border: 1px solid #ccc;
    margin-top: 30px;
    border-radius: 10px;
}
/**Individual**/
.individual-page .banner {
    background: #95c11f url(../Content/images/individual-page.jpg) no-repeat;
    padding-top: 140px;
    height: 480px;
    background-size: cover;
}
.individual-page .banner h1 {
    font-size: 60px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 10px;
}
.individual-page .banner p {
    font-size: 20px;
    margin-bottom: 0;
    color: #fff;
}
.individual-page .certification-section {
    padding: 100px 0;
}
.individual-page .leftlindvt {
    border-left: 1px solid #ccc;
    padding-left: 30px;
    margin-top: 10rem;
}
.individual-page .certification-img {
    padding-top: 0px;
    position: relative;
    z-index: -1;
}
.individual-page .certification-section .shape-1 {
    position: absolute;
    left: 6px;
    top: -5%;
    -webkit-animation: round-01 7s linear infinite;
    animation: round-01 7s linear infinite;
    z-index: 1;
}
@keyframes round-01 {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(20deg);
    }
}
.individual-page .certification-section .main-certification-img {
    padding: 89px;
}
.individual-page .what-we-can-help {
    padding: 80px 0 100px;
    background-image: url("../../Content/images/what-we-help.jpg");
    background-size: cover;
}
.individual-page .what-we-can-help h2 {
    color: #fff;
    margin-bottom: 20px;
}
.individual-page .what-we-can-help ul {
        width:100%;
        padding-left:20px;
    }
.individual-page .what-we-can-help ul li {
    color: #fff;
    font-size: 18px;
    line-height: 1.6;
    list-style: disc;
    margin-bottom:10px;
}
.individual-page .who-we-work-section {
    background: #f2f3ef;
    padding: 80px 0;
    background-size: cover;
}
.individual-page .who-we-work-section .left-part {
    padding-top:7.5%;
}
.individual-page .who-we-work-section .txtbgt ul {
    width: 100%;
    float: left;
    margin: 20px 0;
    padding: 0;
    list-style: none;
}
.individual-page .who-we-work-section .txtbgt ul li {
        float: left;
        width: 100%;
        margin-bottom: 10px;
        position: relative;
    }
.individual-page .who-we-work-section .txtbgt ul li::before {
            content: "";
            width: 2px;
            height: 30px;
            background: #95c11f;
            background: linear-gradient(90deg, #ffffff 0%, #95c11f 100%);
            background: -webkit-linear-gradient(90deg, #ffffff 0%, #95c11f 100%);
            position: absolute;
            left: 19px;
            top: 30px;
        }
.individual-page .who-we-work-section .txtbgt ul li .iconbox {
            width: 38px;
            height: 38px;
            border-radius: 50%;
            text-align: center;
            background: #95c11f;
            float: left;
            padding: 6px;
        }
.individual-page .who-we-work-section .txtbgt ul li .textbox {
            width: 89%;
            float: left;
            padding-left: 15px;
            padding-top: 3px;
        }
.individual-page .who-we-work-section .txtbgt ul li .textbox p {
                font-size: 18px;
                font-weight: 400;
                margin-bottom: 0;
            }
.individual-page .who-we-work-section .imgbox {
        width: 100%;
        border-radius: 10px;
        overflow: hidden;
    }
.individual-page .who-we-work-section .imgbox img {
        width: 100%;
    }
.individual-page .work-img {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.individual-page .work-img img {
    width: 100%;
}
.individual-page .certification-support {
    padding: 80px 0;
}
.individual-page .certification-support .support-box {
    border-radius: 10px;
    text-align: center;
    background: #fff;
    box-shadow: 2px 4px 15px rgba(0,0,0,0.14);
    padding: 10px 10px 0px 10px;
    margin-top: 30px;
    height: 150px;
    border: 1px solid #E7E7E7;
}
.individual-page .certification-support .support-box h3 {
        font-size: 16px;
        text-align: center;
        border-top: 1px solid #e1e1e1;
        padding: 18px 0px;
    }
.individual-page .certification-support .support-box img {
        width: 150px;
        margin-bottom: 10px;
    }
.individual-page .certification-support .support-box img:nth-child(4) {
            width: 190px;
        }
.individual-page .worry-about-section {
    padding: 70px 0;
    background: #f2f3ef;
}
.individual-page .worry-about-section .imgbox img {
    width: 100%;
    border-radius: 10px;
}
.individual-page .worry-about-section .text-part {
    padding-left: 5%;
    padding-right: 11%;
    padding-top: 68px;
}
.individual-page .worry-about-section .text-part ul {
        width: 100%;
        float: left;
        padding-left:20px;
        margin:20px 0;
    }
.individual-page .worry-about-section .text-part ul li {
        width:100%;
        float:left;
        font-size: 18px;
        line-height: 1.6;
        font-weight: 400;
        list-style: disc;
        margin-bottom:10px;
    }
.individual-page .explore-your-options {
    width: 100%;
    padding: 80px 0px;
}
.individual-page .explore-your-options .blue-inn {
    height: auto;
    background: #95c11f;
}
.individual-page .explore-your-options .text-box {
    padding: 40px 15px 30px 30px;
}
.individual-page .explore-your-options .text-box h2, .explore-your-options .text-box p {
        color: #fff;
    }
.individual-page .explore-your-options ul {
    width: 100%;
    margin-top: 15px;
    padding-left:20px;
}
.individual-page .explore-your-options ul li {
    width:100%;
    float:left;
        font-size: 18px;
        line-height:1.6;
        font-weight: 400;
        color: #fff;
        list-style: disc;
        margin-bottom: 5px;
    }
.individual-page .explore-your-options .img-box {
    overflow: hidden;
    width: 100%;
    height: 463px;
}
.individual-page .explore-your-options .img-box img {
        height: 100%;
        width: 100%;
    }
/**Insight Resources**/
.insight-resources .banner {
    background: #95c11f url(../Content/images/insight-and-resources.jpg) no-repeat;
    padding: 100px 0;
    background-size: cover;
}
.insight-resources .banner h1 {
    font-size: 60px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 10px;
}
.insight-resources .banner p {
    font-size: 19px;
    margin-bottom: 0;
    color: #fff;
}
.insight-resources .blogs-section {
    padding: 60px 0px;
}
.insight-resources .blog-box {
    position: relative;
    box-shadow: 5px 4px 15px #48474700;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
}
.insight-resources .blog-box .blog-img {
        height: 330px;
        border-radius: 0px 0px 0px 0px;
        overflow: hidden;
    }
.insight-resources .blog-content {
    padding: 20px;
    min-height: 180px;
}
.insight-resources .blog-img img {
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
    transition: 1s
}
.blogs-section h2 {
    margin-bottom: 42px;
}
.blog-box .blog-content h3 {
    font-size: 15px;
    line-height: 30px;
    font-weight: 800;
    color: #231f1f;
    margin-bottom: 0px;
}
.blog-content p {
    color: #858585;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.insight-resources .blog-content a {
    text-decoration: none;
    font-weight: 900;
    color: #95c11f;
}
.blog-box:hover .blog-img img {
    transform: scale(1.1);
}
.blog-content img {
    width: 15px;
    margin-bottom: 20px;
    display: inline;
}
.blog-content span {
    position: relative;
    bottom: 7px;
    left: 7px;
}
.insight-resources .mrtp {
    margin-top: 60px;
}
/**Institutions**/
.institutions .banner {
    background: #95c11f url(../Content/images/institutions-page.jpg) no-repeat;
    padding-top: 140px;
    height: 480px;
    background-size: cover;
}
.institutions .banner h1 {
    font-size: 60px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 10px;
}
.institutions .banner p {
    font-size: 20px;
    margin-bottom: 0;
    color: #fff;
}
.institutions .degrees-foundation {
    padding: 80px 0 80px 0px;
}
.institutions .degrees-foundation .leftlindvt ul {
        width: 100%;
        padding-left:30px;
        margin-top:13px;
    }
.institutions .degrees-foundation .leftlindvt ul li {
    width:100%;
    float:left;
    list-style: disc;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom:5px;
    
}
.institutions .degrees-foundation .leftlindvt {
    border-left: 1px solid #ccc;
    padding-left: 30px;
}
.institutions .degrees-foundation .tpdit h2 {
    font-size: 41px;
    line-height: 50px;
    margin-top: 0px;
}
.institutions .support-institutions {
    padding: 80px 0 100px;
    background: url(../../Content/images/support-institutions-bg.jpg);
    background-size: cover;
}
.institutions .support-institutions h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    font-style: italic;
    margin-bottom: 10px;
}
.institutions .support-institutions .imgbox {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.institutions .support-institutions .right-part {
    padding-left: 0%;
    padding-right: 0%;
    padding-top: 0px;
}
.institutions .support-institutions h2 {
    color: #fff;
    margin-bottom: 30px;
}
.institutions .support-institutions .right-part b {
    font-weight: 900;
}
.institutions .support-institutions .right-part ul li {
        width: 100%;
        float: left;
        font-size: 18px;
        line-height: 1.6;
        color: #fff;
        margin-bottom: 10px;
    }
.institutions .support-institutions .right-part ul li span.num {
        background: #95c11f;
        width: 38px;
        height: 38px;
        line-height: 37px;
        border-radius: 50px;
        float: left;
        font-weight: 900;
        text-align: center;
        margin-right: 12px;
        margin-top:-3px;
    }
.institutions .who-we-work-section {
    padding: 70px 0;
    background: #fff;
    position: relative;
}
.institutions .who-we-work-section .imgbox img {
    width: 100%;
    border-radius: 10px;
}
.institutions .who-we-work-section .text-part {
    padding-left: 5%;
    padding-right: 3%;
    padding-top: 94px;
}
.institutions .who-we-work-section ul {
        width: 100%;
        padding-left:20px;
        margin-top:15px;

    }
.institutions .who-we-work-section ul li {
    width:100%;
    float:left;
    font-size: 18px;
    line-height: 1.6;
    list-style: disc;
    font-weight: 400;
    margin-bottom:10px;
}
.institutions .who-we-work-section .animation-icon1 img {
    position: absolute;
    bottom: 75px;
    left: 75px;
}
.institutions .who-we-work-section .animation-icon2 img {
    position: absolute;
    top: 70px;
    right: 120px;
}
.institutions .who-we-work-section img.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}
@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}
.institutions .help-you-offer {
    padding: 80px 0;
    background: #f2f3ef;
}
.institutions .help-you-offer .support-box {
    border-radius: 10px;
    text-align: center;
    background: #fff;
    box-shadow: 2px 4px 15px #a2a1a142;
    padding: 10px 10px 0px 10px;
    margin-top: 30px;
    height: 100px;
    border: 1px solid #E7E7E7;
}
.institutions .help-you-offer .support-box h3 {
        font-size: 18px;
        text-align: center;
        border-top: 1px solid #e1e1e1d1;
        padding: 18px 0px;
    }
.institutions .help-you-offer .support-box img {
        width: 150px;
        margin-bottom: 10px;
    }
.institutions .help-you-offer .support-box img.custom-width {
            width: 190px;
        }
.institutions .deliver-supoort-section {
    background: url(../content/images/deliver-supoort-section-bg.jpg) no-repeat;
    background-size: cover;
    padding: 100px 0;
}
.institutions .deliver-supoort-section .txtbgt {
    background: rgba(0,0,0,0.9);
    padding: 60px 53px;
    border-radius: 10px;
}
.institutions .deliver-supoort-section .txtbgt h2 {
        color: #fff;
    }
.institutions .deliver-supoort-section ul {
        width: 100%;
        padding-left:20px;
        margin-top:20px;
    }
.institutions .deliver-supoort-section ul li {
        width:100%;
        float:left;
        list-style: disc;
        font-size: 18px;
        line-height: 1.6;
        font-weight: 400;
        color: #fff;
        margin-bottom:10px;
    }
.institutions .why-blazeprep {
    padding: 70px 0;
    background: #fff;
    position: relative;
}
.institutions .why-blazeprep .left-part {
}
.institutions .why-blazeprep .right-part {
    }
.institutions .why-blazeprep .text-part {
    padding-left: 5%;
    padding-right: 4%;
    padding-top: 10%;
}
.institutions .why-blazeprep ul {
        width: 100%;
        padding-left:20px;
        margin-top:20px;
    }
.institutions .why-blazeprep ul li {
    width:100%;
    float:left;
    font-size: 18px;
    line-height: 1.6;
    list-style: disc;
    font-weight: 400;
    margin-bottom:10px;
}
.institutions .why-blazeprep .imgbox {
        width: 100%;
        overflow:hidden;
        border-radius: 10px;
        height:410px;
    }
.institutions .why-blazeprep .imgbox img {
        width: 100%;
    }
/**Vision**/
.vision .banner {
    background: #95c11f url(../Content/images/vision-page.jpg) no-repeat;
    padding-top: 190px;
    height: 480px;
    background-size: cover;
}
.vision .banner h1 {
    font-size: 60px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 10px;
}
.vision .banner p {
    font-size: 20px;
    margin-bottom: 0;
    color: #fff;
}
.vision .becausedvt {
    padding: 100px 0;
}
.vision .leftlindvt {
    border-left: 1px solid #ccc;
    padding-left: 30px;
}
.vision .tpdit {
    padding-top: 51px;
}
.beliefdvt {
    padding: 80px 0;
    background: #f2f3ef;
}
.beliefdvt img {
    width: 100%;
    border-radius: 10px;
}
.beliefdvt .right-part {
    padding-left:5%;
    padding-top:3%;
}
.beliefdvt img.arrimgt {
        width: 40px;
    }
.roledvt {
    background: url(../content/images/role-bg.jpg) no-repeat;
    background-size: cover;
    padding: 100px 0;
}
.roledvt .txtbgt {
    background: rgba(149,193,31,0.9);
    padding: 30px 50px;
    border-radius: 10px;
}
.matters-sec {
    background: #fff url(../content/images/believedvt-bg.png) no-repeat right;
    padding: 80px 0;
    background-size: cover;
}
.matters-sec .txtbgt ul {
        width: 100%;
        float: left;
        padding: 0;
        margin-top: 20px;
        margin-bottom: 20px;
        list-style: none;
    }
.matters-sec .txtbgt ul li {
        float: left;
        width: 90%;
        margin-bottom: 40px;
        position: relative;
    }
.matters-sec .txtbgt ul li::before {
            content: "";
            width: 3px;
            height: 60px;
            background: #95c11f;
            background: linear-gradient(90deg, #ffffff 0%, #95c11f 100%);
            background: -webkit-linear-gradient(90deg, #ffffff 0%, #95c11f 100%);
            position: absolute;
            left: 29px;
            top: 60px;
        }
.matters-sec .txtbgt ul li .iconbox {
            width: 62px;
            height: 62px;
            border-radius: 50%;
            text-align: center;
            background: #95c11f;
            float: left;
            padding: 6px;
        }
.matters-sec .txtbgt ul li .iconbox img {
                width: 100%;
            }
.matters-sec .txtbgt ul li .textbox {
            width: 82%;
            float: left;
            padding-left: 15px;
        }
.matters-sec .txtbgt ul li .textbox p {
                font-size: 22px;
                font-weight: 500;
                margin-bottom: 0;
            }
.northdvt {
    padding: 70px 0;
    background: #f2f3ef;
    background: linear-gradient(90deg, #e9f5d1 0%, #f2f3ef 100%);
    background: -webkit-linear-gradient(90deg, #e9f5d1 0%, #f2f3ef 100%);
}
.northdvt .imgbox img {
    width: 100%;
    border-radius: 10px;
}
.northdvt .right-part {
    padding-left: 5%;
    padding-right: 3%;
    padding-top: 6%;
}
.future-sec {
    padding: 80px 0;
    background: #000 url(../../Content/images/support-institutions-bg.jpg) no-repeat right top;
    background-size: cover;
}
.future-sec ul {
    width: 100%;
    float: left;
    padding-left: 30px;
    margin-top: 13px;
}
.future-sec ul li {
        width: 100%;
        float: left;
        font-size: 18px;
        line-height: 1.6;
        color: #fff;
        margin-bottom: 5px;
        list-style-type: disc;
    }
/**Subscribe**/
.subscribe .banner {
    background: #95c11f url(../Content/images/shape1.png) no-repeat right bottom;
    padding: 100px 0;
}
.subscribe .banner h1 {
    font-size: 53px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}
.subscribe .banner p {
    font-size: 20px;
    margin-bottom: 0;
}
.subscribe .telldvt {
    padding: 80px 0;
}
/**Talk to Ceredential Advisor**/
.form-started .banner {
    background: #95c11f url(../Content/images/shape1.png) no-repeat right bottom;
    padding: 100px 0;
}
.form-started .banner h1 {
    font-size: 53px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}
.form-started .banner p {
    font-size: 20px;
    margin-bottom: 0;
}
.form-started .telldvt {
    padding: 80px 0;
}
/**Trainig Consulting**/
.training-consulting-companies .banner {
    background: #95c11f url(../Content/images/training-banner.jpg) no-repeat center top;
    background-size: cover;
    padding-top: 190px;
    height: 480px;
}
.training-consulting-companies .banner h1 {
    font-size: 60px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 10px;
}
.training-consulting-companies .banner p {
    font-size: 20px;
    margin-bottom: 0;
    color: #fff;
}
.training-consulting-companies .offer-globally-respected {
    padding: 100px 0;
}
.training-consulting-companies .leftlindvt {
    border-left: 1px solid #ccc;
    padding-left: 25px;
    margin-top: 0rem;
}
.training-consulting-companies .certification-img {
    padding-top: 0px;
}
.training-consulting-companies .offer-globally-respected .main-certification-img {
    padding: 0px;
    border-radius: 40px;
}
.training-consulting-companies .companies-partner-sec {
    padding: 70px 0;
    background: #f2f3ef;
}
.training-consulting-companies .companies-partner-sec .left-part {
    float: left;
    padding-top: 0px;
}
.training-consulting-companies .companies-partner-sec .right-part {
    float: left;
    margin-top:15px;
}
.training-consulting-companies .companies-partner-sec ul {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}
.training-consulting-companies .companies-partner-sec ul li {
        float: left;
        width: 48%;
        padding: 35px 15px;
        text-align: center;
        vertical-align: middle;
        border: 1px solid #d4d4d4;
        margin-right: 18px;
        margin-bottom: 18px;
        box-shadow: 0 0 10px rgba(0,0,0,0.09);
        background: #ffffff;
        height: 150px;
    }
.training-consulting-companies .companies-partner-sec ul li img {
            width: 100%;
        }
.training-consulting-companies .companies-partner-sec ul li:nth-child(4) {
            padding: 35px 15px;
        }
.training-consulting-companies .companies-partner-sec ul li:nth-child(2n+2) {
            margin-right: 0;
        }
.training-consulting-companies .companies-partner-sec .left-part .compact-para {
        letter-spacing:-0.45px;
    }
.training-consulting-companies ul.companies-partner-ul {
    width: 100%;
    padding-left:30px;
    margin-top:8px;
    margin-bottom:5px;
}
.training-consulting-companies ul.companies-partner-ul li {
    width: 100%;
    font-size: 18px;
    line-height:1.6;
    font-weight: 400;
    list-style: disc;
    background: none;
    box-shadow: none;
    border: none;
    text-align: left;
    margin-left: 0;
    margin-right: 0px;
    margin-bottom: 5px;
    padding: 0;
    height: auto;
}
.training-consulting-companies .crowded-market {
    background: url(../content/images/certification-guidance-img.jpg) no-repeat;
    background-size: cover;
    padding: 80px 0;
}
.training-consulting-companies .crowded-market .txtbgt {
    background: rgba(0,0,0,0.9);
    padding: 50px 45px;
    border-radius: 10px;
}
.training-consulting-companies .crowded-market .txtbgt h2,
.training-consulting-companies .crowded-market .txtbgt p {
        color: #fff;
    }
.training-consulting-companies .crowded-market ul {
        width: 100%;
        float: left;
        padding-left:20px;
        margin-top:7px;

    }
.training-consulting-companies .crowded-market ul li {
    width:100%;
    float:left;
    font-size: 18px;
    line-height: 1.6;
    list-style: disc;
    margin-left: 20px;
    font-weight: 400;
    color: #fff;
    margin-bottom:5px;
}
.training-consulting-companies .certification-guidance {
    padding: 70px 0;
    background: #f2f3ef;
}
.training-consulting-companies .certification-guidance .imgbox {
    width: 100%;
}
.training-consulting-companies .certification-guidance .imgbox img {
        width: 100%;
        border-radius: 10px;
    }
.training-consulting-companies .certification-guidance .text-part {
    padding-left: 5%;
    padding-right: 11%;
    padding-top: 0px;
}
.training-consulting-companies .certification-guidance .text-part ul  {
        width:100%;
        float:left;
        padding-left:30px;
        margin-top:8px;
        margin-bottom:10px;
    }
.training-consulting-companies .certification-guidance .text-part ul li {
        font-size: 18px;
        line-height: 1.6;
        font-weight: 400;
        list-style: disc;
        margin-bottom:5px;
    }
.training-consulting-companies .what-this-means {
    background: #fff url(../content/images/believedvt-bg.png) no-repeat right;
    padding: 80px 0 100px;
    background-size: cover;
}
.training-consulting-companies .what-this-means .txtbgt ul {
        width: 100%;
        float: left;
        padding: 0;
        list-style: none;
        margin-top: 20px;
    }
.training-consulting-companies .what-this-means .txtbgt ul li {
        width: 100%;
        float: left;
        position: relative;
        margin-bottom: 10px;
    }
.training-consulting-companies .what-this-means .txtbgt ul li::before {
            content: "";
            width: 2px;
            height: 30px;
            background: #95c11f;
            background: linear-gradient(90deg, #ffffff 0%, #95c11f 100%);
            background: -webkit-linear-gradient(90deg, #ffffff 0%, #95c11f 100%);
            position: absolute;
            left: 18px;
            top: 30px;
        }
.training-consulting-companies .what-this-means .txtbgt ul li .iconbox {
            width: 38px;
            height: 38px;
            border-radius: 50%;
            text-align: center;
            background: #95c11f;
            float: left;
            padding: 6px;
        }
.training-consulting-companies .what-this-means .txtbgt ul li .iconbox img {
                width: 100%;
            }
.training-consulting-companies .what-this-means .txtbgt ul li .textbox {
            width: 82%;
            float: left;
            padding-left: 15px;
        }
.training-consulting-companies .what-this-means .txtbgt ul li .textbox p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 3px;
}
.training-consulting-companies .who-is-this-for {
    padding: 70px 0;
    background: #f2f3ef;
    background: linear-gradient(90deg, #e9f5d1 0%, #f2f3ef 100%);
    background: -webkit-linear-gradient(90deg, #e9f5d1 0%, #f2f3ef 100%);
}
.training-consulting-companies .who-is-this-for .imgbox {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.training-consulting-companies .who-is-this-for .imgbox img {
        width: 100%;
    }
.training-consulting-companies .who-is-this-for .right-part {
    padding-left: 5%;
    padding-right: 3%;
    padding-top: 2.5%;
}
.training-consulting-companies .who-is-this-for .right-part ul {
        width:100%;
        float:left;
    margin-top: 20px;
        margin-bottom:10px;
    }
.training-consulting-companies .who-is-this-for .right-part ul li {
        width: 100%;
        float: left;
        font-size: 18px;
        line-height: 1.6;
        font-weight:400;
        margin-bottom: 10px;
    }
.training-consulting-companies .who-is-this-for .right-part span.num {
        background: #95c11f;
        width: 38px;
        height: 38px;
        line-height: 37px;
        border-radius: 50px;
        float: left;
        font-weight: 900;
        text-align: center;
        margin-right: 12px;
        margin-top:-3px;
    }
/**policy**/
.policytdvt .inner-banner {
    padding: 60px 0;
    background: #95c11f;
}
.policytdvt .inner-banner h1 {
        font-size: 53px;
        font-weight: 700;
        color: #000;
        margin-bottom: 10px;
    }
.policytdvt .terptdvi {
    padding: 60px 0;
}
.policytdvt .terptdvi h3 {
        font-size: 24px;
        margin: 24px 0 3px;
        font-weight: 800;
    }
.policytdvt .terptdvi p {
        margin-bottom: 5px;
    }
.policytdvt .terptdvi ul {
        padding-left: 20px;
        width: 100%;
        float: left;
        margin: 10px 0;
    }
.policytdvt .terptdvi ul li {
            float: left;
            width: 100%;
            margin-bottom: 5px;
            font-size: 18px;
            line-height: 1.6;
             list-style-type: disc;
        }
.policytdvt a{
    font-weight:900; 
    color:#95c11f; 
    text-decoration:underline;
}
.journey-today-sec {
    padding: 100px 0 120px;
    background: #000 url(../Content/images/journey-bg.jpg) no-repeat;
    text-align: center;
    background-size: cover;
}
.journey-today-sec .btn-white {
        margin-left: 7px;
    }
/**thanks pages**/
.thanks-page {
    padding: 160px 0 120px;
    background: #f2f3ef;
    background: linear-gradient(90deg, #e9f5d1 0%, #f2f3ef 100%);
    background: -webkit-linear-gradient(90deg, #e9f5d1 0%, #f2f3ef 100%);
    text-align: center;
}
.thanks-page h2 {
}
.thanks-page p {
}
.thanks-page .line {
    width: 45%;
    height: 1px;
    background: #95c11f;
    margin: 30px auto 15px;
}
.thanks-page h5 {
    font-size: 20px;
    font-weight: 900;
    margin-top: 30px;
    margin-bottom: 15px;
}
.thanks-page .social-area {
    margin-top: 4px;
}
.thanks-page .social-area a {
        display: inline-block;
        width: 38px;
        overflow: hidden;
    }
.thanks-page .social-area a img {
            border-radius: 6px;
        }