﻿.fixed-header {
    z-index: 999;
    position: fixed;
    top: 0px;
    margin-left: 0px;
    width: 100%;
    left: 0px;
    background-color: #fff;
    /* background-color: #ffc107;*/
    /*	background-color: aliceblue;*/
}

.board-director 
{
    font-size: 18px;
}

single-course-title 
{
    position: relative;
    font-family: sans-serif;
    text-transform: uppercase;
    font-size: 2em;
    letter-spacing: 4px;
    overflow: hidden;
    background: linear-gradient(90deg, #000, #fff, #000);
    background-repeat: no-repeat;
    background-size: 80%;
    animation: animate 3s linear infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
}

@keyframes animate 
{
    0% 
    {
        background-position: -500%;
    }
    100% 
    {
        background-position: 500%;
    }
}

.fixed-btm-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

#demoChat {
    /* To play around, change this to absolute */
    position: fixed;
    bottom: -1px;
    right: 0px;
    z-index: 1;
    padding: 0px;
    margin: 0px;
}

.banner {
    padding-top: 150px;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 130px;
    background: url(../images/bg/video-bg.jpg);
    background-size: cover;
    position: relative;
}

.modal-body {
    padding: .25rem;
}

.career-img {
    width: 80px;
    border-radius: 100%;
    height: auto;
    overflow: hidden;
    float: left;
    margin-right: 40px;
}
/*
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 5;
}

    .close:hover {
        float: right;
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1;
        color: #000;
        text-shadow: 0 1px 0 #fff;
        opacity: 5;
    }


*/


.text-primary {
    color: #747e8a !important;
}

.fa-xs {
    font-size: .55em;
    margin: 5px;
}

.team-block .team-info p {
    line-height: 20px;
    color: #03522d;
    /*font-size: 15px;*/
    font-size: 18px;
    text-transform: unset;
    font-weight: 700;
    font-family: "Quicksand", sans-serif;
    text-align: center;
    padding-top: 6px;
}

.modal-header .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 50;
}

    .modal-header .close:hover {
        background-color: #f000;
        color: red;
    }


.important-link {
    color: #0007e2;
}

.s {
    padding: 1px 15px;
}

.footer .footer-contact ul li {
    margin-bottom: 10px;
}


.img-fluid {
    max-width: 100%;
}

.carousel-indicators li {
    background-color: #000;
}

.btn-small-custom {
    padding: 1px 30px;
}

.comments {
    margin: 30px 0px;
}


.about-text-block {
    position: relative;
    background: #ffffff;
    padding: 10px 20px 2px 20px;
    margin-bottom: 2px;
    border-radius: 5px;
    border: 1px solid #b9b9b9;
}

.index-news {
    position: absolute;
    left: 10px;
    top: 10px;
    color: #00633E;
}

    .about-text-block i {
        position: absolute;
        left: 10px;
        top: 10px;
        color: #00633E;
    }

.h13, h13 {
    font-size: 13px;
    line-height: initial;
    font-weight: 800;
    /*color: darkgreen;*/
    color: rgb(23, 141, 75);
}

/*.h12, h12 {
    margin-top: .25rem;
    margin-bottom: 1.5rem;
    font-size: 12px;
    line-height: normal;
}*/

.h12, h12 {
    margin-top: .25rem;
    margin-bottom: 1.1rem;
    font-size: 12px;
    line-height: 1.3rem;
}


.jumbotronxyz {
    position: relative;
    padding: 10px 0;
    color: #fff;
    text-align: left;
    text-shadow: 0 1px 3px rgb(0 0 0 / 40%), 0 0 30px rgb(0 0 0 / 8%);
    background: #020031;
    background: -moz-linear-gradient(45deg, #020031 0%, #6d3353 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#020031), color-stop(100%,#6d3353));
    background: -webkit-linear-gradient( 45deg, #020031 0%,#6d3353 100%);
    background: -o-linear-gradient(45deg, #020031 0%,#6d3353 100%);
    background: -ms-linear-gradient(45deg, #020031 0%,#6d3353 100%);
    background: linear-gradient( 45deg, #020031 0%,#6d3353 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#020031', endColorstr='#6d3353',GradientType=1 );
    -webkit-box-shadow: inset 0 3px 7px rgb(0 0 0 / 20%), inset 0 -3px 7px rgb(0 0 0 / 20%);
    -moz-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
    box-shadow: inset 0 3px 7px rgb(0 0 0 / 20%), inset 0 -3px 7px rgb(0 0 0 / 20%);
}


@media (max-width: 992px) .navbar {
    padding: 0px 10px;
}

.team-block .team-img-board:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(56, 87, 119, 0.9);
    transition: all .3s ease;
    visibility: hidden;
    opacity: 0;
}

.team-block .team-info {
    position: relative;
    text-align: center;
    padding: 5px 5px;
    border-radius: 5px;
}


/*  .team-block .team-info {
    background: #ffffffdb;
    margin-top: -30px;
    position: relative;
     margin: -30px 20px 0px 20px; 
    text-align: center;
    padding: 5px 5px;
     padding: 15px 10px; 
    border-radius: 5px;
    box-shadow: 0px 8px 16px 0px rgb(146 184 255 / 20%);
    }*/


.team-block .team-info {
    background: #ffffffdb;
    /* margin-top: -30px; */
    position: relative;
    /* margin: -30px 20px 0px 20px; */
    text-align: center;
    padding: 5px 5px;
    /* padding: 15px 10px; */
    border-radius: 5px;
    /* box-shadow: 0px 8px 16px 0px rgb(146 184 255 / 20%); */
}



.page-header {
    padding-top: 150px;
    background: #F4FDFF;
    position: relative;
    background: url(../images/bg/page-header.jpg) no-repeat;
    background-size: cover;
    background-position: 0px 10%;
    text-align: center;
}


.important-link {
    /*color: #0038b7;*/
    padding-left: 10px;
}

.news-link {
    font-weight: 900;
    color: #3f429a;
    padding-left: 5px;
}






.footer .footer-links a:hover {
    color: #fff6b6;
}


/*.section-padding 
{
  padding: 100px 0px;
  }*/

.section-padding {
    padding-top: 15px;
}

.slider-position-change {
    /*padding-top: 80px;*/
    padding-top: 136px;
    transition: all 0.5s ease;
}

.edutim-course-single {
    padding-top: 136px;
}



@media only screen and (max-width: 768px) {
    .main-head-left-hidden-mobile {
        display: none;
    }

    .main-head-left-hidden-mobile {
        display: none;
    }

    .slider-position-change {
        padding-top: 100px;
    }
}

@media (max-width: 768px) {
    .header-right {
        float: none !important;
        text-align: center;
        margin-top: 0px;
    }
}


@media (max-width: 992px) {

    .course-categories .category-item {
        width: calc(16% - 1px);
        padding: 15px;
        margin: 0 0 33px;
        min-height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: .3s ease;
        border-radius: 10px;
        overflow: hidden;
        text-align: center;
        box-shadow: 0px 8px 16px 0px rgb(146 184 255 / 20%);
    }

    .course-categories {
        display: flex;
        white-space: inherit;
    }

        .course-categories .category-item h4 {
            color: #fff;
            font-size: 14px;
            margin-bottom: 0px;
        }

        .course-categories .category-item i {
            display: block;
            font-size: 25px;
            color: #fff;
            margin-bottom: 10px;
        }
}

.feature-item {
    padding: 10px 15px;
}
    

.category-item i {
    display: block;
    font-size: 45px;
    color: #fff;
    margin-bottom: 15px;
}


.category-item h4 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 0px;
}

.category-item p {
    color: #fff;
    margin-bottom: 0px;
}


.feature-item {
    border-top: 2px solid;
    /*min-height: 170px;*/
    min-height: 250px;
    /*align-items: center;*/
    align-items: start;
    justify-content: center;
}


    .a-link-download {
    color: blue;
}


.category-bg-9 {
    background: #202953;
}

.category-bg-10 {
    background: #9b172c;
}

.category-bg-11 {
    background: #086634;
}

.category-bg-12 {
    background: #ea4e1b;
}

.category-bg-13 {
    background: #bf1522;
}

.jumbotron9 {
    animation: animateBg 50s infinite linear;
    background-image: url(../images/home-hero-bg.svg),linear-gradient( 180deg,#041252 30.12%,#040001 100.47%)
}

.jumbotron13 {
    animation: animateBg 30s infinite linear;
    /*  background-image: url(../images/home-hero-bg.svg), linear-gradient( 90deg,#b80d19,#7c0e09,#b80d19,#7c0e09,#b80d19); */
    background-image: url(../images/home-hero-bg.svg),linear-gradient( 180deg,#b5000d 30.12%,#060001 120.47%);
}


.jumbotron11 {
    animation: animateBg 40s infinite linear;
    background-image: url(../images/home-hero-bg.svg),linear-gradient( 180deg,#006b32 30.12%,#060001 120.47%);
}


.jumbotron15 {
    background-image: url(),linear-gradient( 180deg,#004c24 30.12%,#060001 120.47%);
}


.navbar-nav .nav-link {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.category-section2 {
    margin-top: -15px;
    position: relative;
}

.course-categories .category-item {
    min-height: 150px; /*190px;*/
}

.course-categories .category-item {
    width: calc(16% - 7px);
    padding: 15px;
    margin: 0 0 33px;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0px 8px 16px 0px rgb(146 184 255 / 20%);
}

    .course-categories .category-item i {
        display: block;
        font-size: 45px;
        color: #fff;
        margin-bottom: 15px;
    }


/*tooltip*/
/* START TOOLTIP STYLES */
[tooltip] {
    position: relative; /* opinion 1 */
    font-size: 12px;
}

    /* Applies to all tooltips */
    [tooltip]::before,
    [tooltip]::after {
        text-transform: none; /* opinion 2 */
        font-size: .9em; /* opinion 3 */
        line-height: 1;
        user-select: none;
        pointer-events: none;
        position: absolute;
        display: none;
        opacity: 0;
    }

    [tooltip]::before {
        content: '';
        border: 5px solid transparent; /* opinion 4 */
        z-index: 1001; /* absurdity 1 */
    }

    [tooltip]::after {
        content: attr(tooltip); /* magic! */
        /* most of the rest of this is opinion */
        font-family: Helvetica, sans-serif;
        text-align: center;
        /* 
    Let the content set the size of the tooltips 
    but this will also keep them from being obnoxious
    */
        min-width: 3em;
        max-width: 21em;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 1ch 1.5ch;
        border-radius: .3ch;
        box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
        background: #333;
        color: #fff;
        z-index: 1000; /* absurdity 2 */
    }

    /* Make the tooltips respond to hover */
    [tooltip]:hover::before,
    [tooltip]:hover::after {
        display: block;
    }

/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
    display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
    bottom: 100%;
    border-bottom-width: 0;
    border-top-color: #333;
}

[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
    bottom: calc(100% + 5px);
}

[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
    left: 50%;
    transform: translate(-50%, -.5em);
}

/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
    top: 100%;
    border-top-width: 0;
    border-bottom-color: #333;
}

[tooltip][flow^="down"]::after {
    top: calc(100% + 5px);
}

[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
    left: 50%;
    transform: translate(-50%, .5em);
}

/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
    top: 50%;
    border-right-width: 0;
    border-left-color: #333;
    left: calc(0em - 5px);
    transform: translate(-.5em, -50%);
}

[tooltip][flow^="left"]::after {
    top: 50%;
    right: calc(100% + 5px);
    transform: translate(-.5em, -50%);
}

/* FLOW: RIGHT */
[tooltip][flow^="right"]::before {
    top: 50%;
    border-left-width: 0;
    border-right-color: #333;
    right: calc(0em - 5px);
    transform: translate(.5em, -50%);
}

[tooltip][flow^="right"]::after {
    top: 50%;
    left: calc(100% + 5px);
    transform: translate(.5em, -50%);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
    to {
        opacity: .9;
        transform: translate(-50%, 0);
    }
}

@keyframes tooltips-horz {
    to {
        opacity: .9;
        transform: translate(0, -50%);
    }
}

/* FX All The Things */
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
    animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
    animation: tooltips-horz 300ms ease-out forwards;
}

.cta-2 {
    padding-top: 30px;
}

.section-heading {
    margin-bottom: 20px;
}

.course-block .course-content {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
}


.course-block {
    border: 0px solid ##fff;
    background: #fff;
    transition: .4s;
    margin-bottom: 25px;
}


    .course-block.style-5 {
        height: 210px;
        overflow-y: auto; 
    }

        .ATM .course-block.style-5, .CRM .course-block.style-5, .CDM .course-block.style-5 {
            height: 180px;
        }

        .course-block.style-5 .course-content {
            padding: 10px 15px;
            position: relative;
        }

        .course-block.style-5 .course-meta {
            margin: 10px 0px 0px;
        }


    .course-block.style-6 {
        transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
        overflow: hidden;
        border-radius: 10px;
        margin-bottom: 30px;
    }


        .course-block.style-6 .course-content {
            padding: 10px 15px;
            position: relative;
        }

        .course-block.style-6 .course-meta {
            margin: 10px 0px 0px;
        }

.topbar-search .form-control {
    height: 50px;
    border-radius: 30px;
    padding-left: 20px;
    background: #7fb1b11c;
    border-color: #00633e;
}




/* UNRELATED to tooltips */

main {
    flex: 1 1 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

aside {
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #49b293;
    color: #fff;
    padding: 1em;
}

.course-review {
    margin-bottom: 5px;
    padding: 6px;
}


.row {
    display: flex;
    flex-wrap: wrap;
    /* margin-right: -15px; */
    /* margin-left: -15px; */
}

/*.ml-auto, .mx-auto {
    margin-inline: auto;
}*/

main div {
    text-align: center;
    color: #353539;
}

main span {
    padding: .5em 1em;
    margin: .5em;
    display: inline-block;
    background: #dedede;
}

aside a {
    color: inherit;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    padding: .4em 1em;
}
/*tooltip*/



/*sidebar*/
#social-sidebar {
    right: 0;
    margin-top: -180px;
    position: fixed;
    top: 50%;
    z-index: 999;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 12px rgba(0, 0, 0, .3);
    box-shadow: 0 0 12px rgba(0, 0, 0, .3);
}

    #social-sidebar .entypo-self, #social-sidebar .lag_transform, #social-sidebar .transform {
        line-height: 30px;
        padding: 7px;
        text-align: center;
        width: 36px;
        background: #00633E;
        display: block;
        color: #ffc107;
        border-bottom: 3px solid #0d0d0d;
    }

.entypo-self > i {
    font-size: 18px;
}

#social-sidebar .transform span, #social-sidebar .transform:hover span {
    right: -50px;
    z-index: 0;
    opacity: 1;
    font-size: 13px;
}

#social-sidebar .entypo-self, #social-sidebar .transform {
    font-size: 14px;
    position: relative;
}

#social-sidebar .transform {
    height: 136px;
}

    #social-sidebar .transform span {
        transform: rotate(90deg);
        color: #ffc107;
        font-weight: 400;
    }

#social-sidebar .lag_transform span, #social-sidebar .lag_transform:hover span {
    right: -14px;
    z-index: 0;
    opacity: 1;
}

#social-sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#social-sidebar .lag_transform {
    font-size: 18px;
    margin-bottom: 7px;
    position: relative;
    height: 70px;
}

#social-sidebar a[class*=media] span, #social-sidebar a[class*=media] span:before, #social-sidebar a[class*=media]:hover, #social-sidebar a[class*=self] span, #social-sidebar a[class*=self] span:before, #social-sidebar a[class*=self]:hover, #social-sidebar a[class*=socialmedia] span, #social-sidebar a[class*=socialmedia] span:before, #social-sidebar a[class*=socialmedia]:hover, #social-sidebar a[class*=twitter] span, #social-sidebar a[class*=twitter] span:before, #social-sidebar a[class*=twitter]:hover {
    background: #00633edb;
}

#social-sidebar a label, .loanheadline h2, i.phoneicon-custom {
    margin-bottom: 5px;
    display: inline-block;
}

#social-sidebar .lag_transform span {
    transform: rotate(90deg);
    color: #000000;
    font-weight: 400;
}

#social-sidebar a img {
    height: 25px;
}

#social-sidebar a:hover span {
    right: 130%;
    opacity: 1;
}

#social-sidebar a span {
    border-radius: 3px;
    line-height: 24px;
    right: -722%;
    margin-top: -16px;
    opacity: 0;
    padding: 4px 8px;
    position: absolute;
    -webkit-transition: opacity 0.3s, right 0.4s;
    -moz-transition: opacity 0.3s, right 0.4s;
    -ms-transition: opacity 0.3s, right 0.4s;
    -o-transition: opacity 0.3s, right 0.4s;
    transition: opacity 0.3s, right 0.4s;
    top: 50%;
    white-space: nowrap;
    z-index: -1;
    font-size: 18px;
}

.course-block .course-footer {
    border-top: 1px solid #e2f4ff;
    padding-top: 5px;
    margin-top: 15px;
    margin-bottom: 5px;
}

#social-sidebar a span h3 {
    color: #fff;
    border-bottom: 1px solid #fff;
    margin-top: 5px;
    padding-bottom: 5px;
}

#social-sidebar a label .fa {
    border: 1px solid #fff;
    width: 25px;
    height: 25px;
    padding: 5px;
}

#social-sidebar a label {
    display: list-item;
}

#social-sidebar a label {
    font-style: normal;
    text-align: left;
    float: left;
    padding: 1px;
    font-size: 14px;
}

.headline-center p, .helplinebox {
    text-align: center;
}

#social-sidebar a label:hover {
    text-decoration: underline;
}

#social-sidebar a span:before {
    content: "";
    display: block;
    height: 8px;
    right: -4px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px;
    z-index: -2;
}

#social-sidebar a span.appslist {
    top: -50px;
    min-width: 200px;
    min-height: 101px;
}

    #social-sidebar a span.appslist img {
        height: auto;
    }

#social-sidebar a span.sociallist {
    top: -30px;
    min-width: 200px;
    min-height: 101px;
}

    #social-sidebar a span.sociallist:before {
        margin-top: 0;
    }

#social-sidebar a[class*=dribbble] span, #social-sidebar a[class*=dribbble] span:before, #social-sidebar a[class*=dribbble]:hover {
    background: #dd4949;
}

#social-sidebar a[class*=behance] span, #social-sidebar a[class*=behance] span:before, #social-sidebar a[class*=behance]:hover {
    background: #3162a2;
}

#social-sidebar a[class*=sociallist] span, #social-sidebar a[class*=sociallist] span:before, #social-sidebar a[class*=sociallist]:hover {
    background: #093;
}

#social-sidebar a[class*=googleplus] span, #social-sidebar a[class*=googleplus] span:before, #social-sidebar a[class*=googleplus]:hover {
    background: #d7262b;
}

.activesub {
    background: #093 !important;
}

#social-sidebar a.activesub span {
    right: 130% !important;
    opacity: 1 !important;
}

.exchangeratediv h4 {
    color: #fff;
    text-transform: uppercase;
}

.exchangeratediv .table > thead > tr > th {
    border-bottom: 1px solid #fff !important;
    font-size: 14px;
    text-align: center;
    background: #ffc107;
    color: #000000;
}

.exchangeratediv .table > tbody > tr > td {
    border-bottom: 1px solid #fff !important;
    font-size: 14px;
    padding: 0;
    color: #fff;
    text-align: center;
}

div.forexmore {
    font-size: 14px;
    color: #fff;
}

.exchangeratediv .table {
    margin-bottom: 5px !important;
}

body::-webkit-scrollbar {
    width: .5em;
}

body::-webkit-scrollbar-track {
    /* box-shadow: inset 0 0 6px rgb(0, 77, 19);*/
}

body::-webkit-scrollbar-thumb {
    background-color: #9a9a9a;
    /*outline: .5px solid slategrey;*/
    outline: .5px solid #000000;
}


.course-title {
    padding-bottom: 10px;
}


/*.course-title:before {
    background: #d6a101;
}
*/

.course-title:before {
    background: #FFFFFF;
}

.single-course-details {
    padding-top: 28px;
    /*padding-top: 12px;*/
}

.table th, .table td {
    /*padding: 0.05rem;*/
    vertical-align: top;
    border-top: 1px solid #c7c5c5;
}


/*.team-block .team-info {
  background: #ffffffdb;
  margin-top: -30px;
  position: relative;
  margin: -30px 20px 0px 20px;
  text-align: center;
  padding: 5px 5px;
  border-radius: 5px;
  box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
  }*/


/*
.news {
    width: 160px
}

.news-scroll a 
{
	color: #2502af ; 
    text-decoration: none
}

.news-scroll a:hover {
  background-color: yellow;
}

.dot {
    height: 6px;
    width: 6px;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 2px !important;
    background-color: rgb(207, 23, 23);
    border-radius: 50%;
    display: inline-block
}
*/

ul.timeline {
    list-style-type: none;
    position: relative;
}

    ul.timeline:before {
        content: ' ';
        background: #d4d9df;
        display: inline-block;
        position: absolute;
        left: 29px;
        width: 2px;
        height: 100%;
        z-index: 400;
    }

    ul.timeline > li {
        margin: 1px 0;
        padding-left: 45px;
    }

        ul.timeline > li > p {
            color: black
        }

        ul.timeline > li > a {
            color: #023c1e
        }

        ul.timeline > li:before {
            content: ' ';
            background: white;
            display: inline-block;
            position: absolute;
            border-radius: 50%;
            border: 3px solid #ffc107;
            left: 20px;
            width: 20px;
            height: 20px;
            z-index: 400;
        }


.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu a::after {
        transform: rotate(-90deg);
        position: absolute;
        right: 6px;
        top: .8em;
    }

    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-left: .1rem;
        margin-right: .1rem;
    }


.profile-img {
    width: auto;
    border-radius: 1%;
    height: auto;
    overflow: hidden;
    float: left;
    margin-right: 40px;
}
.award .profile-img{
    width: 204px !important;
    /*height: 103px !important;*/ 
    padding-top: 6px; 
}

.news-img {
    width: 200px;
    align-items: center;
    border-radius: 3%;
    height: auto;
    overflow: hidden;
    float: left;
    margin-right: 1px;
}

.btn-newsDetails {
    padding: .15rem .5rem;
    font-size: .875rem;
    border-radius: .3rem;
}

.rating {
    margin-bottom: 3px;
    font-size: 13px;
}

.btn-pilogin {
    font-weight: 500;
    position: relative;
    text-transform: capitalize;
    padding: 16px 30px;
    border-radius: 1px;
    font-size: 15px;
    font-family: "Quicksand", sans-serif;
    border: 1px solid transparent;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    transition: all 0.3s ease-in-out;
}

.btn-main-2 {
    margin: 5px;
}

.edutim-course-single {
    padding-top: 136px;
}


.nav-item.dropdown .dropdown-menu {
    min-width: 190px;
}


.counternew {
    font-size: 50px;
    margin: 15px 0px;
    display: inline-block;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 10px;
}


.fancy {
    line-height: 0.5;
    text-align: center;
}

    .fancy span {
        display: inline-block;
        position: relative;
        font-size: 18px;
        font-weight: bold;
    }


.fancyChild {
    line-height: 0.3;
    padding-top:5px;
    text-align: center;
}

    .fancyChild span {
        display: inline-block;
        position: relative;
        font-size: 15px;
        font-weight: bold;
    }

.skl-bar-2 {
    height: 2px;
    width: 200px;
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#008CBA), to(transparent));
    background-image: -webkit-linear-gradient(right, #00603b, transparent);
    background-image: -moz-linear-gradient(right, #00603b, transparent);
    background-image: -o-linear-gradient(right, #00603b, transparent);
    position: relative;
    top: -8px;
}

.skl-bar-1 {
    height: 2px;
    width: 200px;
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#008CBA), to(transparent));
    background-image: -webkit-linear-gradient(left, #00603b, transparent);
    background-image: -moz-linear-gradient(left, #00603b, transparent);
    background-image: -o-linear-gradient(left, #00603b, transparent);
    position: relative;
    top: -8px;
}


.skl-bar-22 {
    height: 2px;
    width: 70px;
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#008CBA), to(transparent));
    background-image: -webkit-linear-gradient(right, #00603b, transparent);
    background-image: -moz-linear-gradient(right, #00603b, transparent);
    background-image: -o-linear-gradient(right, #00603b, transparent);
    position: relative;
    top: -8px;
}

.skl-bar-11 {
    height: 2px;
    width: 70px;
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#008CBA), to(transparent));
    background-image: -webkit-linear-gradient(left, #00603b, transparent);
    background-image: -moz-linear-gradient(left, #00603b, transparent);
    background-image: -o-linear-gradient(left, #00603b, transparent);
    position: relative;
    top: -8px;
}



@media screen and (max-width: 830px) {
    header#header {
        position: relative !important;
    }

    .slider-position-change {
        padding-top: 0 !important;
    }
    .edutim-course-single {
        padding-top: 0px !important;
    }

    .skl-bar-1 {
        width: 70px;
    }

    .skl-bar-2 {
        width: 70px;
    }

    .skl-bar-11 {
        width: 70px;
    }

    .skl-bar-22 {
        width: 70px;
    }

    .fancy span {
        display: inline-block;
        position: relative;
        font-size: 20px;
        font-weight: bold;
    }
}

@media screen and (max-width: 420px) {
    .navbar-brand {
        width: 75% !important;
        margin-right: 10px !important;
    }
    .edutim-course-single {
        padding-top: 0px !important;
    }

    .float-right {
        font-size: 8px;
    }

    .skl-bar-1 {
        width: 50px;
    }
    .skl-bar-2 {
        width: 50px;
    }

    .skl-bar-11 {
        width: 50px;
    }

    .skl-bar-22 {
        width: 50px;
    }

    .fancy span {
        display: inline-block;
        position: relative;
        font-size: 16px;
        font-weight: bold;
    }


}



@media (min-width: 1200px) 
{
    .smautoclose {
     
    }
}

@media (min-width: 992px) {
    .smautoclose {
        display: block;
    }
}

@media (min-width: 768px) {
    max-width: 720px;
    .smautoclose {
        display: block;
    }
}

@media (min-width: 576px) 
{
    .smautoclose
    {
        display:none;
    }
    .course-single-wrapper .course-single-header {
        border-bottom: 0px;
        padding-top: 10px;
    }

    .course-single-header {
        margin-bottom: -6px;
        overflow: hidden;
        border-bottom: 1px solid #eee;
        padding-bottom: 5px;
    }
}

/*.stage 
{
    animation: animateBg 10s linear infinite;
    background-image: linear-gradient(0deg,#9c172d,#f8ae11,#00633e);
    background-size: 100% 1100%;*/
    /*    height: 100vh;
    width: 100vw;*/
/*}

@keyframes animateBg 
{
    0% {
        background-position: 0% 0%;
    }

    100% {
        background-position: 0% 100%;
    }
}*/


.stagefooter {
    animation: animateBg 15s infinite linear;
    background-color: #fff;
    /*background-image: linear-gradient(90deg,#002316,#004809,#004809,#002316);*/
    background: rgb(15 116 60);
    background-size: 300% 100%;
}

.stage {
    animation: animateBg 15s infinite linear;
    background-color: #fff;
    /*background-image: linear-gradient(90deg,#004809,#00633e,#f8ae11,#004809,#00633e);*/
    background-image: linear-gradient(90deg,#004809,#00633e,#1DCD30,#004809,#00633e);
    background-size: 300% 100%;
}

.StageProduct {
    animation: animateBg 10s infinite linear;
    background-color: #fff;
    background-image: linear-gradient(90deg,#004809,#00633e,#f8ae11,#004809,#00633e);
    background-size: 300% 100%;
}

@keyframes animateBg {
    0% {
            background-position: 0 0;
        }

        100% {
            background-position: 100% 0;
        }
    }

.course-filter li a {
    /*background-color: #fad001;*/
    /*border: 1px solid #00633E;*/
    background: none;
    border-radius: 0;
    border-right: 1px solid #fad001;
}
.course-search-filter li a {
    /*background-color: #fad001;*/
    /*border: 1px solid #00633E;*/
    background: none;
    border-radius: 0;
    border-right: 1px solid #fad001;
}

.StageCreditOffer {
    animation: animateBg 10s infinite linear;
    background-color: #fff;
    background-image: linear-gradient( 312deg,#ff07070d,#f7c20061,#0db7021c,#cb00001f);
    /*background-image: linear-gradient( 312deg,#ff07070d,#ff020257,#f7c20061,#0db7021c,#cb00001f);*/
    /*background-size: 300% 100%;*/
    min-height: 180px;
}

/*{
    "mode":"full","isActive":false
}
 
*/
/*Style Update*/
.text-end {
    text-align: end;
}
@media (min-width: 1700px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1540px !important;
    }
}




/*header Style Starts*/
.text-wrap {
    text-wrap: balance; 
}
.fw-bold {
    font-weight: bold; 
}
header {
    position: fixed;
    width: 100%;
}

    header img {
        height: 35px !important;
        transition: all 0.5s ease-in-out;
    }

    header .header-top {
        height: 80px;
        background: #fff;
        transition: all 0.5s ease;
        padding-top: 15px;
        padding-bottom: 15px;
    }

        header .header-top .header-top-contents {
            display: flex !important;
            align-items: center;
            justify-content: space-between;
        }

            header .header-top .header-top-contents .header-top-contents-menu {
                display: flex;
                align-items: center;
                justify-content: end;
                flex-wrap: wrap;
            }

        header .header-top .header-top-nav-link {
            color: #7E7E7E;
            font-size: 14px;
            font-weight: 400;
            text-transform: capitalize;
        }

            header .header-top .header-top-nav-link:hover {
                color: #5a5656;
            }

        header .header-top .header-top-nav-button {
            padding: 8px 12px;
            color: #000;
            /*font-family: Inter;*/
            font-size: 13px;
            font-weight: 600;
            border-radius: 8px;
            /*border: 1px solid #ECAD22;*/
            transition: all 0.3s ease;
        }

            header .header-top .header-top-nav-button.PI {
                /*border: 1px solid #ECAD22;*/
                border: 1px solid rgb(69, 183, 236);
            }

            header .header-top .header-top-nav-button.Corp {
                border: 1px solid #2FA238;
            }

            header .header-top .header-top-nav-button:hover {
                box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
            }

        header .header-top a:hover {
            text-decoration: none;
        }

    header .navbar.header-nav {
        /*background-image: linear-gradient(121deg, #064f06 0%, #008a00 80%, #008a00 90%);*/
        background-image: url('../../image/Menubar.png');
        background-size: cover;
        background-position: center;
        transition: all 0.5s ease;
    }
        header .navbar.header-nav #header-nav-logo {
            display: none;
            transition: all 0.5s ease;
        }
        /*header .navbar.header-nav .nav-item:after {
            display: block;
            content: '';
            border-bottom: solid 3px #fffa31;
            transform: scaleX(0);
            transition: transform 250ms ease-in-out;
        } 
        header .navbar.header-nav .nav-item:hover:after {
            transform: scaleX(1);
        }*/
        header .navbar.header-nav .navbar-nav {
            /*margin: auto;*/
            transition: all 0.5s ease;
        }
        header .navbar.header-nav .nav-item .nav-link {
            color: #fff;
            padding-top: 16px;
            padding-bottom: 16px;
        }
            header .navbar.header-nav .nav-item .nav-link:hover {
                color: rgba(249, 186, 43, 1);
            }
        header .navbar.header-nav .megamenu-li {
            position: relative;
        }
            header .navbar.header-nav .megamenu-li.islamic-li {
                position: static;
            }
        header .navbar.header-nav .megamenu {
            position: absolute;
            width: max-content;
            left: -50%;
            /*left: 0;*/
            right: 0;
            padding: 15px;
            max-height: 80vh;
            overflow-y: auto;
            box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
        }
        header .navbar.header-nav .islamic-li .megamenu {
            width: 100%;
            left: 0;
        }
            header .navbar.header-nav .islamic-li .megamenu .dropdown-item {
                text-wrap: balance;
                width: fit-content;
            }
        header .navbar.header-nav .dropdown-header {
            color: rgb(23, 141, 75);
        }

/*Digital Banking tab Style Starts*/
.tab-section.digital-tab {
    border: 1px solid #dee2e6;
    padding: 16px 24px;
    margin-top: 24px;
    margin-bottom: 40px;
}
.digital-tab .tab-pane {
    padding-top: 24px;
} 
    .digital-tab .tab-pane ul {
        list-style-type: square;
    }
    .digital-tab .tab-pane ol {
        list-style-type: lower-roman;
    }

.digital-tab .nav-tabs {
    border: none;
    justify-content: center;
    gap: 4px;
    flex-wrap: nowrap;
    text-align: center;
} 
    .digital-tab .nav-tabs .nav-item {
        width: -webkit-fill-available;
    } 
        .digital-tab .nav-tabs .nav-item .nav-link {
            border: 1px solid #1e7e34;
            color: #1e7e34;
        } 
            .digital-tab .nav-tabs .nav-item .nav-link:hover, .digital-tab .nav-tabs .nav-item .nav-link.active {
                background: #1e7e34;
                color: white;
            }
@media screen and (max-width: 767px) {
    .digital-tab .nav-tabs {
        flex-wrap: wrap;
    }
}
    /*Digital Banking tab Style Ends*/


    @media screen and (max-width: 991px) {
        header .header-top {
            height: auto;
        }

            header .header-top .header-top-contents {
                flex-wrap: wrap;
                justify-content: center;
            }

                header .header-top .header-top-contents .header-top-logo {
                    margin-right: 0px !important;
                }

                header .header-top .header-top-contents .header-top-contents-menu {
                    display: none;
                }

        header .header-nav .navbar .navbar-logo {
            display: none !important;
        }

        header .navbar.header-nav .megamenu-li.islamic-li {
            position: relative;
        }

        header .navbar.header-nav .megamenu {
            width: 100%;
            left: 0;
        }
    }

    @media screen and (max-width: 1399px) and (min-width: 992px) {
        #header-nav-logo-img {
            height: 30px !important;
        }

        .dropdown-item {
            min-width: 170px;
            max-width: 95%;
            /*text-wrap: balance;*/
        }
    }
    /*header Style End*/
    @media screen and (max-width: 500px) {
        .feature-item {
            min-height: auto;
            padding-bottom: 4px;
            margin-bottom: 8px;
        }
    }
    /*Feature Responsiveness*/


/*Owl-carousel*/
.owl-stage {
    display: flex;
    align-items: flex-end;
}
.owl-carousel.award-carousel .item img {
    max-height: 171px;
    padding: 0px 8px;
}
/*Owl-carousel*/

/*footer Style*/
@media screen and (min-width: 1700px) {
    .footer-widget.footer-widget-resize {
        max-width: 80%; 
    }
}
@media screen and (max-width: 1699px) {
    .footer-widget.footer-widget-resize {
        max-width: 95%;
    }
}
/*footer Style*/