* {
    margin: 0px;
    padding: 0px;
}
/*html {
  scroll-behavior: smooth;
}*/
.row {
    margin: 0px;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif !important;
}

a {
    text-decoration: none;
}

ul, li, h1, h2, h3, h4, h5, h6, a, span, label {
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
}

.container {
    padding: 0px;
}

.wrapper {
    width: 100%;
}

.header {
    width: 100%;
    background: #fff;
    padding: 10px 0px;
    box-shadow: 0px 5px 10px #00000014;
}

    .header .row .col-sm-7 {
        display: flex;
        align-items: center;
    }




.sticky {
    position: fixed;
    z-index: 9999999999;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    animation-name: sticktnav;
    animation-duration: 0.5s;
}

.sticky-foot {
    position: fixed;
    z-index: 9999999999;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    animation-name: sticktfoot;
    animation-duration: 0.5s;
    display: block !important;
}

.sticky ~ .banner {
    margin-top: 60px;
}

.sticky-course-navbar {
    position: fixed;
    width: 100%;
    top: 64px;
    z-index: 99999;
    left: 0;
    right: 0;
}



@keyframes sticktnav {
    0% {
        top: -50px;
    }

    100% {
        top: 0;
    }
}

@keyframes sticktfoot {
    0% {
        bottom: -50px;
    }

    100% {
        bottom: 0;
    }
}

.header .row {
    align-items: center;
}

    .header .row .logo {
        font-size: 30px;
        text-transform: capitalize;
        font-weight: bold;
        color: #0072bb;
        display: flex;
        align-items: center;
    }

    .header .row .col-sm-12 {
        display: none;
    }

    .header .row .logo img {
        width: 170px;
        margin-right: 30px;
    }

    .header .row .right-links {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        position: relative;
    }

    .header .row .all-courses {
        background: #118aef;
        padding: 7px 15px;
        transition: all 0.3s;
        text-transform: capitalize;
        color: #fff;
        border-radius: 4px;
        font-size: 13px;
        font-weight: 450;
        cursor: pointer;
        border: 1px solid #118aef;
        border-right: none;
        margin-right: 6px;
    }

.allcourse-dropdown:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #e4ebf1 transparent;
    position: absolute;
    top: -10px;
    left: 15px;
}

.allcourse-dropdown:before {
    background: transparent;
    content: "";
    position: absolute;
    top: -11px;
    width: 100%;
    height: 11px;
}

.header .row .all-courses:hover .allcourse-dropdown {
    display: block !important;
}

.allcourse-dropdown {
    position: absolute;
    top: 48px;
    background: #fff;
    z-index: 999999999999999;
    width: 550px;
    box-shadow: 0px 8px 10px #0000004f;
    left: 153px;
    margin: auto;
    height: auto;
}

    .allcourse-dropdown .inner-crsedrp {
        width: 100%;
        display: flex;
        box-sizing: border-box;
    }

        .allcourse-dropdown .inner-crsedrp .left {
            flex-basis: 255px;
            background: #e4ebf1;
        }

            .allcourse-dropdown .inner-crsedrp .left > ul {
                list-style: none;
                margin: 0px;
            }

                .allcourse-dropdown .inner-crsedrp .left > ul > li {
                    padding: 7px 20px;
                    transition: all 0.3s;
                    cursor: pointer;
                    font-size: 15px;
                    color: #6b6b6b;
                }

                    .allcourse-dropdown .inner-crsedrp .left > ul > li i.fa.fa-angle-right {
                        float: right;
                        color: #6b6b6b94;
                        font-size: 15px;
                        margin-top: 5px;
                    }

                    .allcourse-dropdown .inner-crsedrp .left > ul > li:hover .MicrosoftTechnologies {
                        display: block !important;
                    }

                    .allcourse-dropdown .inner-crsedrp .left > ul > li .MicrosoftTechnologies .title {
                        padding: 20px 0px 0px 20px;
                        color: #6b6b6b;
                        font-weight: normal;
                        margin-bottom: 11px;
                        text-transform: uppercase;
                    }

                    .allcourse-dropdown .inner-crsedrp .left > ul > li:hover {
                        background: #fff;
                    }

                    .allcourse-dropdown .inner-crsedrp .left > ul > li:nth-child(1) {
                        margin-top: 10px;
                    }

                    .allcourse-dropdown .inner-crsedrp .left > ul > li:last-child {
                        margin-bottom: 10px;
                    }

        .allcourse-dropdown .inner-crsedrp .right {
            flex: 1;
            padding: 10px 0px;
        }

        .allcourse-dropdown .inner-crsedrp .left ul li ul {
            list-style: none;
            margin: 0px;
        }

        .allcourse-dropdown .inner-crsedrp .left > ul > li .MicrosoftTechnologies {
            position: absolute;
            width: 53.60%;
            right: 0;
            /*top: 0;*/
            top: 8px;
            background: #fff;
            height: auto;
        }

        .allcourse-dropdown .inner-crsedrp .left ul li > .MicrosoftTechnologies > ul > li {
            padding: 8px;
            color: #6b6b6b;
            text-transform: capitalize;
            border-bottom: 1px solid #e4ebf1;
            border-radius: 2px;
            font-size: 14px;
            box-sizing: border-box;
        }

            .allcourse-dropdown .inner-crsedrp .left ul li > .MicrosoftTechnologies > ul > li a:hover {
                /* color: #118aef;*/
                color: #fc9316;
            }

            .allcourse-dropdown .inner-crsedrp .left ul li > .MicrosoftTechnologies > ul > li a {
                color: #6b6b6b;
            }

            .allcourse-dropdown .inner-crsedrp .left ul li > .MicrosoftTechnologies > ul > li.vwall-crse-btn {
                background: #118aef;
                display: inline-block;
                padding: 8px 25px;
                margin-top: 12px;
                transition: all 0.3s;
            }

li.vwall-crse-btn {
}

.allcourse-dropdown .inner-crsedrp .left ul li > .MicrosoftTechnologies > ul > li.vwall-crse-btn a {
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

    .allcourse-dropdown .inner-crsedrp .left ul li > .MicrosoftTechnologies > ul > li.vwall-crse-btn a:hover {
        text-decoration: none;
    }

.header .row .all-courses i.fa {
    margin-right: 6px;
    font-size: 18px;
    display: inline-block;
    vertical-align: bottom;
}

.header .row .search {
    width: 305px;
    margin: 0px 15px;
    display: flex;
    align-items: center;
    border: 1px solid #118aef;
    border-radius: 4px;
    padding: 0px 10px;
    /* border-left: 0; */
}

    .header .row .search input[type="text"] {
        width: 100%;
        border: none;
        height: 32px;
        padding-left: 10px;
        color: #118aef;
        font-size: 13px;
    }

        .header .row .search input[type="text"]:focus {
            outline: 0;
        }

    .header .row .search span.fa.fa-search {
        color: #118aef;
        font-size: 14px;
    }

    .header .row .search input[type="text"]::placeholder {
        color: #118aef;
    }

.header .row .right-links .login a {
    padding: 6px 18px;
    transition: all 0.3s;
    border: 1px solid #6b6b6b7d;
    font-size: 14px;
    border-radius: 4px;
    text-transform: capitalize;
    color: #6b6b6bbd;
    font-weight: normal;
}

    .header .row .right-links .login a:hover {
        background: #118aef;
        color: #fff;
        border: 1px solid #118aef;
        text-decoration: none;
    }

.header .container {
    width: 100%;
    max-width: 1290px;
    box-sizing: border-box;
    padding: 0px 10px;
}

ul.headtop-links {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0px;
    /*padding: 10px 20px 10px 0px; */
    padding: 10px 10px 10px 0px;
}

    ul.headtop-links li a {
        font-size: 12px;
        margin: 0px 10px;
        text-transform: uppercase;
        color: #6b6b6b;
        font-weight: normal;
    }

.reviewsslide-content img {
    border: 5px solid #fff;
    border-radius: 50%;
}

ul.headtop-links li a:hover {
}

ul.headtop-links li a:hover {
    text-decoration: none;
}

ul.headtop-links li:last-child a {
    margin-right: 0px;
}

.banner {
    width: 100%;
    position: relative;
}

    .banner img {
        width: 100%;
        height: auto;
    }

    .banner .container {
        position: absolute;
        top: 19%;
        margin: auto;
        left: 0;
        right: 0;
    }

@media only screen and (min-width: 1700px) and (max-width: 1920px) {
    .banner .container {
        top: 23%;
    }
}

.banner .container .banner-content {
}

    .banner .container .banner-content .title {
        font-size: 50px;
        color: #fff;
        font-weight: 600;
        margin-bottom: 10px;
        text-transform: capitalize;
    }

    .banner .container .banner-content .dis {
        font-size: 20px;
        color: #fff;
        font-weight: normal;
        text-transform: capitalize;
        position: relative;
    }

        .banner .container .banner-content .dis:after {
            position: absolute;
            bottom: -10px;
            width: 75px;
            height: 3px;
            content: "";
            background: #fff;
            left: 0;
        }

    .banner .container .banner-content p {
        color: #fff;
        margin-top: 20px;
        text-transform: capitalize;
        font-size: 15px;
    }

.ourcourse-bannersec.container {
    position: relative;
    border-radius: 2px;
    text-align: center;
}

    .ourcourse-bannersec.container .col-sm-12 {
        width: 100%;
        max-width: 95%;
        margin: auto;
        box-sizing: border-box; /* padding: 0px; */
    }

.crse-blks {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.banner-btm {
    background: #0752bf;
    padding: 20px 0px;
    position: relative;
    margin-top: -80px;
}
/*.ourcourse-bannersec.container .course-block {text-align: center;flex-basis: 22%;box-sizing: border-box;box-shadow: 0px 10px 10px #0000000d;position: relative;border: 1px solid #dddddd82;}
.ourcourse-bannersec.container .course-block .img {
    background: #ff666b;
    padding: 0px 0px;
}
.ourcourse-bannersec.container .course-block .crse-numbers {
    text-align: left;
    padding-left: 15px;
    padding-bottom: 15px;
    color: #6b6b6b9c;
    padding-top: 16px;
    font-weight: 500;
    text-transform: capitalize;
}
.ourcourse-bannersec.container .course-block:nth-child(2) .img,
.ourcourse-bannersec.container .course-block:nth-child(2) .img img
 {
    background: #00bfdf;
}

.ourcourse-bannersec.container .course-block:nth-child(3) .img,
.ourcourse-bannersec.container .course-block:nth-child(3) .img img {
    background: #e2b828;
}

.ourcourse-bannersec.container .course-block:nth-child(4) .img,
.ourcourse-bannersec.container .course-block:nth-child(4) .img img {
    background: #00c7b1;
}


.ourcourse-bannersec.container .course-block .img img {
    width: 85px;
    position: relative;
    bottom: -36px;
    background: #ff666b;
    padding: 10px;
    border-radius: 50%;
    border: 1px solid #fff;
}
.ourcourse-bannersec.container .course-block .crse-name {
    font-size: 16px;
    text-transform: capitalize;
    margin-top: 30px;
    color: #6b6b6b;
    text-align: left;
    padding: 15px;
}
*/

.crse-blks .course-block .img {
    position: relative;
    margin-right: 20px;
}

    .crse-blks .course-block .img:after {
        position: absolute;
        /* content: ""; */
        width: 1px;
        height: 80%;
        background: #6b6b6b3b;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

.crse-blks .course-block .crse-name {
    text-align: left;
    font-size: 15px;
    text-transform: capitalize;
    color: #ffffff;
    font-weight: 500;
    margin-top: -10px;
}

.crse-blks .course-block {
    cursor: pointer;
    transition: all 0.3s;
    flex: 1;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0px 20px;
}

    .crse-blks .course-block:after {
        content: "";
        position: absolute;
        right: 0;
        height: 78%;
        width: 1px;
        background: #ffffff73;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .crse-blks .course-block:last-child:after {
        display: none;
    }

    .crse-blks .course-block .img img {
        width: 35px;
        margin-bottom: 10px;
    }

    .crse-blks .course-block .crse-name span {
        display: block;
        margin-top: 5px;
        font-size: 13px;
        color: #ffffffb3;
    }

.ourcourse-bannersec.container .row {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 20px 0px 35px;
    box-sizing: border-box;
}


.ourcourse-bannersec.container .title {
    text-transform: capitalize;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 450;
    color: #6b6b6b;
}

.ourcourse-bannersec.container .sub-title {
    color: #6b6b6b;
    font-size: 16px;
    display: none;
    text-transform: capitalize;
}

.couse-slider .container a.explr-crse-btn {
    background: #118aef;
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    padding: 8px 25px;
    border-radius: 4px;
    margin: 25px;
    display: inline-block;
    transition: all 0.3s;
}

    .couse-slider .container a.explr-crse-btn:hover {
        text-decoration: none;
    }

.carousel.courses-slick-slider.slick-initialized.slick-slider .slick-prev {
    left: -30px;
    top: 42%;
    &:before

{
    .opacity(.5);
    color: #000;
}

}

.couse-slider .container ul {
    list-style: none;
    margin: 30px 0px 0px;
}

    .couse-slider .container ul li:hover {
        box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.25);
    }

    .couse-slider .container ul li {
        display: inline-block;
        width: 200px;
        position: relative;
        transition: all 0.3s;
        cursor: pointer;
        height: 85px;
        background: #fff;
        border: 1px solid #dddddd42;
        box-shadow: 0 2px 20px 0 rgba(0,0,0,.1);
        margin: 0px 15px 30px 15px;
        padding: 10px 15px;
        text-align: left;
        vertical-align: top;
        border-radius: 2px;
        text-transform: capitalize;
        background-image: url(../../images/tech-bg-crse.png);
        background-size: 100px;
        background-repeat: no-repeat;
        background-position: right bottom;
    }

        .couse-slider .container ul li a {
            /* font-size: 15px;*/
            font-size: 13px;
            color: #6b6b6b;
        }

            .couse-slider .container ul li a:hover {
                text-decoration: none;
            }

        .couse-slider .container ul li:before {
            content: "";
            width: 4px;
            height: 40px;
            background: #ff666b;
            position: absolute;
            top: 12px;
            left: 0;
        }

        .couse-slider .container ul li:nth-child(2):before {
            background: #00bfdf;
        }

        .couse-slider .container ul li:nth-child(3):before {
            background: #e2b828;
        }

        .couse-slider .container ul li:nth-child(4):before {
            background: #00c7b1;
        }

        .couse-slider .container ul li:nth-child(6):before {
            background: #00bfdf;
        }

        .couse-slider .container ul li:nth-child(7):before {
            background: #e2b828;
        }

        .couse-slider .container ul li:nth-child(8):before {
            background: #00c7b1;
        }


/*.couse-slider .container ul li:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 20px 20px;
    border-color: transparent transparent #0072bb transparent;
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
}*/
.cusedis-carousel.slick-initialized.slick-slider {
    margin-bottom: 90px;
    width: 100%;
    margin-top: 10px;
}

.cusedis-carousel .slide-content p {
    color: #fff;
    font-size: 15px;
    text-align: center;
    padding: 0px 50px;
    text-transform: capitalize;
    width: 100%;
    max-width: 90%;
    margin: auto;
    font-weight: normal;
    line-height: 26px;
}

.cusedis-carousel.slick-initialized.slick-slider .slick-dots li.slick-active button:before {
    color: transparent;
    opacity: 1;
    background: #fff;
}

.cusedis-carousel.slick-initialized.slick-slider .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\2022";
    width: 12px;
    height: 12px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 1px solid #fff;
    border-radius: 50%;
    color: transparent;
    opacity: 1;
}

.cusedis-carousel.slick-initialized.slick-slider .slick-dots {
    bottom: -68px;
}

.nextstep-career {
    width: 100%;
    padding: 50px 0px;
    background: url(../../images/banner-2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    .nextstep-career .container .row {
        background: #fff;
        padding: 45px 20px;
        position: relative;
        margin-bottom: -200px;
        box-shadow: 0px 8px 10px #0000000a;
        border-radius: 4px;
    }

    .nextstep-career .container .title {
        text-align: center;
        font-size: 20px;
        margin-bottom: 10px;
        font-weight: 450;
        color: #6b6b6b;
        margin-bottom: 35px;
    }

    .nextstep-career .container .nextstep-block {
        text-align: center;
    }

        .nextstep-career .container .nextstep-block img {
            width: 64px;
        }

        .nextstep-career .container .nextstep-block .nxt-title {
            margin: 13px 0px;
            color: #6b6b6b;
            font-size: 13px;
            text-transform: capitalize;
        }

        .nextstep-career .container .nextstep-block .next-content {
            color: #6b6b6b;
            font-size: 12px;
            text-transform: capitalize;
            display: none;
        }



.reviews-slider {
    width: 100%;
    padding: 192px 0px 60px;
    background: #0072bb0d url(../../images/reviews-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
}

    .reviews-slider .review-carousel {
        width: 100%;
        max-width: 60%;
        margin: 32px auto 0px;
    }


    .reviews-slider .slick-dots li button:before {
        display: none !important;
    }

    .reviews-slider .slick-prev,
    .reviews-slider .slick-next {
        position: absolute;
        right: -100px;
        background: #fff;
        border: none;
        color: #0072bb !important;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        box-shadow: 0px 10px 10px #00000030;
        top: 50% !important;
    }

body .reviews-slider .slick-prev:before,
body .reviews-slider .slick-next:before {
    content: "\f105" !important;
    color: #0072bb !important;
    font-size: 20px;
    font-family: FontAwesome !important;
}

body .reviews-slider .slick-prev {
    left: -100px;
}

.reviews-slider .slick-prev:hover, .slick-prev:focus, .reviews-slider .slick-next:hover, .slick-next:focus {
    outline: none;
    background: #fff !important;
    color: #0072bb !important;
}

body .reviews-slider .slick-prev:before {
    content: "\f104" !important;
    font-family: FontAwesome !important;
}

body .reviews-slider .slick-dots {
    list-style: none;
    margin: 0 auto;
    text-align: center;
    bottom: -38px !important;
}

    body .reviews-slider .slick-dots li {
        display: inline-block;
    }

.reviewsslide-content img {
    width: 100px !important;
    margin-bottom: 20px !important;
}

.reviewsslide-content .review-name {
    font-weight: 600 !important;
    text-transform: capitalize !important;
}

body .reviews-slider .slick-dots li button {
    transition: 0.2s background-color ease-in-out 0s;
    border: none;
    padding: 0;
    color: transparent;
    width: 7px;
    height: 7px;
    background-color: #ccc;
    margin-right: 10px;
    border-radius: 50%;
}

.reviews-slider .slick-prev:before, .reviews-slider .slick-next:before {
    color: #0072bb !important;
}

body .reviews-slider .slick-dots li.slick-active button {
    background-color: #0072bb;
}

.reviewsslide-content {
    text-align: center;
    box-sizing: border-box;
    margin: 10px;
}

    .reviewsslide-content .ratings {
        color: #f0bc1a;
        margin: 10px 0px;
    }

        .reviewsslide-content .ratings i.fa {
            font-size: 14px;
        }

    .reviewsslide-content img {
        margin: auto;
        width: 150px;
    }

    .reviewsslide-content .review-dis i.fa {
        margin: 0px 10px;
        font-size: 12px;
    }

    .reviewsslide-content .review-dis {
        color: #6b6b6b;
        font-weight: normal;
        font-size: 15px;
        line-height: 28px;
    }

.footer {
    background: #031829;
    padding: 40px 0px 0px;
}

.footer-bottom {
    width: 100%;
}

    .footer-bottom .row {
    }

        .footer-bottom .row h4 {
            font-size: 14px;
            font-weight: normal;
            color: #fff;
            margin-bottom: 15px;
        }

        .footer-bottom .row ul.ul-list {
            list-style: none;
        }

            .footer-bottom .row ul.ul-list li a {
                color: #fff;
                margin: 5px 0px !important;
                display: inline-block;
                font-size: 12px;
                opacity: 0.7;
                cursor: pointer;
            }

                .footer-bottom .row ul.ul-list li a:hover {
                    color: #fff;
                    opacity: 1;
                }

.footer .footer-top ul li a:after {
    width: 100%;
    height: 0;
    background: #fff;
    color: #0072bb !important;
    position: absolute;
    content: "";
    bottom: 0;
    transition: all 0.3s;
    left: 0;
    right: 0;
    content: "\f09a";
    font-family: FontAwesome;
    font-size: 14px;
    overflow: hidden;
}

.footer .footer-top ul li:nth-child(2) a:after {
    content: "\f099" !important;
}

.footer .footer-top ul li:nth-child(3) a:after {
    content: "\f0d5" !important;
}

.footer .footer-top ul li:nth-child(4) a:after {
    content: "\f16a" !important;
}

.footer .footer-top ul li:nth-child(5) a:after {
    content: "\f16d" !important;
}

.footer .footer-top ul li:nth-child(6) a:after {
    content: "\f0e1" !important;
}

.footer .footer-top ul li a:hover:after {
    height: 100%;
    overflow: visible;
}

.footer .footer-top ul li a:hover i {
    color: #0072bb !important;
}

.copyrights {
    text-align: center;
}

    .copyrights p {
        color: #fff;
        margin-bottom: 0px;
        padding: 20px 0px;
        font-size: 12px;
        opacity: 0.7;
    }

    .copyrights .container {
        border-top: 1px solid #ffffff63;
    }

.breadcrumb {
    padding: 1px 0px !important;
    margin-bottom: 0px !important;
}

    .breadcrumb .container-fluid {
        width: 100%;
        /* max-width: 1290px;*/
        box-sizing: border-box;
        padding: 0px 10px;
    }

        .breadcrumb .container-fluid i.fa.fa-angle-right {
            margin: 0px 8px;
            color: #6b6b6b;
            font-size: 14px;
        }

        .breadcrumb .container-fluid a {
            color: #6b6b6b;
            text-transform: capitalize;
            font-size: 12px;
        }

            .breadcrumb .container-fluid a:hover {
                text-decoration: none;
            }

            .breadcrumb .container-fluid a.crse-active {
                color: #6b6b6ba6;
            }

    .breadcrumb .col-sm-12 {
        padding-left: 2%;
    }

    .breadcrumb .container-fluid .row {
        margin: 0px !important;
    }

.courseinner-banner {
    background: #118aef;
    padding: 0px 0px;
}

    .courseinner-banner .row {
        align-items: center;
    }

    .courseinner-banner .title {
        font-size: 28px;
        text-transform: capitalize;
        color: #fff;
        font-weight: normal;
        margin-bottom: 10px;
    }

    .courseinner-banner .discription {
        color: #fff;
        font-size: 14px;
        line-height: 28px;
    }

    .courseinner-banner .img img {
        width: 100%;
    }

.footer-fixed-div {
    width: 100%;
    background: #000;
    display: none;
    height: 41px;
}

    .footer-fixed-div .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .footer-fixed-div .container .left ul {
            display: flex;
            list-style: none;
            margin: 0px;
        }

        .footer-fixed-div .container ul li a {
            color: #fff;
            text-transform: capitalize;
            font-size: 12px;
            padding: 12px 20px;
            display: inline-block;
        }

            .footer-fixed-div .container ul li a:hover {
                text-decoration: none;
            }

        .footer-fixed-div .container ul {
            margin: 0px;
            list-style: none;
        }

        .footer-fixed-div .container .right ul li a {
            background: #118aef;
            padding: 12px 30px;
        }


/** couse page styles **/
.coursepage-navbar {
    width: 100%;
    background: #fff;
    box-shadow: 0px 5px 10px #00000014;
}

    .coursepage-navbar .col-sm-12 ul {
        list-style: none;
        margin: 0px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .coursepage-navbar .col-sm-12 ul li a {
            color: #6b6b6b;
            text-decoration: none;
            text-transform: capitalize;
            padding: 6px 0px;
            display: inline-block;
            margin: 7px 0px;
        }

        .coursepage-navbar .col-sm-12 ul li.enrollnow-btn a {
            background: #fc9316;
            padding: 6px 19px;
            font-size: 14px;
            color: #fff;
            text-transform: uppercase;
            border-radius: 4px;
            transition: all 0.3s;
        }

div#keyfeatures-div {
    width: 100%;
    background: #fff;
    padding: 60px 0px 0px;
    margin-top: 10px;
}


    div#keyfeatures-div .k-section1 {
        padding-bottom: 40px;
    }

        div#keyfeatures-div .k-section1 .title, .course_des .title {
            font-size: 24px;
            margin-bottom: 24px;
        }

            div#keyfeatures-div .k-section1 .title:first-letter, .course_des .title:first-letter {
                text-transform: capitalize;
            }

            div#keyfeatures-div .k-section1 .title span {
                background: #5fcf80;
                font-size: 13px;
                margin-left: 15px;
                padding: 4px 8px;
                border-radius: 1px;
                color: #fff;
                text-transform: capitalize;
            }

    div#keyfeatures-div .k-secti .col-sm-8 {
    }

        div#keyfeatures-div .k-secti .col-sm-8 ul.key-blocks li {
            display: inline-block;
            width: 44%;
        }

ul {
    list-style: none;
    margin: 0px;
}

div#keyfeatures-div .k-section1 .col-sm-8 {
}

    div#keyfeatures-div .k-section1 .col-sm-8 ul.key-blocks {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
    }

        div#keyfeatures-div .k-section1 .col-sm-8 ul.key-blocks li {
            flex-basis: 50%;
            display: flex;
            align-items: baseline;
            margin-bottom: 18px;
            font-size: 15px;
        }

            div#keyfeatures-div .k-section1 .col-sm-8 ul.key-blocks li i.fa.fa-check {
                font-size: 12px;
                font-weight: lighter;
                color: #5fcf80;
                padding: 5px;
                border: 2px solid #5fcf80;
                border-radius: 50%;
                margin-right: 10px;
            }

div#keyfeatures-div .k-section1 .col-sm-4 img {
    width: 45%;
    margin: 5px;
}

div#keyfeatures-div .k-section1 .col-sm-4 .title {
    color: #6b6b6b;
    font-size: 20px;
}

div#cousedescription-div {
    background: #118aef11;
    padding: 70px 0px 70px;
}

    div#cousedescription-div .col-sm-8 {
    }

        div#cousedescription-div .col-sm-8 > .title {
            font-size: 24px;
            margin-bottom: 10px;
        }

        div#cousedescription-div .col-sm-8 > .sub-title {
            color: #6b6b6b;
            margin-bottom: 10px;
            font-size: 18px;
        }

        div#cousedescription-div .col-sm-8 .content {
            font-size: 15px;
            line-height: 26px;
            height: 600px;
            overflow: auto;
            background: white;
            border: 1px solid #118aef22;
            padding: 0px 20px;
        }

.live-training {
    background: #f3f6f8;
    padding: 15px;
    display: flex;
    align-items: center;
    border-radius: 2px;
}

    .live-training .left {
        flex: 1;
    }

        .live-training .left span {
            font-size: 14px;
            color: #6b6b6b;
        }

        .live-training .left label {
            font-size: 14px;
            color: #6b6b6b;
        }

        .live-training .left h4 {
            font-size: 18px;
            margin: 6px 0px;
            color: #000;
        }

    .live-training .right {
        margin-left: 12px;
    }

        .live-training .right a {
            padding: 6px 7px;
            background: #5fcf80;
            color: #fff;
            text-transform: uppercase;
            font-size: 13px;
            border-radius: 4px;
        }

.blk2 {
    margin-top: 20px;
}

.k-section2 {
}

    .k-section2 .self-online {
        border: 1px solid #ddd;
        padding: 15px;
        position: relative;
        display: flex;
    }

        .k-section2 .self-online span.for {
            position: absolute;
            top: -12px;
            left: 0;
            right: 0;
            margin: auto;
            text-align: center;
            background: #ddd;
            max-width: 150px;
            font-size: 14px;
            color: #6b6b6b;
            text-transform: capitalize;
            padding: 2px 15px;
            border-radius: 2px;
        }

        .k-section2 .self-online .self-online-block {
            padding: 20px 15px 100px;
            position: relative;
        }


            .k-section2 .self-online .self-online-block .title {
                font-size: 25px;
                color: #000;
                margin-bottom: 30px;
                border-bottom: 1px solid #ddd;
                padding: 0px 20px 20px;
                text-align: center;
            }

            .k-section2 .self-online .self-online-block ul.so-points {
                list-style: none;
                margin: 0px;
            }

                .k-section2 .self-online .self-online-block ul.so-points li {
                    padding-bottom: 15px;
                    display: flex;
                    align-items: baseline;
                    font-size: 15px;
                    color: #6b6b6b;
                }

                    .k-section2 .self-online .self-online-block ul.so-points li i.fa.fa-check {
                        color: #6b6b6b;
                        font-size: 14px;
                        margin-right: 10px;
                    }

            .k-section2 .self-online .self-online-block .so-btns {
                position: absolute;
                bottom: 20px;
                margin: auto;
                left: 0;
                right: 0;
                text-align: center;
            }

                .k-section2 .self-online .self-online-block .so-btns .cost {
                    font-size: 20px;
                    color: #6b6b6b;
                    margin-bottom: 10px;
                }

                .k-section2 .self-online .self-online-block .so-btns a.rnroll {
                    background: #fb9216;
                    padding: 6px 25px;
                    color: #fff;
                    text-transform: uppercase;
                    font-size: 14px;
                    transition: all 0.3s;
                }

a:hover {
    text-decoration: none;
}

.k-section2 .row {
    display: flex;
}

    .k-section2 .row .corporate-training {
        height: 100%;
        border: 1px solid #ddd;
        padding: 15px;
        position: relative;
    }

        .k-section2 .row .corporate-training span.for {
            position: absolute;
            top: -12px;
            left: 0;
            right: 0;
            margin: auto;
            text-align: center;
            background: #ddd;
            max-width: 150px;
            font-size: 14px;
            color: #6b6b6b;
            text-transform: capitalize;
            padding: 2px 15px;
            border-radius: 2px;
        }

        .k-section2 .row .corporate-training .corporate-training-block {
            padding: 20px 15px 70px;
            position: relative;
            height: 100%;
        }

            .k-section2 .row .corporate-training .corporate-training-block .title {
                font-size: 25px;
                color: #000;
                margin-bottom: 30px;
                border-bottom: 1px solid #ddd;
                padding: 0px 28px 20px;
                text-align: center;
            }

            .k-section2 .row .corporate-training .corporate-training-block ul.ct-points {
                margin: 0px;
            }

                .k-section2 .row .corporate-training .corporate-training-block ul.ct-points li {
                    padding-bottom: 15px;
                    display: flex;
                    align-items: baseline;
                    font-size: 15px;
                    color: #6b6b6b;
                }

                    .k-section2 .row .corporate-training .corporate-training-block ul.ct-points li i.fa {
                        color: #6b6b6b;
                        font-size: 14px;
                        margin-right: 10px;
                    }

            .k-section2 .row .corporate-training .corporate-training-block .ct-btns {
                position: absolute;
                bottom: 20px;
                margin: auto;
                left: 0;
                right: 0;
                text-align: center;
            }

                .k-section2 .row .corporate-training .corporate-training-block .ct-btns a.contact {
                    background: #fb9216;
                    padding: 6px 25px;
                    color: #fff;
                    text-transform: uppercase;
                    font-size: 14px;
                    transition: all 0.3s;
                }

div#exam-certification {
    background: #fff;
    padding: 70px 0px 0px;
}

    div#exam-certification .ecertification-block .title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    div#exam-certification .ecertification-block .accordion-toggle h3 {
        position: relative;
        font-size: 16px !important;
        text-transform: capitalize;
        color: #000;
        padding: 20px 0px;
        margin: 0px;
        border-bottom: 1px solid #ddd;
    }

        div#exam-certification .ecertification-block .accordion-toggle h3 span.f-triangle {
            position: absolute;
            right: 0;
            top: 32%;
            margin: auto;
            font-size: 20px;
        }



@keyframes bounce-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@keyframes bounce-rotate-back {
    0% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.f-triangle {
    transition: 0.1s;
}

.accordion.js .accordion-content {
    display: none;
}

.accordion h3 {
    color: #0099ff;
}

.accordion .accordion-toggle {
    cursor: pointer;
}

    .accordion .accordion-toggle.open .f-triangle {
        -webkit-animation: bounce-rotate 0.2s forwards;
        animation: bounce-rotate 0.2s forwards;
    }

    .accordion .accordion-toggle.closed .f-triangle {
        -webkit-animation: bounce-rotate-back .2s forwards;
        animation: bounce-rotate-back .2s forwards;
    }

.accordion .accordion-content {
    margin-left: 0px;
    padding: 20px 10px 0px;
    background: #ffffff;
}

a:hover {
    text-decoration: none;
}

div#exam-certification .ecertification-block .accordion-content {
    margin: 0px;
    padding: 15px 0px;
    color: #6b6b6b;
}

    div#exam-certification .ecertification-block .accordion-content .title {
        font-size: 16px;
        color: #6b6b6b;
    }

    div#exam-certification .ecertification-block .accordion-content ul {
        list-style: disc;
        margin-left: 20px;
    }

        div#exam-certification .ecertification-block .accordion-content ul li {
            padding: 6px 0px;
        }

    div#exam-certification .ecertification-block .accordion-content .content {
        line-height: 30px;
        font-size: 16px;
    }

.contact-more, .request-more {
    background: #ffffff;
    padding: 15px;
}

    .request-more .title, .contact-more .title {
        text-align: center;
        font-size: 18px;
        margin: 15px;
    }

    .request-more .inputs {
        position: relative;
        margin: 0 0px 15px;
    }

        .request-more .inputs input {
            width: 100%;
            background: transparent;
            border: none;
            border-bottom: 1px solid #ddd;
            font-size: 14px;
            transition: all 0.3s;
            display: block;
            height: 50px;
        }


        .request-more .inputs select, textarea {
            width: 100%;
            background: transparent;
            border: none;
            border-bottom: 1px solid #ddd;
            font-size: 14px;
            transition: all 0.3s;
            display: block;
            height: 50px;
        }
            

        .request-more .inputs textarea {
            height: 100px;
        }

.fnt_Query {
    font-size: 10px;
    color: red;
}

div#exam-certification .request-more .inputs input:focus {
    outline: 0;
}

.request-more .inputs label {
    text-transform: capitalize;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    color: #757575;
    font-size: 14px;
    font-weight: 300;
    line-height: 60px;
    transition: 0.2s ease;
}

div#exam-certification .request-more .inputs input:focus ~ label {
    color: #9d9d9d;
    -webkit-transform: translate(-12%, -50%) scale(0.75);
    transform: translate(-12%, -50%) scale(0.75);
}

div#exam-certification .request-more .inputs input:valid ~ label {
    color: #9d9d9d;
    -webkit-transform: translate(-12%, -50%) scale(0.75);
    transform: translate(-12%, -50%) scale(0.75);
}

.request-more .input-check {
    display: flex;
    align-items: baseline;
}

    .request-more .input-check input[type="checkbox"] {
        margin-right: 10px;
    }

    .request-more .input-check label {
        font-size: 14px;
        color: #6b6b6b;
    }

.request-more button {
    width: 100%;
    max-width: 153px;
    text-align: center;
    display: block;
    margin: 20px auto 10px;
    background: #fc9316;
    border: none;
    transition: all 0.3s;
    padding: 5px 0px;
    border-radius: 2px;
    color: #fff;
    text-transform: capitalize;
    height: 35px;
}

div#exam-certification .request-more button:focus {
    outline: 0;
}

a:hover {
    text-decoration: none !important;
}

.couse-slider .container a.explr-crse-btn:hover {
    background: #fc9316;
}

.allcourse-dropdown .inner-crsedrp .left ul li > .MicrosoftTechnologies > ul > li.vwall-crse-btn:hover {
    background: #fc9316;
}


/********** all courses section *********/
.allcourse-wrapper {
    width: 100%;
    padding: 20px 0px 30px;
    background: #e9ecef6b;
}

    .allcourse-wrapper .tab-content {
        display: none;
    }

        .allcourse-wrapper .tab-content.current {
            display: block !important;
        }

    .allcourse-wrapper .all-left-menu {
        background: #fff;
        padding: 20px;
        box-shadow: 0px 0px 10px #0000000f;
        border-radius: 4px;
    }

        .allcourse-wrapper .all-left-menu .title {
            font-size: 18px;
            text-transform: capitalize;
            color: #118aef;
            margin-bottom: 10px;
            position: relative;
        }

        .allcourse-wrapper .all-left-menu ul.tabs {
            margin: 0px;
        }

            .allcourse-wrapper .all-left-menu ul.tabs li {
                border-bottom: 1px solid #ddd;
                padding: 15px 0px;
                font-size: 13px;
                /*  padding: 20px 0px; font-size: 15px;*/
                text-transform: capitalize;
                color: #6b6b6b;
                cursor: pointer;
                position: relative;
                transition: all 0.3s;
            }

    .allcourse-wrapper .col-sm-9 {
        padding-left: 0px;
    }

    .allcourse-wrapper .all-left-menu ul.tabs li:hover {
        color: #fc9316;
        /*color: #118aef;
        */
    }

        .allcourse-wrapper .all-left-menu ul.tabs li:hover i.fa {
            right: 0;
        }

    .allcourse-wrapper .all-left-menu ul.tabs li:last-child {
        border: none;
    }

    .allcourse-wrapper .all-left-menu ul.tabs li i.fa {
        position: absolute;
        top: 0;
        right: 5px;
        bottom: 0;
        transition: all 0.2s;
        padding: 15px 0px;
        /*   padding: 20px 0px;*/
        margin-top: 2px;
    }

    .allcourse-wrapper .all-left-menu .title span {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        font-size: 12px;
        border: 1px solid #fc9316;
        border-radius: 50px;
        width: 28px;
        height: 28px;
        line-height: 28px;
        text-align: center;
        color: #fff;
        background: #fc9316;
    }

    .allcourse-wrapper .tab-content.current ul {
        margin: 10px 0px;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        flex-direction: row;
        justify-content: flex-start;
        font-size: 0;
    }

        .allcourse-wrapper .tab-content.current ul li {
            border-radius: 4px;
            /* flex-basis: 27%; */
            /*   width: 250px; */
            width: 305px;
            height: 90px;
            text-align: left;
            box-shadow: 0px 0px 10px #0000000f;
            padding: 15px 15px;
            margin-bottom: 26px;
            box-sizing: border-box;
            background: #fff;
            cursor: pointer;
            transition: 0.3s;
            margin: 0px 12px 26px;
            display: inline-block;
            vertical-align: top;
        }

            .allcourse-wrapper .tab-content.current ul li a {
                display: inline-block;
            }

            .allcourse-wrapper .tab-content.current ul li:hover {
                box-shadow: 0px 0px 10px #00000024;
            }

            .allcourse-wrapper .tab-content.current ul li img {
                width: 60px;
                height: 60px;
                /*   width: 28%;*/
            }

            .allcourse-wrapper .tab-content.current ul li .course-name {
                text-transform: capitalize;
                position: relative;
                font-size: 15px;
                vertical-align: middle;
                color: #6b6b6b;
                display: inline-block;
                padding: 0px 10px;
            }

                .allcourse-wrapper .tab-content.current ul li .course-name:after {
                    content: "";
                    position: absolute;
                    bottom: -2px;
                    width: 48px;
                    height: 2px;
                    left: 0;
                    right: 0;
                    margin: auto;
                }

            .allcourse-wrapper .tab-content.current ul li .course-dis {
                font-size: 14px;
                color: #6b6b6b;
                text-align: left;
                height: 100px;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 5;
                -webkit-box-orient: vertical;
                overflow: hidden;
            }

.coursepage-navbar .col-sm-12 ul li.enrollnow-btn a:hover {
    background: #118aef;
}

.k-section2 .self-online .self-online-block .so-btns a.rnroll:hover {
    background: #118aef;
}

.k-section2 .row .corporate-training .corporate-training-block .ct-btns a.contact:hover {
    background: #118aef;
}

.request-more button:hover {
    transition: all 0.3s;
    background: #118aef;
}

.footer-fixed-div .container ul li a i.fa {
    margin-right: 15px;
    font-size: 14px;
}

    .footer-fixed-div .container ul li a i.fa.fa-mobile {
        font-size: 20px;
        display: inline-block;
        vertical-align: top;
    }

    .footer-fixed-div .container ul li a i.fa.fa-dropbox {
        display: inline-block;
        vertical-align: top;
        font-size: 18px;
    }

.black-layer {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: #ffffff5e;
    display: none;
}

.header .row .col-sm-12 .right-links-mobile .title i.fa.fa-long-arrow-right {
    margin-right: 10px;
}

.header .row .col-sm-12 .right-links-mobile ul.headtop-links li.all-log-btn {
    display: flex;
}

    .header .row .col-sm-12 .right-links-mobile ul.headtop-links li.all-log-btn a {
        border: 1px solid #ddd;
        padding: 5px 18px;
        transition: all 0.3s;
        margin: 0px 10px 0px 0px;
        border-radius: 2px;
        background: #fc9316;
        color: #fff;
    }

        .header .row .col-sm-12 .right-links-mobile ul.headtop-links li.all-log-btn a:nth-child(1) {
            background: #118aef;
            color: #fff;
        }

        .header .row .col-sm-12 .right-links-mobile ul.headtop-links li.all-log-btn a:hover {
            background: #118aef;
            color: #fff;
        }

.allcourses-wrapper-mobile {
    display: none;
}

div#course-reviews {
    background: #118aef05;
    padding: 70px 0px 60px;
}

    div#course-reviews .col-sm-12 {
    }

        div#course-reviews .col-sm-12 .title {
            font-size: 24px;
            margin-bottom: 10px;
        }

        div#course-reviews .col-sm-12 .review-block {
            display: flex;
            align-items: flex-start;
            flex-wrap: wrap;
            padding: 20px 0px;
        }

            div#course-reviews .col-sm-12 .review-block .review-img {
                width: 75px;
                margin-right: 20px;
            }

                div#course-reviews .col-sm-12 .review-block .review-img img {
                    width: 100%;
                    border: 4px solid #118aef33;
                    border-radius: 50%;
                }

            div#course-reviews .col-sm-12 .review-block .review-content {
                flex: 1;
                position: relative;
                border-bottom: 1px solid #ddd;
                padding-bottom: 20px;
            }

                div#course-reviews .col-sm-12 .review-block .review-content .name {
                    font-size: 16px;
                    text-transform: capitalize;
                    color: #000;
                    margin-bottom: 6px;
                }

                div#course-reviews .col-sm-12 .review-block .review-content .ratings {
                    position: absolute;
                    top: 0;
                    right: 0;
                    color: #fc9316;
                }

                div#course-reviews .col-sm-12 .review-block .review-content .dis {
                    font-size: 15px;
                    color: #6b6b6b;
                }

                div#course-reviews .col-sm-12 .review-block .review-content .ratings i.fa.fa-star {
                    color: #fb9216;
                    font-size: 14px;
                }

#faq-section {
    background: #fff;
    padding: 70px 0px 60px;
}

    #faq-section .ecertification-block .title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    #faq-section .ecertification-block .accordion-toggle h3 {
        position: relative;
        font-size: 14px !important;
        text-transform: capitalize;
        color: #000;
        padding: 20px 0px;
        margin: 0px;
        border-bottom: 1px solid #ddd;
    }

        #faq-section .ecertification-block .accordion-toggle h3 span.f-triangle {
            position: absolute;
            right: 0;
            top: 32%;
            margin: auto;
            font-size: 20px;
        }

    #faq-section .ecertification-block .accordion-content {
        margin: 0px;
        padding: 15px 0px;
        color: #6b6b6b;
    }

        #faq-section .ecertification-block .accordion-content .title {
            font-size: 14px;
            color: #6b6b6b;
        }

        #faq-section .ecertification-block .accordion-content ul {
            list-style: disc;
            margin-left: 20px;
        }

            #faq-section .ecertification-block .accordion-content ul li {
                padding: 6px 0px;
            }

        #faq-section .ecertification-block .accordion-content .content {
            line-height: 30px;
            font-size: 13px;
        }

/********** footlink innerpage styles  ************/
.footlink-body-banner {
    width: 100%;
    padding: 60px 0px;
    background: url(../../images/banner-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    .footlink-body-banner .col-sm-12 .title {
        font-size: 38px;
        color: #fff;
        margin-left: -16px;
    }

.footlink-body {
    padding: 20px 0px;
}

    .footlink-body .col-md-12 p {
        margin: 10px 0px;
        font-size: 15px;
    }

        .footlink-body .col-md-12 p i {
            color: #118aef;
        }
/*********** Responsive styles ***********/
@media (max-width: 1100px) {
    .banner-btm {
        margin-top: 0px;
        padding: 10px 0px;
    }

    .crse-blks .course-block {
        flex-basis: 50%;
        margin: 10px 0px;
    }

        .crse-blks .course-block:nth-child(2):after {
            display: none;
        }

    .header .row .col-sm-7 {
        display: none;
    }

    .header .row .col-sm-6 {
        display: none;
    }

    .header .row .col-sm-5 {
        display: none;
    }

    .header .row .col-sm-12 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        position: relative;
    }

        .header .row .col-sm-12 .right-links-mobile {
            position: fixed;
            background: #fff;
            width: 280px;
            left: -288px;
            bottom: 0;
            top: 0;
            height: 100%;
            box-shadow: 0px 0px 10px #000;
            z-index: 9999999999999;
            overflow: hidden;
            box-sizing: border-box;
            max-height: 100%;
            transition: all 0.3s;
        }

    .active.right-links-mobile {
        left: 0px !important;
    }

    .header .row .col-sm-12 .right-links-mobile ul.headtop-links {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0px;
    }

        .header .row .col-sm-12 .right-links-mobile ul.headtop-links li {
            padding: 15px 20px;
            width: 100%;
            border-bottom: 1px solid #ddd;
        }

            .header .row .col-sm-12 .right-links-mobile ul.headtop-links li a {
                font-size: 15px;
                color: #000;
                font-weight: normal;
                margin: 0px;
                display: block;
                text-transform: capitalize;
            }

    .header .row .col-sm-12 .right-links-mobile .title {
        padding: 12px 20px;
        text-transform: capitalize;
        font-size: 18px;
        text-align: left;
        background: #118aef;
        color: #fff;
        margin-bottom: 10px;
    }

    .reviews-slider .slick-prev, .reviews-slider .slick-next {
        right: -60px;
    }

    body .reviews-slider .slick-prev {
        left: -60px
    }

    .header .row .col-sm-12 .mobile-toggle i.fa.fa-bars {
        font-size: 18px;
        cursor: pointer;
        color: #6b6b6b;
    }

    .header .row .col-sm-12 .mobile-search span.fa.fa-search {
        color: #118aef;
        font-size: 16px;
    }

    .header .row .col-sm-12 .mobile-search input[type="text"] {
        border: 1px solid #118aef;
        padding: 5px 10px;
        border-radius: 2px;
        display: none;
        position: absolute;
        right: 13px;
        z-index: 999;
        top: 42px;
        font-size: 15px;
        box-shadow: 0px 8px 10px #0000007d;
    }

        .header .row .col-sm-12 .mobile-search input[type="text"]:focus {
            outline: 0;
        }

    .header .row .logo img {
        margin-right: 0px;
    }

    .ourcourse-bannersec.container {
        margin-top: 0px
    }

    .banner .container .banner-content .title {
        font-size: 28px;
    }

    .banner .container .banner-content .dis,
    .banner .container .banner-content p {
        font-size: 14px;
    }

    .ourcourse-bannersec.container .col-sm-12 {
        max-width: 100%;
    }

    .banner .container {
        top: 24%;
    }

    .footer {
        padding: 40px 0px 0px !important;
    }

    .allcourse-wrapper {
        display: none;
    }

    .allcourses-wrapper-mobile {
        width: 100%;
        padding: 23px 0px;
        display: block;
    }

        .allcourses-wrapper-mobile .accordion-toggle h3 {
            border-radius: 2px;
            font-size: 18px;
            position: relative;
            color: #6b6b6b;
            padding: 10px 15px;
            background: #e9ecef;
            color: #fc9316;
            margin-bottom: 0px;
        }

            .allcourses-wrapper-mobile .accordion-toggle h3 span.f-triangle.fa.fa-angle-down {
                position: absolute;
                right: 14px;
                top: 32%;
                margin: auto;
                color: #118aef;
            }

        .allcourses-wrapper-mobile .accordion-content ul li {
            padding: 8px 0px;
            font-size: 16px;
            text-transform: capitalize;
            color: #6b6b6b;
        }

            .allcourses-wrapper-mobile .accordion-content ul li span.f-triangle.fa.fa-angle-right {
                margin-right: 15px;
                color: #118aef;
            }

            .allcourses-wrapper-mobile .accordion-content ul li a {
                color: #6b6b6b;
            }

    .ourcourse-bannersec.container .col-sm-12 .crse-blks .course-block {
        width: 48%;
        margin-bottom: 15px;
    }

    .coursepage-navbar .col-sm-12 ul li.enrollnow-btn {
        display: none;
    }

    .live-training .right {
        /*display: none;*/
    }
}

@media (max-width: 600px) {
    .crse-blks .course-block:after {
        display: none;
    }

    .banner img {
        width: 100%;
        height: 400px;
        object-fit: cover;
    }

    .banner .container {
        top: 7%;
    }

        .banner .container .banner-content .title {
            font-size: 22px;
        }

        .banner .container .banner-content .dis,
        .banner .container .banner-content p {
            font-size: 14px;
        }

        .banner .container .col-sm-6 img {
            height: auto;
        }

    .ourcourse-bannersec.container .course-block {
        flex-basis: 100%;
        margin-bottom: 15px;
        padding: 10px 15px;
    }

    .ourcourse-bannersec.container .row {
        padding: 15px 0px;
    }

    .cusedis-carousel .slide-content p {
        max-width: 100%;
        padding: 0px 20px;
    }

    .nextstep-career .container .nextstep-block {
        margin-bottom: 20px;
    }

    .reviews-slider .review-carousel {
        max-width: 100%;
    }

    body .reviews-slider .slick-prev {
        left: 0;
        top: 35% !important;
    }

    body .reviews-slider .slick-next {
        right: 0;
        top: 35% !important;
    }

    .nextstep-career .container .row {
        box-shadow: none;
    }

    .footer-fixed-div {
        display: none !important;
    }

    .coursepage-navbar .col-sm-12 ul li.enrollnow-btn {
        display: none;
    }

    .coursepage-navbar .col-sm-12 ul {
        flex-wrap: wrap;
        justify-content: center;
        padding: 5px 0px;
    }

        .coursepage-navbar .col-sm-12 ul li a {
            margin: 0px 12px;
            font-size: 16px;
        }

    .courseinner-banner .img img {
        margin-top: 22px;
    }

    .courseinner-banner .title {
        font-size: 22px;
    }

    div#keyfeatures-div .k-section1 .col-sm-8 ul.key-blocks li {
        flex-basis: 100%;
    }

    .k-section2 .self-online {
        flex-direction: column;
        margin-bottom: 25px;
    }

    .sticky-course-navbar {
        top: 65px;
    }

    .sticky-rightdiv {
        top: 130px;
    }
}

.logo a {
    font-size: 20px;
    padding-right: 20px;
}

span.tutor {
    color: #fc9316;
}

span.moxi:hover {
    color: #007bff;
}

span.tutor:hover {
    color: #fc9316;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    /* border-radius: .25rem; */
}

    .breadcrumb .container a:hover {
        color: #fc9316;
    }

.course-dis {
    display: none !important;
}

span.coursenumbering {
    float: right;
    color: #fc9316;
}

span.coursenumbering {
    float: right;
    color: #fc9316;
    border: 1px solid;
    padding: 4px;
    border-radius: 130%;
    width: 25px;
    height: 25px;
}

span.cousetitle {
    padding: 12px;
    font-size: 14px;
}

h5.innerpageheaddings {
    color: #6b6b6b;
    margin-top: 32px;
}

.col-md-12.col-sm-12 p {
    line-height: 2;
    color: #6b6b6b;
}

h5.innerpageheaddingsnote {
    color: #6b6b6b;
    margin-top: 32px;
    font-style: italic;
}

.note-text {
    font-style: italic;
}

span.bullertpoints {
}

.allcourse-dropdown .inner-crsedrp .left ul li > .MicrosoftTechnologies > ul > li a {
    color: #6b6b6b;
    /* padding: 10px 10px;  */
}


.vwall-crse-btn a {
    background: #118aef;
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    padding: 8px 30px;
    border-radius: 4px;
    margin: 17px 60px;
    display: inline-block;
    transition: all 0.3s;
}

    .vwall-crse-btn a:hover {
        color: #ffffff;
        background: #fc9316;
        text-decoration: underline;
    }


.contact label {
    display: block;
}

.contact {
    font-size: 14px;
    color: #6b6b6b;
}


.content ol {
    padding-inline-start: 40px;
}

.content h2 {
    font-size: 24px;
}

.contact-more {
    margin-top: 20px;
}

button.btn.btn-download {
    background: #118aef;
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    padding: 6px 20px;
    border-radius: 4px;
    /* margin: 20px 60px; */
    display: inline-block;
    transition: all 0.3s;
}

    button.btn.btn-download:hover {
        color: #ffffff;
        background: #fc9316;
        text-decoration: none;
    }

.course_des {
    margin-bottom: 5px;
    padding: 0px;
}


.allcourses-wrapper-mobile .accordion-content img {
    width: 16%;
}

.allcourses-wrapper-mobile .accordion-content ul li {
    border-radius: 4px;
    /* flex-basis: 27%; */
    width: 206px;
    height: 54px;
    text-align: left;
    box-shadow: 0px 0px 10px #0000000f;
    padding: 15px 15px;
    margin-bottom: 26px;
    box-sizing: border-box;
    background: #fff;
    cursor: pointer;
    transition: 0.3s;
    margin: 0px 12px 26px;
    display: inline-block;
    vertical-align: top;
}

    .allcourses-wrapper-mobile .accordion-content ul li:hover {
        box-shadow: 0px 0px 10px #00000024;
    }

.accordion-content .course-name {
    text-transform: capitalize;
    position: relative;
    font-size: 15px;
    vertical-align: middle;
    color: #6b6b6b;
    display: inline-block;
    padding: 0px 10px;
}

@media (max-width: 768px) {
    /* .coursepage-navbar .col-sm-12 ul {
        display: none
    }*/

    .couse-slider .container ul li {
        margin: 0px 10px 30px 10px;
    }
}

@media (max-width: 1280px) {
    /* .sticky-course-navbar {
        top: 50px;
    }*/


    .sticky-rightdiv {
        top: 110px;
    }
}

.btn-download i.fa.fa-download {
    margin-right: 6px;
    vertical-align: middle;
    font-size: 18px;
}

.accordion-content ul {
    margin: 0px;
}

.accordion-toggle {
    margin-bottom: 10px;
}

    .accordion-toggle.open {
        margin-bottom: 0px;
    }

@media (max-width: 500px) {
    .allcourses-wrapper-mobile .accordion-content ul li {
        width: 100%;
        margin-left: auto;
        padding: 12px;
    }

    .allcourses-wrapper-mobile .accordion-content img {
        width: 10%;
    }
}

*:focus {
    outline: none;
}

.coursepage-navbar .col-sm-12 ul li:hover a {
    color: #118aef;
}

.footlink-body {
    background: #118aef11;
}

@media only screen and (min-width: 800px) and (max-width: 1920px) {
    .sticky-rightdiv {
        position: fixed !important;
        top: 120px;
        /* left: 66.666667% */
        left: 64.1%
    }
}

@media (max-width: 800px) {
    .l_div {
        width: 100% !important;
    }
}

@media (max-width: 740px) {
    .coursepage-navbar .col-sm-12 ul {
        display: none
    }
}


.trainer_dt {
    color: #26a2ab !important;
    font-family: 'Raleway',sans-serif;
    letter-spacing: 1px;
}

ul.headtop-links li a {
    margin: 0px 8px !important;
    font-family: 'Raleway',sans-serif !important;
}

.header .row .right-links .login a {
    padding: 6px 6px !important;
    font-size: 13px !important;
}

.btn_back {
    padding: 7px 7px;
    background: #fc9316;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 4px;
}

    .btn_back:hover {
        color: #fff !important;
    }

.cdtl_query {
    background-color: #fdfdfd !important;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 5px 10px 0 rgba(0, 0, 0, 0.05) !important;
}

    .cdtl_query .inputs input {
        height: 40px !important;
        font-size: 13px !important;
    }

    .cdtl_query .inputs textarea {
        font-size: 13px !important;
    }

div#course-reviews .col-sm-12 .review-block .review-content .dis {
    font-size: 13px !important;
    line-height: 2;
}

.drp_c {
    width: 100% !important;
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid #ddd !important;
    font-size: 13px;
    transition: all 0.3s !important;
    display: block !important;
}

    .drp_c:focus {
        outline: none !important;
        outline-width: 0 !important;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
    }


/* Start Body Scrolling styles*/
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb {
    background-color: #adb5bd;
}

/* End*/


