html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    padding-top: 2.5em;
    color: #022144;
    /* Apply the custom font to the entire website */
    font-family: Roboto,Helvetica,Arial,sans-serif;
}

.shadow-box-lg {
    box-shadow: 10px 10px 0 5px #f3f3f3;
    border-radius: 10px;
    padding: 30px 15px 30px;
    border: 1px solid #c0c3c6;
    margin: 0 5px;
}

.shadow-box-img {
    box-shadow: 5px 10px 30px 0 rgb(26 96 204 / 12%);
    padding: 1px;
    border-radius: 10px;
}

footer {
    background: linear-gradient(to right, #163353 0%,#4b2197 100%,#152a40 100%);
    color: #e6e4e4;
    padding: 25px 0;
    width: 100%;
}
/* Sticky footer styles -------*/
@media (min-width: 768px) {
    body {
        min-height: 100vh;
        /*Margin bottom by footer height */
        padding-bottom: 660px;
        position: relative;
    }

    footer {
        position: absolute;
        bottom: 0;
    }
}

footer a, footer a:visited {
    color: #a5c7ec;
    text-decoration: none;
}

    footer a:hover {
        color: #e6e4e4;
        text-decoration: none;
    }

    a, footer a:visited {
        text-decoration: none;
    }

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

.Course-Features-box {
    margin-bottom: 25px;
}

.logo-bs {
    height: 36px;
    display: inline-block;
    margin-top: -2px;
}

.bydnt-bs {
    font-size: 11px;
    padding-left: 99px;
    margin-top: -6px;
    font-weight: 500;
    font-family: arial;
    letter-spacing: 0.19em;
}

.text-color-primary {
    color: #a3f1fc;
    font-weight: 600;
}

.text-color-yellow {
    color: #f7e431;
    font-weight: 500;
    font-size: 18px;
}

.font-icon-size2x {
    font-size: 20px;
    margin-top: 8px;
}

.bg-yellow-blue {
    padding: 20px 10px;
    background-image: linear-gradient(35deg,#fcfce2 30%,#dcf5fe 60%);
}

.bg-violet-blue {
    padding: 20px 10px;
    background-image: linear-gradient(35deg,#e3ddfd 30%,#f3fcff 90%);
}

.bg-blue-yellow {
    padding: 20px 10px;
    background-image: linear-gradient(35deg,#e8f9ff 40%,#faf9c5 90%);
}

.bg-red-blue {
    padding: 20px 10px;
    background-image: linear-gradient(35deg,#fcdde8,#f3fcff 60%);
}

.bg-home-header {
    padding: 20px 10px;
    background: linear-gradient(to right, #2f81db 0%,#068d8d 100%,#1b4e83 100%);
    /*background: #4e74ee;
    background-image: radial-gradient(ellipse at bottom,#1a68d3 5%,transparent 60%),linear-gradient(136deg,transparent,#71c7ee 290%),linear-gradient(115deg,#736ee5,transparent 40%),linear-gradient(180deg,transparent 0,#1a68d3 70%),radial-gradient(ellipse at -70% -180%,transparent 80%,#71c7ee 0),radial-gradient(ellipse at bottom,#1a68d3 40%,transparent 80%),radial-gradient(ellipse at 5% 340%,transparent 80%,#bfc2f4 0);*/
}

.bg-training-header {
    background: #4668d5;
    background-image: radial-gradient(ellipse at bottom,#1953aa 5%,rgb(26 112 176 / 80%) 60%),linear-gradient(136deg,transparent,#15191b 290%),linear-gradient(115deg,#504ace,transparent 40%),linear-gradient(180deg,transparent 0,#205eb3 70%),radial-gradient(ellipse at -70% -180%,transparent 80%,#084460 0),radial-gradient(ellipse at bottom,#75d8ec 40%,transparent 80%),radial-gradient(ellipse at 5% 340%,transparent 80%,#5575a3 0);
}

.bg-blue-purple-dark {
    background: #3F51B5;
    background: linear-gradient(to right, #1f86b3, #6176ed) !important;
}

.subheader {
    background: #2c4c6c;
    /* background: #254f9c;*/
    padding: 10px;
    border-radius: 5px;
    width: 100%;
}

.text-justify {
    text-align: justify;
}

.home-header-text {
    font-size: 16px;
    text-align: justify;
    line-height: 28px;
}

.box-shadow {
    box-shadow: rgb(0 0 0 / 38%) 0 2px 4px 0;
}
/* menu li open on mouse hover*/
ul > li.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.card-border-none {
    border: none !important;
}

.validation-summary-errors {
    color: red;
}

    .validation-summary-errors ul {
        padding-left: 0;
    }

        .validation-summary-errors ul li {
            list-style: none;
        }

label.error {
    text-align: left;
    color: red;
    width: 100%;
    display: inline-block;
}

.input-validation-error {
    text-align: left;
    border: 1px solid #ced4da !important;
    width: 100%;
    display: inline-block;
    background-color: #fee;
}

input.error {
    text-align: left;
    border: 1px solid #ced4da !important;
    width: 100%;
    display: inline-block;
    background-color: #fee;
}

.dselect-wrapper {
    width: 100%;
}

    .dselect-wrapper > button {
        text-align: left;
    }

    .dselect-wrapper > .dropdown-menu {
        width: 100%;
    }

.features-list {
    padding-left: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    margin: -5px -8px 0;
}

.features-list-item {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 16px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }

    .header-border-right {
        border-right: 1px solid #cfd3d4;
    }

    .subheader {
        width: 80% !important;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

@media (min-width: 1200px) {
    .h4, h4 {
        font-size: 1.4rem;
    }
}

/* Start: Customize Bootstrap */
.btn-primary {
    color: #fff;
    background-color: #2196F3 !important;
    border-color: #03A9F4 !important;
}

.btn-primary-dark {
    background: #0f4a8a !important;
    color: #fff !important;
    border-color: #0f4a8a !important;
}

    .btn-primary-dark:hover {
        color: #fff !important;
        background: #0766cc !important;
        border-color: #0766cc !important;
    }

.btn-success {
    background: #009688 !important;
    color: #fff !important;
    border-color: #009688 !important;
}

    .btn-success:hover {
        color: #fff !important;
        background: #02867a !important;
        border-color: #02867a !important;
    }

.btn-info {
    color: #fff !important;
    background: #00bcd4 !important;
    border-color: #00bcd4 !important;
}

    .btn-info:hover {
        background-color: #1fd5ec !important;
        border-color: #1fd5ec !important;
        color: #fff !important;
    }

.swal2-styled.swal2-confirm {
    background-color: #00baf2 !important;
    padding: 5px 2rem;
}
/* End: Customize Bootstrap */

/*////////testimonial/////////*/
.morectnt span {
    display: none;
}

#mixedSlider .show {
    width: 100%;
}

#mixedSlider {
    position: relative;
}

    #mixedSlider .MS-content {
        white-space: nowrap;
        overflow: hidden;
        /*margin-left: 20px;*/
    }

        #mixedSlider .MS-content .item {
            display: inline-block;
            width: 33.3333%;
            position: relative;
            vertical-align: top;
            overflow: hidden;
            height: 100%;
            white-space: normal;
        }

@media (max-width: 991px) {
    #mixedSlider .MS-content .item {
        width: 50%;
    }
}

@media (max-width: 767px) {
    #mixedSlider .MS-content .item {
        width: 100%;
    }
}

#mixedSlider .MS-content .item .imgTitle {
    position: relative;
}

    #mixedSlider .MS-content .item .imgTitle .blogTitle {
        margin: 0;
        text-align: left;
        letter-spacing: 2px;
        color: #252525;
        font-style: italic;
        position: absolute;
        background-color: rgba(255, 255, 255, 0.5);
        width: 100%;
        bottom: 0;
        font-weight: bold;
        padding: 0 0 2px 10px;
    }

    #mixedSlider .MS-content .item .imgTitle img {
        height: auto;
        width: 100%;
    }

#mixedSlider .MS-content .item p {
    font-size: 14px;
    margin: 3px 0 0 0;
    /*text-indent: 15px;*/
}

#mixedSlider .MS-content .item a {
    float: right;
    margin: 0 20px 0 0;
    font-size: 14px;
    color: rgb(25, 107, 243);
    transition: linear 0.1s;
}

    #mixedSlider .MS-content .item a:hover {
        color: #F78E31;
    }

#mixedSlider .MS-controls button {
    position: absolute;
    border: none;
    background-color: transparent;
    outline: 0;
    font-size: 30px;
    top: 95px;
    color: rgba(0, 0, 0, 0.4);
    transition: 0.15s linear;
}

    #mixedSlider .MS-controls button:hover {
        color: rgba(0, 0, 0, 0.8);
    }

@media (max-width: 992px) {
    #mixedSlider .MS-controls button {
        /*font-size: 30px;*/
    }
}

@media (max-width: 767px) {
    #mixedSlider .MS-controls button {
        /*font-size: 20px;*/
    }
}

#mixedSlider .MS-controls .MS-left {
    left: -10px;
}

@media (max-width: 767px) {
    #mixedSlider .MS-controls .MS-left {
        left: -10px;
        float: left;
    }
}

#mixedSlider .MS-controls .MS-right {
    right: -10px;
}

@media (max-width: 767px) {
    #mixedSlider .MS-controls .MS-right {
        right: -20px;
    }
}

#basicSlider {
    position: relative;
}

    #basicSlider .MS-content {
        white-space: nowrap;
        overflow: hidden;
        margin: 0 2%;
        height: 50px;
    }

        #basicSlider .MS-content .item {
            display: inline-block;
            width: 20%;
            position: relative;
            vertical-align: top;
            overflow: hidden;
            height: 100%;
            white-space: normal;
            line-height: 50px;
            vertical-align: middle;
        }

@media (max-width: 991px) {

    #basicSlider .MS-content .item {
        width: 25%;
    }
}

@media (max-width: 767px) {

    #basicSlider .MS-content .item {
        width: 35%;
    }
}

@media (max-width: 500px) {

    #basicSlider .MS-content .item {
        width: 50%;
    }
}

#basicSlider .MS-content .item a {
    line-height: 50px;
    vertical-align: middle;
}

#basicSlider .MS-controls button {
    position: absolute;
}

#basicSlider .MS-controls .MS-left {
    top: 35px;
    left: 10px;
}

#basicSlider .MS-controls .MS-right {
    top: 35px;
    right: 10px;
}

.showmoretxt {
    font-size: 14px !important;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'FontAwesome' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


#mixedSlider .MS-content .item p:before {
    content: "\201C";
    font-size: 21px;
    font-weight: 800;
    padding-right: 7px;
    color: #6d6666;
}

#mixedSlider .MS-content .item p::after {
    content: "\201D";
    font-size: 21px;
    font-weight: 800;
    color: #6d6666;
}

/* Login page */
.login-left-sidebar {
    background: #4285f4;
    background-image: linear-gradient(to right, #2f81db 0%,#068d8d 100%,#1b4e83 100%);
    height: calc(100vh);
}

.icon-ladder {
    min-width: 190px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 16px;
    text-align: left;
    line-height: 32px;
    margin: 3% 12% 1% 24%;
    padding: 2%;
}

.icon-ladder-img {
    height: 36px;
}

.icon-ladder-track {
    border-left: 2px solid #fff;
    display: block;
    height: 20px;
    margin: -14px 20px;
}

.bullet-index {
    border-radius: 100%;
    padding: 6px 10px;
    background-color: #4285f4;
    color: #fff;
}

.iconstyle {
    background-color: #4285f4;
    color: #fff;
    padding: 9px;
    margin: 0 12px 0 0;
    border-radius: 50em;
}

* {
    margin: 0;
    padding: 0;
}

.padding_top {
    padding-top: 10px;
}

.field-validation-error {
    color: red;
}

.input-validation-error {
    border: 1px solid red;
    background-color: #fee;
}

.home-header {
    background: url(../images/dnt-header-bg.png) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.home-search-box {
    position: relative;
}

#home-slider-1 {
    padding-top: 160px;
}

.home-search-panel {
    height: 345px;
}

.home-search-box #result {
    position: absolute;
    width: 100%;
    right: 0;
    z-index: 999;
    display: none;
    border-top: 0px;
    background: #F3F3F3;
    max-height: 200px;
    overflow-y: auto;
    top: 45px;
    border: 1px solid #E29F01;
    border-radius: 0 0 5px 5px;
    box-sizing: border-box;
}

.home-search-box .show_auto_s_data a {
    color: #333;
    text-shadow: none;
    padding: 5px 15px;
    display: block;
}

.home-search-box .show_auto_s_data b {
    color: #bb2929;
    font-weight: 500;
}

.home-search-box .show_auto_s_data {
    text-align: left;
    border-bottom: 1px #999 dashed;
    font-size: 14px;
    position: relative;
    z-index: 99999;
}

    .home-search-box .show_auto_s_data:hover {
        background: #d4d4d4;
        color: #333;
        cursor: pointer;
    }

#main-slider1 {
    position: relative;
}

.no-margin {
    margin: 0;
    padding: 0;
}

#main-slider1 .home-caption {
    right: 0px;
    left: 15px;
    bottom: auto;
    top: 12%;
    margin: 15px 0;
    position: absolute;
}

#main-slider1 .carousel-inner {
    overflow: visible;
}

    #main-slider1 .carousel-inner img {
        width: 100%;
        max-width: none;
    }

#main-slider1 .home-caption h2 {
    color: #fff;
    font-weight: 400 !important;
    text-align: left;
}

    #main-slider1 .home-caption h2 .orange {
        color: #f6a800;
        font-size: 45px;
        font-weight: 700;
    }

    #main-slider1 .home-caption h2 .yellow {
        color: #f6a800;
    }

#text-yellow {
    color: #FFFF00;
}

#text-white {
    color: #fff;
}

.banner-training {
    background: rgba(0, 0, 0, 0.51);
}

.carousel-inner img {
    width: 100%;
}

.navbar-default {
    background: #fff;
    box-shadow: 0 1px 4px #3464AF;
}

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: #FF9E4A;
    }

.banner-training-item .col-md-2 {
    width: 20%;
    padding: 0px;
}

.banner-training-item .training-item {
    color: #b4b4b4;
    padding: 10px 10px 6px;
    font-size: 13px;
    text-align: center;
    position: relative;
    bottom: 0px;
    transition: all 0.5s;
}

    .banner-training-item .training-item img {
        transition: all .7s;
    }

    .banner-training-item .training-item:hover {
        background: #F5811D;
        color: #ffe2c9;
    }

        .banner-training-item .training-item:hover h2 {
            color: #fff;
        }

        .banner-training-item .training-item:hover img {
        }

    .banner-training-item .training-item h2 {
        font-weight: 400;
        color: #F5F5F5;
        margin-top: 10px;
        margin-bottom: 5px;
        font-size: 16px;
        -webkit-transition: 500ms;
        -moz-transition: 500ms;
        -o-transition: 500ms;
        transition: 500ms;
    }

#main-slider1 .carousel-indicators {
    bottom: -5px;
}

.news-update-panel {
    border: 1px solid #d4d4d4;
    background: #f4f4f4;
    border-left: 0px;
    border-right: 0px;
}

    .news-update-panel h3 {
        position: relative;
        float: left;
        margin: -1px;
        background: #0099ff;
        padding: 9px 10px;
    }

        .news-update-panel h3:after {
            content: '';
            position: absolute;
            right: -15px;
            top: 0;
            border-top: 19px solid transparent;
            border-bottom: 18px solid transparent;
            border-left: 16px solid #0099ff;
        }

        .news-update-panel h3 span {
            font-size: 18px;
            color: #fff;
            font-weight: 600;
        }

    .news-update-panel .carousel-inner {
        float: left;
        width: auto;
        margin-left: 30px;
        margin-top: 6px;
    }

    .news-update-panel .news-control {
        display: inline-block;
        color: #B5B5B5;
        margin: 0 5px;
    }

        .news-update-panel .news-control:hover {
            color: #E26D26;
        }

.news-control-box {
    margin-top: 8px;
}

#depth-learning {
    background: #f5f5f5;
}

#populer-courses {
    background: #FFFFFF;
}

.feature-depth {
    background: #0099ff;
    padding: 5px 0;
}

    .feature-depth span {
        color: #fff;
        display: block;
        margin-top: 5px;
    }

.analytis-item {
    padding: 0px 0;
}

    .analytis-item .analytis-icn img {
        width: 65px;
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 10px 0;
    border-radius: 2px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #000;
            background-color: #f1f1f1;
            border: 1px solid #ffffff;
            margin-left: -1px;
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 2px;
            border-top-left-radius: 2px;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-bottom-right-radius: 2px;
            border-top-right-radius: 2px;
        }

        .pagination > li > a:hover,
        .pagination > li > span:hover,
        .pagination > li > a:focus,
        .pagination > li > span:focus {
            color: #ffffff;
            background-color: #2196F3;
            border-color: #ffffff;
        }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 2;
        color: #ffffff;
        background-color: #2196F3;
        border-color: #ffffff;
        cursor: default;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > span:hover,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #777777;
        background-color: #e2e2e2;
        border-color: #ffffff;
        cursor: not-allowed;
    }

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 17px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
}

@media (max-width : 600px) {
    .mob-i-m2 {
        margin-top: 25px !important;
    }

    .news {
        top: 12px !important;
        position: relative;
    }

    .newsicon {
        top: 45px !important;
    }
}

.news p {
    display: inline-block;
    color: #fff;
    line-height: 20px;
    padding-top: 7px;
}

.newsicon {
    right: 10px;
    top: 60px;
    position: absolute;
    color: #D1D1D1;
    max-width: 25px;
    font-size: 10px;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.2s ease-out;
}
/* Ratings*/
.stats-top-content {
    grid-column-gap: 40px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: center;
    display: grid;
}

.trust-rating-badge {
    z-index: 1;
    grid-column-gap: 12px;
    grid-row-gap: 16px;
    background-color: #fff;
    border: 2px solid #030a21;
    border-radius: 12px;
    grid-template-rows: auto;
    grid-template-columns: 48px 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    padding: 1rem 1.5rem;
    display: grid;
    position: relative;
}

.icon-1x1-medium {
    width: 3rem;
    height: 3rem;
}

.rating-text {
    font-size: 1.375rem;
    font-weight: 600;
}

.flex-col {
    flex-direction: column;
    display: flex;
}

@media (max-width: 767px) {
    .stats-top-content {
        flex-direction: column;
        display: flex !important;
    }
}
/*icons for svg*/
.icon16 {
    width: 16px;
    height: 16px;
}

.icon18 {
    width: 18px;
    height: 18px;
}

.icon20 {
    width: 20px;
    height: 20px;
}

.icon24 {
    width: 24px;
    height: 24px;
}

.icon28 {
    width: 28px;
    height: 28px;
}

.icon30 {
    width: 30px;
    height: 30px;
}

.icon32 {
    width: 32px;
    height: 32px;
}

.icon40 {
    width: 40px;
    height: 40px;
}

.icon48 {
    width: 48px;
    height: 48px;
}

.icon-white {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}

.icon-blue {
    filter: brightness(120%) saturate(100%) hue-rotate(180deg);
}

.lms-icon {
    display: inline-block;
    position: absolute;
    left: 10%;
    font-size: 32px;
}
