html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    padding-top: 2.5em;
    color: var(--text-color);
    font-family: Roboto, Helvetica, Arial, sans-serif;
}

#code,
#gcode,
#vcode,
#dcode,
#gmcode {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#MobileCountryCode,
#SMobileCountryCode {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#SMobileNo {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.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%, #26435a 100%, #152a40 100%);
    color: #e6e4e4;
    padding: 25px 0;
    width: 100%;
}

/* Sticky footer styles -------*/
@media (min-width: 768px) {
    body {
        min-height: 100vh;
        position: relative;
    }

    footer {
        bottom: 0;
    }
}

footer a,
footer a:visited {
    color: #99aec6;
    text-decoration: none;
    font-size:15px;
}

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;
}

.Course-Features-box article {
    text-align: justify;
    padding-top: 8px;
}

.logo-bs {
    height: 32px;
    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-blue-green {
    padding: 20px 10px;
    background-image: linear-gradient(145deg, #f3fcff 40%, #d3fff5 90%);
}
.bg-blue-light {
    padding: 20px 10px;
    background-image: linear-gradient(35deg, #dcf5ff 50%, #f3fcff 90%);
}
.bg-red-blue {
    padding: 20px 10px;
    background-image: linear-gradient(35deg, #fcdde8, #f3fcff 60%);
}
.bg-liteyellow-blue {
    padding: 20px 10px;
    background-image: linear-gradient(35deg, #fcfce2 40%, #f5fbfe 90%);
}

.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;
    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 #ec9898 !important;
    width: 100%;
    display: inline-block;
}

/* .form-controlt {
    width: 100%;
    height: 32px;
    padding: 0px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #cacbcc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
} */
.img-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    color: #002365;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}
#Cname {
    color: #201f1f !important;
}

.red {
    color: #ed0808;
    font-size: 14px;
    font-weight: bold;
}

.saving {
    background-color: rgba(0, 153, 142, 0.1);
    border: dashed 1.5px rgba(0, 153, 142, 0.3);
    font-size: 14px;
    color: rgba(0, 153, 142, 0.8);
    padding: 5px;
    border-radius: 2px;
}

.cart-icon {
    font-size: 12px;
}

input.error {
    text-align: left;
    border: 1px solid #ec9898 !important;
    width: 100%;
    display: inline-block;
}

.dselect-wrapper {
    width: 100%;
}

.dselect-wrapper>button {
    text-align: left;
}

.dselect-wrapper>.dropdown-menu {
    width: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }

    .subheader {
        width: 80% !important;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

@media (min-width: 1200px) {

    .h4,
    h4 {
        font-size: 1.4rem;
    }
}

/* Start: Customize Bootstrap */
.btn-primary {
    color: #fff !important;
    background-color: #2196F3 !important;
    border-color: #03A9F4 !important;
    border: 1px solid;
}

.btn-primary:hover {
    color: #fff !important;
    background-color: #2d85cb !important;
    border-color: #2d85cb !important;
    border: 1px solid;
}

.btn-primary-dark {
    background: #0f4a8a !important;
    color: #fff !important;
    border-color: #0f4a8a !important;
    border: 1px solid;
}

.btn-primary-dark:hover {
    color: #fff !important;
    background: #0766cc !important;
    border-color: #0766cc !important;
    border: 1px solid;
}

.btn-success {
    background: #009688 !important;
    color: #fff !important;
    border-color: #009688 !important;
    border: 1px solid;
}

.btn-success:hover {
    color: #fff !important;
    background: #02867a !important;
    border-color: #02867a !important;
    border: 1px solid;
}

.btn-info {
    color: #fff !important;
    background: #00bcd4 !important;
    border-color: #00bcd4 !important;
    border: 1px solid;
}

.btn-info:hover {
    background-color: #1fd5ec !important;
    border-color: #1fd5ec !important;
    color: #fff !important;
    border: 1px solid;
}

.btn-outline-primary {
    border-color: #03A9F4 !important;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #2196F3 !important;
    border-color: #03A9F4 !important;
}

.swal2-styled.swal2-confirm {
    background-color: #00baf2 !important;
    padding: 5px 2rem;
}

/* End: Customize Bootstrap */

/* 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: #00d1cf;
    color: #fff;
    padding: 8px !important;
    margin: 0 12px 0 0;
    border-radius: 50em;
    width: 45px !important;
    text-align: center;
    height: 45px;
}

.iconstyle svg path {
    fill: #ffffff;
}

#depth-learning {
    background: #f5f5f5;
}

@media (max-width : 600px) {
    .mob-i-m2 {
        margin-top: 25px !important;
    }

    .news {
        top: 6px !important;
        position: relative;
    }

    .newsicon {
        top: 36px !important;
    }
}

.news p {
    display: inline-block;
    color: #fff;
    line-height: 20px;
    padding-top: 7px;
}

.newsicon {
    padding-top:4px;
    right: 10px;
    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: 992px) {
    .stats-top-content {
        flex-direction: column;
        display: flex !important;
    }
    .h4, h4{
        font-size:1rem;
    }
}

/*icons for svg*/
.icon16 {
    width: 16px;
    height: 16px;
}

.icon18 {
    width: 18px;
    height: 18px;
}

.icon20 {
    width: 20px;
    height: 20px;
}

.icon22 {
    width: 22px;
    height: 22px;
}

.icon24 {
    width: 24px;
    height: 24px;
}

.icon28 {
    width: 28px;
    height: 28px;
}

.icon30 {
    width: 30px;
    height: 30px;
}

.icon32 {
    width: 32px;
    height: 32px;
}

.icon34 {
    width: 34px;
    height: 34px;
}

.icon36 {
    width: 36px;
    height: 36px;
}

.icon40 {
    width: 40px;
    height: 40px;
}

.icon44 {
    width: 44px;
    height: 44px;
}

.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;
}

.company-gallery {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(4, 0.6fr);
    align-items: center;
    justify-items: center;
}

.company-logo {
    max-width: 120px;
    margin-bottom: 12px;
    width: 100%;
    max-height: 100px;
    height: 100%;
    object-fit: contain;
}

@media screen and (max-width: 991px) {
    .company-gallery {
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(6, 0.6fr);
        grid-gap: 20px;
        gap: 5px 20px;
    }
}

/*For pills Tab*/
#pills-tab {
    border: 2px solid #ccd6de;
    border-radius: 40px;
    background: #ffffff;
}

#pills-tab>li {
    margin: 2px;
}

.nav-pills .nav-link {
    font-weight: 500;
    padding: 8px 24px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #2196f3;
    border-radius: 40px;
}

@media (max-width: 767px) {
    .how-number {
        padding-top: 14px;
        background: #fff;
        max-width: 80px;
        margin: auto;
        height: 80px;
        border-radius: 50%;
        display: block;
        color: #4776db;
        font-weight: 500;
        font-size: 3rem;
        border: 2px solid #bfd4f2;
    }

    .d-pills-tab {
        display: none;
    }

    .m-pills-tab {
        display: flex;
    }

    #pills-tab {
        justify-content: center;
    }

    #pills-tab>li {
        margin: 2px;
    }

    .nav-pills .nav-link {
        font-weight: 500;
        padding: 8px 24px;
    }
}

@media (min-width: 767px) {
    .how-number {
        padding-top: 10px;
        background: #fff;
        max-width: 80px;
        margin: auto;
        height: 80px;
        border-radius: 50%;
        display: block;
        color: #4776db;
        font-weight: 500;
        border: 2px solid #bfd4f2;
    }

    .d-pills-tab {
        display: flex;
    }

    .m-pills-tab {
        display: none;
    }
}

.rating,
.rating i {
    color: #ff5722 !important;
}

.img-circle {
    max-width: 100px;
    border-radius: 50%;
    margin: 0 auto;
    margin-left: auto;
}
.category-list.active-category .icon-invert-on-hover,
.job-category-list.active-category .icon-invert-on-hover {
    filter: brightness(0) invert(1);
}

.category-list:hover .icon-invert-on-hover,
.job-category-list:hover .icon-invert-on-hover {
    filter: brightness(0) invert(1);
}

.dropdown-category-toggle.active img {
    filter: brightness(0) invert(1);
}