:root {
    --color-primary: #f65403;
    --color-secondary: #01619e;
    --color-textSecondary: #ff5b5c;
    --color-tertiary: #f8b81f;
    --color-dark: #111212;
    --color-heading: #181818;
    --color-border: #e5e5e5;
    --color-body: gray;
    --gradient-primary: linear-gradient(-90deg, #31b978 0%, #1ab69d 100%);
    --color-white: #fff;
    --color-black: #000;
    --color-lighten01: #f0f4f5;
    --color-lighten02: #edf5f8;
    --color-lighten03: #f5f1eb;
    --color-lighten04: #f7f5f2;
    --color-extra01: #0ecd73;
    --color-extra02: #8e56ff;
    --color-extra03: #f92596;
    --color-extra04: #5866eb;
    --color-extra05: #f8941f;
    --color-extra06: #39c0fa;
    --color-extra07: #da04f8;
    --color-extra08: #4664e4;
    --color-success: #3eb75e;
    --color-danger: #ff0003;
    --color-warning: #ff8f3c;
    --color-info: #1ba2db;
    --color-placeholder: gray;
    --color-facebook: #1877f2;
    --color-twitter: #1da1f2;
    --color-youtube: #cd201f;
    --color-linkedin: #0a66c2;
    --color-pinterest: #e60022;
    --color-instagram: #c231a1;
    --color-vimeo: #00adef;
    --color-twitch: #6441a3;
    --color-discord: #7289da;
    --border-width: 2px;
    --radius-small: 4px;
    --radius: 10px;
    --radius-big: 16px;
    --p-light: 300;
    --p-regular: 400;
    --p-medium: 500;
    --p-semi-bold: 600;
    --p-bold: 700;
    --p-extra-bold: 800;
    --shadow-darker: 0 10px 50px 0 rgba(26, 46, 85, 0.1);
    --shadow-darker2: 0 20px 50px 0 rgba(26, 46, 85, 0.1);
    --shadow-dark: 0 10px 30px 0 rgba(20, 36, 66, 0.15);
    --shadow-darkest: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
    --transition: 0.3s;
    --transition-2: 0.5s;
    --transition-transform: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
    --font-primary: "Poppins", sans-serif;
    --font-secondary: "Spartan", sans-serif;
    --font-icomoon: "icomoon";
    --font-euclid-circular: "Euclid Circular";
    --font-size-b1: 15px;
    --font-size-b2: 13px;
    --line-height-b1: 1.73;
    --line-height-b2: 1.85;
    --h1: 50px;
    --h2: 36px;
    --h3: 28px;
    --h4: 20px;
    --h5: 18px;
    --h6: 16px;
    --h1-lineHeight: 1.2;
    --h2-lineHeight: 1.39;
    --h3-lineHeight: 1.43;
    --h4-lineHeight: 1.4;
    --h5-lineHeight: 1.45;
    --h6-lineHeight: 1.62;
}

body {
    position: relative;
    /*font-family: var(--font-euclid-circular);*/
}

.home-add-banner {
    height: 90vh;
}

.home-slider .video-banner {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99
}

.home-slider .video-banner video {
    position: absolute;
    top: -20px;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
}

.home-slider {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    float: left;
    z-index: 999;
}

.home-slider h1 {
    color: #fff;
    text-transform: capitalize;
    font-size: 42px;
    padding-bottom: 30px;
}

.home-slider p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 60px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.enquire-now {
    position: fixed;
    z-index: 999;
    bottom: 0px;
    left: 0px;
    /*-webkit-animation: moveLeftBounce 3s linear infinite;
    animation: moveLeftBounce 3s linear infinite;*/
}

.enquire-now2 {
    /* position: fixed;*/
    z-index: 1000;
    bottom: 0px;
    right: 15px;
    top: 95px;
    display: inline-table;
    /*-webkit-animation: moveLeftBounce 3s linear infinite;
    animation: moveLeftBounce 3s linear infinite;*/
    cursor: pointer;
}
.font-euclid-circular-box .courses ul.course-features li {

    position: relative;
}

@keyframes moveScale {
    0% {
        transform: scale(0.6);
    }

    50% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(0.6);
    }
}

@keyframes moveLeftBounce {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(20px);
    }

    100% {
        transform: translateX(0px);
    }
}

@keyframes moveBounce {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(20px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes hvr-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }

    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }

    49.95% {
        webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.enquire-now img {
    /*width: 100px;*/
    width: 260px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    transition: 0.3s ease;
}

.enquire-now:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    transition: 0.3s ease;
}

.enquire-now2 img {
    /*width: 100px;*/
    width: 150px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    transition: 0.3s ease;
    cursor: pointer;
}

.enquire-now2:hover img {
    -webkit-animation-name: hvr-wobble-horizontal;
    animation-name: hvr-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.about-finnaco-wrap1 {
    position: relative;
    background-color: #ff980185;
    padding: 70px 0 80px;
    width: 100%;
}

    .about-finnaco-wrap1 h2 {
        color: #fff;
    }

    .about-finnaco-wrap1 .bottom-icon {
        color: #fff !important;
    }

    .about-finnaco-wrap1 .bottom-title:after,
    .about-finnaco-wrap1 .bottom-title:before {
        background-color: #fff;
    }

    .about-finnaco-wrap1 .group-title-index {
        margin-bottom: 40px;
    }


.background-shape6 {
    position: absolute;
    top: 0;
    right: 0;
}

.background-shape7 {
    position: absolute;
    bottom: 0;
    left: 0;
}


.about-finnaco-wrap1 .background-shape8 {
    position: absolute;
    bottom: 100px;
    right: 240px;
}


.about-box1 {
    margin-top: 100px;
}

    .about-box1 .section-subtitle {
        color: #444444;
        font-size: 18px;
        font-weight: 700;
        font-family: 'Barlow', sans-serif;
        position: relative;
        margin-bottom: 10px;
    }

    .about-box1 .section-title {
        color: #000;
        font-size: 36px;
        font-weight: 700;
        line-height: 20px;
        margin-bottom: 11px;
        margin-top: 0;
    }


    .about-box1 strong {
        margin-bottom: 30px;
        display: block;
        color: #000;
        font-size: 17px;
    }


    .about-box1 p {
        margin-bottom: 28px;
        text-align: justify;
        font-size: 15px;
        line-height: 27px;
    }

.about-box2 {
    padding-left: 0;
    margin-top: 70px;
}


.ch-msg {
    /*  background: url(../images/chmsg-bg.jpg);*/
    background-size: cover !important;
    background-position: left !important;
    background-repeat: no-repeat;
    padding-bottom: 30px;
}

    .ch-msg ol {
        padding: 0;
        margin: 0 0 0 15px;
    }

        .ch-msg ol li {
            margin-bottom: 10px;
            font-weight: 500;
            color: #191919;
            line-height: 26px;
            font-size: 17px;
            text-align: justify;
            letter-spacing: 0.5px;
        }

.hindi-c.ch-msg ol li {
    margin-bottom: 5px;
    font-size: 17px;
}

.our-services .container {
    width: 100%;
}

.our-services2 {
    width: 100%;
    display: inline-block;
    padding: 50px 0px 50px;
}

section.ch-msg.ch-msg-home .container {
    width: 100%;
}


.aboutus-content {
    padding-top: 15px;
    color: #808285;
    text-align: center;
    max-width: 649px;
    float: right;
}

    .aboutus-content h2 {
        padding-bottom: 25px;
    }


    .aboutus-content p {
        font-size: 16px;
        line-height: 29px;
        text-align: justify;
        color: #000;
    }

    .aboutus-content.home-abouts li {
        font-size: 16px;
        color: #000;
        line-height: 26px;
        margin-bottom: 10px;
    }

.ch-revenue {
    max-width: 100%;
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

    .ch-revenue .content {
        width: 100%;
    }

        .ch-revenue .content .box {
            width: 37%;
            text-align: center;
            display: inline-block;
            vertical-align: top;
        }


.revenue {
    max-width: 230px;
    margin-right: 30px;
}


    .revenue h3 {
        font-size: 30px;
        font-weight: 700;
        border-bottom: 1px solid #808285;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .revenue p {
        text-transform: uppercase;
    }


.ch-revenue .content .box:nth-child(2n) .num:after {
    content: 'Cr'
}

.banner-images {
    position: relative;
    float: left;
    width: 100%;
}

    .banner-images img {
        max-width: 100%;
    }

    .banner-images .banner-content a {
        color: #000;
        font-size: 22px;
    }

    .banner-images .banner-content {
        position: absolute;
        top: 0;
        left: 0;
        width: 68%;
        padding: 20px 60px;
    }

.background-opacity:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}

.carousel-inner {
    z-index: 99;
}


.slider-talk-about-us .peopel-item .group-peole-info .peopel-name {
    color: #fff;
}


p {
    font-size: 19px;
    line-height: 29px;
}


.banner-common {
    background-position: center !important;
    background-size: cover !important;
    height: 85vh;
    display: flex;
    align-items: center;
}

.main-banner {
    position: relative;
}

.banner-common h1 {
    color: #fff;
    font-size: 45px;
    text-transform: capitalize;
    text-align: center;
    font-weight: 600;
    display: block;
    margin-bottom: 40px;
}

.banner-common p {
    color: #fff;
    text-align: center;
    display: block;
    margin-bottom: 40px;
    font-size: 22px;
    line-height: 22px;
}


.banner-common .container {
    position: relative;
    z-index: 99;
}


.banner.owl-theme .owl-dots {
    position: absolute;
    top: 40%;
    right: 20px;
    display: grid;
}


.banner.owl-theme .owl-dots {
    position: absolute;
    top: 40%;
    right: 20px;
    display: grid;
}

.banner .owl-dots .owl-dot span {
    background: #e1a258;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block;
    margin-bottom: 10px;
}

.banner .owl-dots .owl-dot.active span,
.banner .owl-dots .owl-dot:hover span {
    background: #222229;
}

.banner .owl-dots .owl-dot {
    outline: none;
}


.improve-skills {
    width: 100%;
    text-align: center;
    float: left;
}

.button-md {
    border: 1px solid rgb(255 255 255 / 0.90);
    display: inline-block;
    padding: 20px 30px;
    background-color: rgba(0, 0, 0, 0.5);
    width: 20%;
    text-align: center;
    margin-right: 100px;
    position: relative;
    z-index: 99;
}

    .button-md:before {
        content: "";
        position: absolute;
        right: -104px;
        height: 1px;
        width: 103px;
        top: 49%;
        background-color: #fff;
    }

    .button-md:after {
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #fff;
        position: absolute;
        right: -6px;
        top: 46%;
    }

    .button-md:last-child {
        margin-right: 0;
    }

    .button-md i {
        color: #fff;
        display: block;
        font-size: 42px;
        margin-bottom: 10px;
    }

    .button-md a {
        color: #fff;
        font-size: 15px;
    }


    .button-md:last-child:after {
        display: none;
    }

    .button-md:last-child:before {
        display: none;
    }

    .button-md:hover {
        background-color: #000;
        cursor: pointer;
    }

    .button-md img {
        height: 50px !important;
        width: auto !important;
        margin: 0 auto 10px !important;
    }

.section-me1 {
    position: relative;
    overflow: hidden;
    padding-bottom: 50.25%;
    position: relative;
}


    .section-me1 video {
        position: absolute;
        top: 50%;
        left: 30%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: 0;
        -ms-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }


    .section-me1 p {
        line-height: 33px;
        font-size: 15px;
        text-align: justify;
        color: #000;
    }

.overlay-text {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 25%;
    z-index: 99;
}


.content-slide {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: left;
}

    .content-slide:after {
        bottom: 0%;
        left: -373px;
        border: solid transparent;
        content: " ";
        position: absolute;
        top: 0px;
        width: 75.5%;
        background: #f69836;
        transform: skew(-10deg, 0deg);
        -moz-transform: skew(-10deg, 0deg);
        -ms-transform: skew(-10deg, 0deg);
        -o-transform: skew(-10deg, 0deg);
        -webkit-transform: skew(-10deg, 0deg);
    }

.banner-content {
    position: relative;
    z-index: 99;
    width: 50%;
    margin-top: 14%;
}

    .banner-content h1 {
        font-size: 30px;
    }

    .banner-content p {
        font-size: 15px;
    }

    .banner-content .button-md {
        width: 22%;
        margin-right: 36px;
        padding: 11px 19px;
    }

        .banner-content .button-md img {
            height: 40px !important;
        }

        .banner-content .button-md:before {
            width: 41px;
            right: -40px;
        }

        .banner-content .button-md:last-child {
            margin-right: 0;
        }

.footer-main .hyperlink a {
    color: #fff;
    font-size: 14px;
}

    .footer-main .hyperlink a:hover {
        color: #23527c;
    }

.intro-edu .intro-content p {
    margin-bottom: 30px;
    line-height: 37px;
    font-size: 15px;
    color: #000;
}


.company-timeline {
    width: 100%;
    display: block;
    background-size: cover !important;
    position: relative;
    padding: 50px 0;
}

    .company-timeline:before {
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.7);
    }


#conference-timeline {
    position: relative;
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
    z-index: 99;
}

    #conference-timeline .timeline-start,
    #conference-timeline .timeline-end {
        display: table;
        font-family: "Roboto", sans-serif;
        font-size: 18px;
        font-weight: 900;
        text-transform: capitalize;
        background: #ff9801;
        padding: 10px 15px;
        color: #fff;
        max-width: 28%;
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }

    #conference-timeline .conference-center-line {
        position: absolute;
        width: 3px;
        height: 100%;
        top: 0;
        left: 50%;
        margin-left: -2px;
        background: #00b0bd;
        z-index: -1;
    }

    #conference-timeline .conference-timeline-content {
        padding-top: 67px;
        padding-bottom: 67px;
    }

.timeline-article {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    margin: 20px 0;
}

    .timeline-article .content-left-container,
    .timeline-article .content-right-container {
        max-width: 44%;
        width: 100%;
    }

    .timeline-article .timeline-author {
        display: block;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        color: #242424;
        text-align: right;
    }

    .timeline-article .content-left,
    .timeline-article .content-right {
        position: relative;
        width: auto;
        border: 1px solid #ddd;
        background-color: #fff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, .03);
        padding: 27px 25px;
    }

    .timeline-article p {
        margin: 0 0 0 60px;
        padding: 0;
        font-weight: 400;
        color: #242424;
        font-size: 14px;
        line-height: 24px;
        position: relative;
    }

        .timeline-article p span.article-number {
            position: absolute;
            font-weight: 600;
            font-size: 25px;
            top: 2px;
            left: -73px;
            color: #ff9801;
        }

    .timeline-article .content-left-container {
        float: left;
    }

    .timeline-article .content-right-container {
        float: right;
    }

    .timeline-article .content-left:before,
    .timeline-article .content-right:before {
        position: absolute;
        top: 6px;
        font-size: 23px;
        font-family: "FontAwesome";
        color: #fff;
    }

    .timeline-article .content-left:before {
        content: "\f0da";
        right: -8px;
    }

    .timeline-article .content-right:before {
        content: "\f0d9";
        left: -8px;
    }

    .timeline-article .meta-date {
        position: absolute;
        top: 0;
        left: 50%;
        width: 42px;
        height: 42px;
        margin-left: -20px;
        color: #fff;
        border-radius: 100%;
        background: #ff9801;
    }

        .timeline-article .meta-date .date,
        .timeline-article .meta-date .month {
            display: block;
            text-align: center;
            font-weight: 900;
        }

        .timeline-article .meta-date .date {
            font-size: 20px;
            line-height: 42px;
        }

        .timeline-article .meta-date .month {
            font-size: 18px;
            line-height: 10px;
        }


.organogram-img {
    width: 100%;
    padding: 5px;
    margin: 30px 0 50px;
    display: block;
    text-align: center;
}

    .organogram-img img {
        max-width: 100%;
        margin: auto;
    }

.blog-des-img1 {
    margin-top: 0px;
    margin-bottom: 30px;
}

.home-quote {
    padding: 0;
    display: block;
    margin-top: 36px;
}

    .home-quote h3 {
        font-size: 35px;
        margin: 0;
        padding: 0;
        color: #05455f;
        font-weight: 900;
        text-align: center;
        position: relative;
    }


        .home-quote h3::before {
            position: absolute;
            margin-left: -55px;
            top: -11px;
            content: "“";
            font-size: 90px;
            color: rgb(229, 229, 229);
        }

        .home-quote h3::after {
            position: absolute;
            top: 0px;
            content: "”";
            font-size: 90px;
            color: rgb(229, 229, 229);
            font-weight: 700;
            right: 13%;
        }

    .home-quote h4 {
        margin: 0;
        color: #05455f;
        text-align: center;
        font-size: 25px;
        position: relative;
    }

.our-services {
    width: 100%;
    display: inline-block;
    padding: 30px 0px 30px;
}

.grid-effect {
    list-style: none;
    text-align: center;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
}

    .grid-effect .item {
        display: inline-block;
        position: relative;
        margin-right: 0px;
        padding: 5px;
        /* flex: 1;*/
    }

        .grid-effect .item:last-child {
            margin-right: 0;
        }

        .grid-effect .item .lazyload {
            width: 100%;
            -webkit-transition: 0.3s ease;
            -moz-transition: 0.3s ease;
            -o-transition: 0.3s ease;
            -ms-transition: 0.3s ease;
            transition: 0.3s ease;
        }

        .grid-effect .item figure:after {
            content: "";
            height: 100%;
            width: 100%;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            visibility: visible;
            opacity: 1;
            -webkit-transition: 0.3s ease;
            -moz-transition: 0.3s ease;
            -o-transition: 0.3s ease;
            -ms-transition: 0.3s ease;
            transition: 0.3s ease;
        }

        .grid-effect .item:hover figure.c1:after {
            /* background-color: #f03933b3;*/
            /*background-color: #00000033;*/
            background-color: #fff;
        }

        .grid-effect .item:hover figure.c2:after {
            /*background-color: #2f86ebb3;*/
            background-color: #fff;
        }

        .grid-effect .item:hover figure.c3:after {
            /*background-color: #44c95bb3;*/
            background-color: #fff;
        }

        .grid-effect .item:hover figure.c4:after {
            /*  background-color: #ffb400b3;*/
            /*background-color: #ff9c12;*/
            background-color: #fff;
        }

        .grid-effect .item .my-course-t2 {
        }

        .grid-effect .item:hover .my-course-t2 {
            color: #204673;
            -webkit-transition: 0.3s ease;
            -moz-transition: 0.3s ease;
            -o-transition: 0.3s ease;
            -ms-transition: 0.3s ease;
            transition: 0.3s ease;
        }

        .grid-effect .item:hover .lazyload {
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1);
            -webkit-transition: 0.3s ease;
            -moz-transition: 0.3s ease;
            -o-transition: 0.3s ease;
            -ms-transition: 0.3s ease;
            transition: 0.3s ease;
        }

        .grid-effect .item figure:after {
            /* background-color: #00000033;*/
            background-color: #204673;
        }

        .grid-effect .item:hover figure:after {
            /*background-color: #00000033;*/
            -webkit-transition: 0.3s ease;
            -moz-transition: 0.3s ease;
            -o-transition: 0.3s ease;
            -ms-transition: 0.3s ease;
            transition: 0.3s ease;
        }

    .grid-effect figure {
        position: relative;
        float: left;
        overflow: hidden;
        margin: 0;
        /* min-width: 320px; */
        width: 100%;
        background: #3085a3;
        text-align: center;
        cursor: pointer;
        display: block;
        border-radius: 0px;
    }

        .grid-effect figure h2 {
            font-size: 22px;
            text-transform: capitalize;
        }

        .grid-effect figure img {
            position: relative;
            display: block;
            min-height: 100%;
            max-width: 100%;
            opacity: .8
        }

.effect-icon {
    max-width: 55px !important
}

.grid-effect figure figcaption {
    padding: 2em;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

    .grid-effect figure figcaption::before,
    .grid-effect figure figcaption::after {
        pointer-events: none
    }

    .grid-effect figure figcaption,
    .grid-effect figure figcaption > a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
    }

        .grid-effect figure figcaption > a {
            z-index: 1000;
            text-indent: 200%;
            white-space: nowrap;
            font-size: 0;
            opacity: 0
        }


.grid-effect figure h2 span {
    font-weight: 800
}

.grid-effect figure h2,
.grid-effect figure p {
    margin: 0
}

.grid-effect figure p {
    letter-spacing: 1px;
    font-size: 68.5%
}

figure.effect-oscar {
    background: #3195fe;
    background: linear-gradient(180deg, rgba(49, 149, 254, 1) 0%, rgba(8, 55, 103, 1) 100%);
    box-shadow: 0 2px 4px rgb(0 0 0 / 8%), 0 4px 12px rgb(0 0 0 / 8%);
}

    figure.effect-oscar img {
        opacity: .9;
        -webkit-transition: opacity .95s;
        transition: opacity .95s
    }

    figure.effect-oscar figcaption {
        padding: 20px;
    }


    figure.effect-oscar h2 {
        /*margin: 14% 0 0;
-webkit-transition: -webkit-transform .35s;
transition: transform .35s;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);*/
        /*line-height: 30px;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 400;*/
        line-height: normal;
        text-transform: initial;
        letter-spacing: 1px;
        font-weight: 400;
        font-size: 18px;
    }

.grid-effect .item a {
    font-size: 22px;
    color: #fff;
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    align-content: stretch;
}


figure.effect-oscar p {
    padding: 5px 10px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    display: inline-block;
    background: rgba(255, 212, 0, 0.9);
    color: #05455f;
    font-weight: 700
}

figure.effect-oscar figcaption::before,
figure.effect-oscar p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform .35s;
    transition: opacity 0.35s, transform .35s;
    -webkit-transform: scale(0);
    transform: scale(0)
}


.progress-bars .progress-bar-number .num {
    color: #fff;
}

.progress-bars .progress-bar-number .name-inner {
    color: #fff;
}

.newsletter {
    width: 100%;
    margin: 0;
    padding: 15px 0;
    background: #358acb;
    display: inline-block;
}


    .newsletter .socials {
        border: none;
        padding-top: 0;
    }

    .newsletter .h3 {
        color: #fff;
        margin: 0;
        padding: 0 0 10px 15px;
        font-size: 16px;
    }


.news-letter-form input[type="text"] {
    width: 100%;
    margin: 0;
    padding: 0 15px;
    float: left;
    height: 40px;
    border: 1px solid #007fb3;
    font-size: 16px;
}

.news-letter-form button {
    width: 100%;
    background: #ffd400;
    margin: 0;
    padding: 0 15px;
    float: left;
    height: 40px;
    color: #000;
    text-transform: uppercase;
    border: none;
}


    .news-letter-form button:hover {
        background: #000;
        color: #fff;
    }


.cube {
    position: absolute;
    top: 80vh;
    left: 45vw;
    width: 10px;
    height: 10px;
    border: solid 1px #558eaa;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: scale(0) rotate(0deg) translate(-50%, -50%);
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    -webkit-animation: cube 12s ease-in forwards infinite;
    animation: cube 12s ease-in forwards infinite
}

    .cube:nth-child(2n) {
        border-color: #558eaa
    }

    .cube:nth-child(2) {
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
        left: 25vw;
        top: 40vh
    }

    .cube:nth-child(3) {
        -webkit-animation-delay: 4s;
        animation-delay: 4s;
        left: 75vw;
        top: 50vh
    }

    .cube:nth-child(4) {
        -webkit-animation-delay: 6s;
        animation-delay: 6s;
        left: 90vw;
        top: 10vh
    }

    .cube:nth-child(5) {
        -webkit-animation-delay: 8s;
        animation-delay: 8s;
        left: 10vw;
        top: 85vh
    }

    .cube:nth-child(6) {
        -webkit-animation-delay: 10s;
        animation-delay: 10s;
        left: 50vw;
        top: 10vh
    }

@-webkit-keyframes cube {
    from {
        -webkit-transform: scale(0) rotate(0deg) translate(-50%, -50%);
        transform: scale(0) rotate(0deg) translate(-50%, -50%);
        opacity: 1
    }

    to {
        -webkit-transform: scale(20) rotate(960deg) translate(-50%, -50%);
        transform: scale(20) rotate(960deg) translate(-50%, -50%);
        opacity: 0
    }
}

@keyframes cube {
    from {
        -webkit-transform: scale(0) rotate(0deg) translate(-50%, -50%);
        transform: scale(0) rotate(0deg) translate(-50%, -50%);
        opacity: 1
    }

    to {
        -webkit-transform: scale(20) rotate(960deg) translate(-50%, -50%);
        transform: scale(20) rotate(960deg) translate(-50%, -50%);
        opacity: 0
    }
}


.home-hading {
    width: 100%;
    text-align: center;
    display: block;
    vertical-align: top;
    position: absolute;
    top: 20px;
}

    .home-hading h3 {
        font-size: 46px;
        margin: 0;
        padding: 0;
        font-weight: 900;
        text-align: center;
        position: relative;
        color: white;
        text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, .1), 0 0 5px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .3), 0 3px 5px rgba(0, 0, 0, .2), 0 5px 10px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .2), 0 20px 20px rgba(0, 0, 0, .15);
    }


.mission-12 {
     background: #e9effe ;
    margin: 0;
    padding: 100px 0;
    width: 100%;
    display: inline-block;
    /* margin-bottom: 50px; */
    border-bottom: 2px solid #edf3f5;
    border-top: 2px solid #edf3f5;
}

    .mission-12 img {
        /*box-shadow: 8px 8px 8px 0px #b7b7b7;*/
    }

.ab {
    padding: 110px 0px;
}

.
/*ab img {
box-shadow: -8px 8px 8px 0px #b7b7b7;
}*/
.mission-12 .blog-des-img img {
    max-width: 100%;
    width: 100%;
}

.member-des {
    width: 100%;
    margin: 0;
}

    .member-des h3 {
        margin-top: 0;
    }

.blog-des-img-right {
    float: right;
    margin-left: 27px;
}


section.ch-msg.ch-msg2 {
    padding:60px 0px;
}

    section.ch-msg.ch-msg2 .aboutus-content p {
        font-weight: 500;
        color: #191919;
        line-height: 26px;
        font-size: 17px;
        text-align: justify;
    }

    section.ch-msg.ch-msg2 .aboutus-content strong {
        display: block;
        padding-bottom: 10px;
    }

    section.ch-msg.ch-msg2 .aboutus-content {
        padding-top: 11px;
    }

    section.ch-msg.ch-msg2 h4 {
        color: #000;
        font-size: 27px;
        text-align: left;
    }

.page-content-main {
    width: 100%;
    padding: 50px 0;
}

.features-wrapper {
    box-shadow: 0 6px 32px rgb(0 0 0 / 12%);
    margin-bottom: 30px;
    padding: 20px 20px 20px;
   /* text-align: center;*/
    transition: .3s;
    float: left;
    width: 100%;
    background: #fff;
}

    .features-wrapper h2 {
        font-size: 26px;
        line-height: 28px;
        margin-top: 0px;
        padding-bottom: 0;
        margin-bottom: 5px !important;
        /* text-transform: uppercase; */
        letter-spacing: 1px;
        color: #01619e;
    }

.team-description .text-theme {
    margin: 0px 0px;
}

.features-wrapper .text-theme {
    color: #222021 !important;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
}

.features-wrapper p {
    font-weight: 500;
    color: #191919;
    line-height: 26px;
    font-size: 17px;
    text-align: justify;
}

.section.course-page .top-courses-item {
    margin-bottom: 50px;
}

.contact-map iframe {
    width: 100%;
    height: 400px;
}

.row.contact-method {
    margin-bottom: 33px;
}


.course-features-info {
    margin: 0 0 50px;
    border-radius: 3px;
    padding: 20px 20px 20px;
    background: #ffffff;
    box-shadow: 0px 0px 16px rgb(4 59 80 / 15%);
}

.categori .readon:nth-child(4) {
}

.categori .readon:nth-child(5) {
}

.course-features-info .course-title {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
    display: inline-block;
    color: #102d47;
}

    .course-features-info .course-title:before {
        content: "";
        position: absolute;
        border: 0;
        width: 30px;
        height: 4px;
        background: #f24d5d;
        z-index: 1;
        margin-left: 0;
        bottom: 0;
        left: 0;
    }


.course-features-info ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .course-features-info ul li {
        display: block;
        padding: 10px 15px;
        background: #F4FCFF;
        margin-bottom: 10px;
        font-size: 20px;
    }

        .course-features-info ul li i {
            color: #505050;
        }

        .course-features-info ul li .label {
            padding-left: 10px;
            color: #000;
            font-size: initial;
        }

        .course-features-info ul li .value {
            float: right;
            padding-right: 5px;
        }

.course-features-info.categori ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .course-features-info.categori ul li {
        display: block;
        padding: 0px;
        /*background: #fee6d9;*/
        margin-bottom: 10px;
        font-size: 20px;
    }

        .course-features-info.categori ul li i {
            color: #505050;
            width: 18px;
        }

        .course-features-info.categori ul li .label {
            padding-left: 10px;
            padding-right: 0px;
            color: #000;
            font-size: initial;
        }

        .course-features-info.categori ul li .value {
            float: right;
            padding-right: 5px;
        }

        .course-features-info.categori ul li .course-c {
            font-size: 20px;
            display: block;
            padding: 10px 10px;
            background: #fee6d9;
            transition: all 0.5s ease;
            cursor: pointer;
        }

            .course-features-info.categori ul li .course-c:hover {
                background: #f65403;
                color: #fff;
                transition: all 0.5s ease;
            }

                .course-features-info.categori ul li .course-c:hover i {
                    transition: all 0.5s ease;
                    color: #fff;
                }

                .course-features-info.categori ul li .course-c:hover .label {
                    transition: all 0.5s ease;
                    color: #fff;
                }

.video-course {
    width: 100%;
    position: relative;
    float: left;
}

    .video-course .b-video {
        height: 182px;
        width: 100%;
        margin-bottom: 0;
    }

        .video-course .b-video .video-icon {
            height: 55px;
            width: 55px;
        }

.faculty-staff {
    background-image: url(../images/background-talk-about-us.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    color: #fff;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

    .faculty-staff .img-class {
        border-radius: 50%;
        height: 380px;
        width: 380px;
        border: solid 5px #fff;
        position: relative;
        z-index: 99;
        margin-top: 80px;
    }

    .faculty-staff .group-title-index {
        color: #fff;
    }

    .faculty-staff .bottom-title:after,
    .faculty-staff .bottom-title:before {
        background-color: #fff;
    }

    .faculty-staff .bottom-title .bottom-icon {
        color: #fff;
    }

.aboutus-content.abouts-apge {
    padding-top: 0;
    margin-top: -54px;
    width: 100%;
    float: left;
    max-width: 100%;
}

    .aboutus-content.abouts-apge ul {
        margin-bottom: 30px;
    }

    .aboutus-content.abouts-apge .center-title {
        margin-bottom: 0;
    }

.home-slider .del {
    float: left;
    width: 50%;
    text-align: left;
    padding-top: 8%;
    padding-bottom: 8%;
    text-align: center;
}

.home-slider img {
    display: block;
    width: 40% !important;
    float: right !important;
    margin-top: 12%;
    margin-bottom: 7%;
    text-align: left;
}


.home-slider .del h1 {
    font-size: 45px;
    line-height: 50px;
    width: 100%;
    float: left;
    color: #274065;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}

.home-slider .del span {
    font-size: 23px;
    line-height: 30px;
    font-weight: 700;
    color: #274065;
    margin-bottom: 20px;
    margin-top: 20px;
    display: block;
    width: 100%;
    float: left;
    margin-left: 10px;
}

.cloud-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 3s infinite alternate;
}

.cloud-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}


.pro-btn {
    display: inline-block;
    /* vertical-align: middle; */
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    margin: 15px 0px 0px;
    padding: 10px 6px;
    cursor: pointer;
    border: 1px solid #53a0d1;
    text-decoration: none;
    border-radius: 0px;
    width: 240px;
    line-height: normal;
    text-transform: uppercase;
}

.pro1 {
    color: #fff;
    background: #2f6d9d !important;
    background: -moz-linear-gradient(bottom, #00b0e6 0%, #032963 100%) !important;
    background: -webkit-linear-gradient(bottom, #00b0e6 0%, #032963 100%) !important;
    background: -o-linear-gradient(bottom, #00b0e6 0%, #032963 100%) !important;
    background: -ms-linear-gradient(bottom, #00b0e6 0%, #032963 100%) !important;
    background: linear-gradient(to bottom, #00b0e6 0%, #032963 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#246bad', endColorstr='#bcd033', GradientType=0);
}

    .pro1:hover,
    .pro1:focus {
        background: #258ab2;
        color: #fff !important;
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

.pro2:hover,
.pro2:focus {
    background: #2f6d9d !important;
    background: -moz-linear-gradient(bottom, #00b0e6 0%, #032963 100%) !important;
    background: -webkit-linear-gradient(bottom, #00b0e6 0%, #032963 100%) !important;
    background: -o-linear-gradient(bottom, #00b0e6 0%, #032963 100%) !important;
    background: -ms-linear-gradient(bottom, #00b0e6 0%, #032963 100%) !important;
    background: linear-gradient(to bottom, #00b0e6 0%, #032963 100%) !important;
    color: #fff !important;
    border: 1px solid #53a0d1;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.pro2 {
    background: #258ab200;
    color: #024e87;
    border: 1px solid #024e87;
}

.pro11 {
    color: #fff;
    border: 1px solid #f9fbed85;
    background: #fd832d !important;
    background: -moz-linear-gradient(bottom, #febe50 0%, #fd832d 100%) !important;
    background: -webkit-linear-gradient(bottom, #febe50 0%, #fd832d 100%) !important;
    background: -o-linear-gradient(bottom, #febe50 0%, #fd832d 100%) !important;
    background: -ms-linear-gradient(bottom, #febe50 0%, #fd832d 100%) !important;
    background: linear-gradient(to bottom, #febe50 0%, #fd832d 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#246bad', endColorstr='#bcd033', GradientType=0);
}


.pro1113 {
    color: #fff;
    border: 1px solid #f9fbed85;
    background: #fd832d !important;
    background: -moz-linear-gradient(bottom, #eb7d70 0%, #de5a6f 100%) !important;
    background: -webkit-linear-gradient(bottom, #eb7d70 0%, #de5a6f 100%) !important;
    background: -o-linear-gradient(bottom, #eb7d70 0%, #de5a6f 100%) !important;
    background: -ms-linear-gradient(bottom, #eb7d70 0%, #de5a6f 100%) !important;
    background: linear-gradient(to bottom, #eb7d70 0%, #de5a6f 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#246bad', endColorstr='#bcd033', GradientType=0);
}


    .pro11:hover,
    .pro11:focus,
    .pro1113:hover,
    .pro1113:focus {
        background: #258ab2;
        color: #fff !important;
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

.pro22:hover,
.pro22:focus {
    background: #fd832d !important;
    background: -moz-linear-gradient(bottom, #febe50 0%, #fd832d 100%) !important;
    background: -webkit-linear-gradient(bottom, #febe50 0%, #fd832d 100%) !important;
    background: -o-linear-gradient(bottom, #febe50 0%, #fd832d 100%) !important;
    background: -ms-linear-gradient(bottom, #febe50 0%, #fd832d 100%) !important;
    background: linear-gradient(to bottom, #febe50 0%, #fd832d 100%) !important;
    color: #fff !important;
    border: 1px solid #f9fbed;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.pro22 {
    background: #258ab200;
    color: #fe872d;
    border: 1px solid #fe842e;
}

.pro2223 {
    background: #258ab200;
    color: #de5a6f;
    border: 1px solid #e67170;
}

    .pro2223:hover,
    .pro2223:focus {
        background: #fd832d !important;
        background: -moz-linear-gradient(bottom, #eb7d70 0%, #de5a6f 100%) !important;
        background: -webkit-linear-gradient(bottom, #eb7d70 0%, #de5a6f 100%) !important;
        background: -o-linear-gradient(bottom, #eb7d70 0%, #de5a6f 100%) !important;
        background: -ms-linear-gradient(bottom, #eb7d70 0%, #de5a6f 100%) !important;
        background: linear-gradient(to bottom, #eb7d70 0%, #de5a6f 100%) !important;
        color: #fff !important;
        border: 1px solid #f9fbed;
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

.pro111 {
    color: #fff;
    border: 1px solid #7d7c7b;
    background: #686766 !important;
    background: -moz-linear-gradient(bottom, #e6e7e6 0%, #686766 100%) !important;
    background: -webkit-linear-gradient(bottom, #e6e7e6 0%, #686766 100%) !important;
    background: -o-linear-gradient(bottom, #e6e7e6 0%, #686766 100%) !important;
    background: -ms-linear-gradient(bottom, #e6e7e6 0%, #686766 100%) !important;
    background: linear-gradient(to bottom, #e6e7e6 0%, #686766 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#246bad', endColorstr='#bcd033', GradientType=0);
}

    .pro111:hover,
    .pro111:focus {
        background: #258ab2;
        color: #fff !important;
        border: 1px solid #7d7c7b;
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

.pro222:hover,
.pro222:focus {
    background: #686766 !important;
    background: -moz-linear-gradient(bottom, #e6e7e6 0%, #686766 100%) !important;
    background: -webkit-linear-gradient(bottom, #e6e7e6 0%, #686766 100%) !important;
    background: -o-linear-gradient(bottom, #e6e7e6 0%, #686766 100%) !important;
    background: -ms-linear-gradient(bottom, #e6e7e6 0%, #686766 100%) !important;
    background: linear-gradient(to bottom, #e6e7e6 0%, #686766 100%) !important;
    color: #fff !important;
    border: 1px solid #7d7c7b;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.pro222 {
    background: #258ab200;
    color: #fff;
    border: 1px solid #7d7c7b;
}

.pro1111 {
    color: #fff;
    background: #2f6d9d !important;
    background: -moz-linear-gradient(bottom, #00b0e6 0%, #032963 100%) !important;
    background: -webkit-linear-gradient(bottom, #00b0e6 0%, #032963 100%) !important;
    background: -o-linear-gradient(bottom, #00b0e6 0%, #032963 100%) !important;
    background: -ms-linear-gradient(bottom, #00b0e6 0%, #032963 100%) !important;
    background: linear-gradient(to bottom, #00b0e6 0%, #032963 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#246bad', endColorstr='#bcd033', GradientType=0);
}

    .pro1111:hover,
    .pro1111:focus {
        background: #258ab2;
        color: #fff !important;
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

.pro2222:hover,
.pro2222:focus {
    background: #2f6d9d !important;
    background: -moz-linear-gradient(bottom, #00b0e6 0%, #032963 100%) !important;
    background: -webkit-linear-gradient(bottom, #00b0e6 0%, #032963 100%) !important;
    background: -o-linear-gradient(bottom, #00b0e6 0%, #032963 100%) !important;
    background: -ms-linear-gradient(bottom, #00b0e6 0%, #032963 100%) !important;
    background: linear-gradient(to bottom, #00b0e6 0%, #032963 100%) !important;
    color: #fff !important;
    border: 1px solid #53a0d1;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.pro2222 {
    background: #258ab200;
    color: #024e87;
    border: 1px solid #024e87;
}

.aboutus-content.ch-msg-text {
    text-align: left;
}

.aboutus-content.home-abouts {
    text-align: left;
    max-width: 702px;
}

.aboutus-content.ch-msg-text h3 {
    font-size: 30px;
    font-weight: 900;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    line-height: 30px;
}


.slider-logo .container {
    position: initial;
}

.career-scopes {
    width: 100%;
    display: block;
    padding: 30px 0;
    text-align: center;
}

    .career-scopes img {
        width: 100%;
    }

    .career-scopes .slick-prev {
        background-color: #00000040;
        position: absolute;
        font-size: 0;
        height: 50px;
        width: 50px;
        text-align: center;
        line-height: 50px;
        border-radius: 50%;
        top: 50%;
        padding: 0;
        transition: all 0.3s linear;
        cursor: pointer;
        z-index: 10;
        left: 2%;
        border: none;
    }

        .career-scopes .slick-prev:before {
            font-family: FontAwesome;
            content: "\f104";
            color: #fff;
            font-size: 33px;
        }

    .career-scopes .slick-next {
        background-color: #00000040;
        position: absolute;
        font-size: 0;
        height: 50px;
        width: 50px;
        text-align: center;
        line-height: 50px;
        border-radius: 50%;
        top: 50%;
        padding: 0;
        transition: all 0.3s linear;
        cursor: pointer;
        z-index: 10;
        right: 2%;
        border: none;
    }

        .career-scopes .slick-prev:hover,
        .career-scopes .slick-next:hover {
        }

        .career-scopes .slick-next:before {
            font-family: FontAwesome;
            content: "\f105";
            color: #fff;
            font-size: 33px;
        }

    .career-scopes .group-title-index {
        color: #fff;
    }

        .career-scopes .group-title-index .bottom-title .bottom-icon {
            color: #fff;
        }

        .career-scopes .group-title-index .bottom-title:after,
        .career-scopes .group-title-index .bottom-title:before {
            background-color: #fff;
        }

    .career-scopes .btn-prev {
        background-color: #000;
        opacity: initial;
    }

    .career-scopes .btn-next {
        background-color: #000;
        opacity: initial;
    }

    .career-scopes img {
        margin: auto;
    }

section.ch-msg.ch-msg-home {
    padding: 100px 0px;
}

    section.ch-msg.ch-msg-home .group-title-index {
        text-align: left;
    }

    section.ch-msg.ch-msg-home .bottom-title {
        margin-left: 36px;
    }

.edugate-widget p {
    margin-bottom: 20px;
    line-height: 33px;
    font-size: 16px;
}

.footer-main a {
    font-size: 15px;
}

.mission-12 .container {
    width: 100%;
}

.mission-12 p {
    letter-spacing: 0.5px;
    font-weight: 500;
    color: #191919;
    line-height: 26px;
    font-size: 17px;
    text-align: justify;
}

.ab .container {
    width: 100%;
}

.ab img {
    max-width: 100%;
    width: 100%;
}

.ab p {
    letter-spacing: 0.5px;
    font-weight: 500;
    color: #191919;
    line-height: 26px;
    font-size: 17px;
    text-align: justify;
}

.tz-gallery {
    margin-top: 30px;
}

    .tz-gallery .row > div {
        padding: 7.5px;
    }

    .tz-gallery .lightbox img {
        width: 100%;
        border-radius: 0;
        position: relative;
    }

    .tz-gallery .lightbox:before {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -13px;
        margin-left: -13px;
        opacity: 0;
        color: #fff;
        font-size: 26px;
        font-family: 'Glyphicons Halflings';
        content: '\e003';
        pointer-events: none;
        z-index: 9000;
        transition: 0.4s;
    }


    .tz-gallery .lightbox:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        background-color: rgba(46, 132, 206, 0.7);
        content: '';
        transition: 0.4s;
    }

    .tz-gallery .lightbox:hover:after,
    .tz-gallery .lightbox:hover:before {
        opacity: 1;
    }


    .tz-gallery .lightbox-link img {
        width: 100%;
        border-radius: 0;
        position: relative;
        cursor: pointer;
    }

    .tz-gallery .lightbox-link:before {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -13px;
        margin-left: -13px;
        opacity: 0;
        color: #fff;
        font-size: 26px;
        font-family: 'Glyphicons Halflings';
        content: '\e171';
        pointer-events: none;
        z-index: 9000;
        transition: 0.4s;
        cursor: pointer;
    }


    .tz-gallery .lightbox-link:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        background-color: rgba(46, 132, 206, 0.7);
        content: '';
        transition: 0.4s;
    }

    .tz-gallery .lightbox-link:hover:after,
    .tz-gallery .lightbox-link:hover:before {
        opacity: 1;
    }

.baguetteBox-button {
    background-color: transparent !important;
}

/* video block */
.b-video {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 650px;
    position: relative;
    background: url("../media/content/pages-background/video-bg.jpg") no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

    .b-video:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.15);
        z-index: 1;
    }

    .b-video .video-caption {
        color: #fff;
        font-size: 48px;
        font-weight: 300;
        position: relative;
        z-index: 2;
    }

    .b-video .video-icon {
        display: inline-block;
        vertical-align: middle;
        margin: 0 20px;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        color: #fff;
        font-size: 36px;
        text-align: center;
        position: relative;
        -webkit-transition: opacity 0.3s ease-in-out;
        -moz-transition: opacity 0.3s ease-in-out;
        -ms-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out;
        border: none;
        opacity: .85;
    }

#myModal .modal-header .close {
    margin-top: -13px;
    margin-right: -6px;
    opacity: initial !important;
}


.b-video .video-icon i {
    position: absolute;
    top: 50%;
    margin-top: -18px;
    left: 0;
    right: 0;
    margin-right: -7px;
}

.b-video .video-icon:hover {
}

/* video block */
.b-video .video-icon {
    background: #246bad;
    background: -moz-linear-gradient(top, #246bad 0%, #ff9801 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #246bad), color-stop(100%, #ff9801));
    background: -webkit-linear-gradient(top, #246bad 0%, #ff9801 100%);
    background: -o-linear-gradient(top, #246bad 0%, #ff9801 100%);
    background: -ms-linear-gradient(top, #246bad 0%, #ff9801 100%);
    background: linear-gradient(to bottom, #246bad 0%, #ff9801 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#246bad', endColorstr='#00c8c8', GradientType=0);
}

.sc-course-details .intro-info-tabs {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 30px rgb(0 0 0 / 20%);
    box-shadow: 0px 0px 30px rgb(0 0 0 / 20%);
    padding: 20px 10px !important;
    /*padding-bottom: 20px !important;
    margin-top:30px;*/
}

    .sc-course-details .intro-info-tabs .post-img {
        padding-bottom: 30px;
    }

.b-course {
    padding: 30px 0px;
}

.sc-course-details .intro-info-tabs .post-img img {
    width: 100%;
}

.sc-course-details .intro-tabs,
.sc-course-details .tabs-content {
    padding-left: 10px;
    padding-right: 10px;
}

.sc-course-details .intro-tabs {
    position: relative;
    border: none;
}

    .sc-course-details .intro-tabs .tab-btns {
        position: relative;
        text-align: center;
        width: 33.33%;
        padding-right: 5px;
    }

    .sc-course-details .intro-tabs.tab-mood2 .tab-btns {
        position: relative;
        text-align: center;
        width: 50%;
        padding-right: 5px;
    }

.nav-tabs > li .tab-btn {
    position: relative;
    display: block;
    width: 100%;
    font-size: 18px;
    color: #102d47;
    font-weight: 500;
    line-height: 24px;
    cursor: pointer;
    float: left;
    padding: 12px 20px 10px;
    transition: all 500ms ease;
    background: #e4f4ff;
    border-radius: 0;
    /*border: none;*/
    /*font-family: 'Jost', sans-serif;*/
}

.sc-course-details .intro-tabs .tab-btns2 {
    position: relative;
    text-align: center;
    width: 33.33%;
    padding-right: 5px;
}

.nav-tabs > li .tab-btn2 {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    color: #102d47;
    font-weight: 500;
    line-height: 24px;
    cursor: pointer;
    float: left;
    padding: 10px 15px 10px;
    transition: all 500ms ease;
    /* background: #e4f4ff; */
    border-radius: 0;
    margin: 0px !important;
}

.course-overview {
    /*margin-bottom: 40px;*/
}

    .course-overview p {
        text-align: justify;
        color: #49575f !important;
        font-weight: 500 !important;
        padding-left: 0px;
        padding-bottom: 0px;
        font-size: 17px;
        line-height: 28px;
    }


    .course-overview .inner-boxp {
        text-align: justify;
        font-size: 17px;
        color: #49575f;
        line-height: 32px;
        /* font-weight: bold;*/
    }


.fade {
    transition: opacity .15s linear;
}

.nav-tabs > li.active .tab-btn {
    color: #ffffff !important;
    background: #01619e !important;
}

.sc-course-details .intro-tabs,
.sc-course-details .tabs-content {
    padding-left: 10px;
    padding-right: 10px;
}

.accordion-box {
    position: relative;
}

.mt-20 {
    margin-top: 20px;
}

/* -----------------------------------
11. Accordion Section CSS
-------------------------------------*/
.accordion-box {
    position: relative;
}

    .accordion-box .block {
        position: relative;
        background-color: #fff;
        border: none;
        box-shadow: 0px 0px 5px 0px #00000026;
    }

        .accordion-box .block .acc-btn {
            position: relative;
            width: 100%;
            text-align: left;
            font-size: 16px;
            margin-bottom: 0px;
            cursor: pointer;
            line-height: 24px;
            font-weight: bold;
            color: #fff;
            padding: 0 10px;
            height: 40px;
            line-height: 39px;
            text-decoration: none !important;
            text-transform: capitalize;
            transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
        }

            .accordion-box .block .acc-btn:after {
                position: absolute;
                font-family: FontAwesome;
                content: "\f107";
                right: 25px;
                top: 50%;
                transform: translateY(-50%);
                text-align: center;
                font-weight: 400;
                color: #fff;
                padding: unset;
                transition: all 0.3s ease;
            }

            .accordion-box .block .acc-btn.collapsed:after {
                content: "\f106";
            }

        .accordion-box .block .card-header {
            position: relative;
            padding: 0;
            border: none;
            background-color: #01619e;
        }

        .accordion-box .block .content {
            position: relative;
            padding: 15px 40px 15px;
            font-size: 14px;
        }

        .accordion-box .block .play-icon {
            position: relative;
            color: #626262;
            text-align: left;
            display: inline-block;
            padding-left: 5px;
        }

            .accordion-box .block .play-icon span {
                padding-right: 20px;
                color: #647b9c;
            }

            .accordion-box .block .play-icon .fa {
                position: absolute;
                z-index: 99;
                font-weight: 400;
                font-size: 16px;
                text-align: center;
                border-radius: 50%;
                padding-left: 4px;
                margin-right: 30px;
                display: inline-block;
                color: #647b9c;
                margin: 0px;
                top: 5px;
                left: -30px;
            }

            .accordion-box .block .play-icon:hover:before {
                background: #f24d5d;
            }

.cource-review-box {
    position: relative;
    padding: 0px 30px;
}

    .cource-review-box h4 {
        position: relative;
        color: #102d47;
        font-weight: 600;
        line-height: 1.3em;
        margin-bottom: 15px;
        font-size: 20px;
    }

    .cource-review-box .rating {
        position: relative;
        color: #626262;
        font-size: 16px;
    }

        .cource-review-box .rating .fa {
            position: relative;
            color: #f24d5d;
            margin: 0px 2px;
            font-size: 16px;
        }

    .cource-review-box .total-rating {
        position: relative;
        color: #f24d5d;
        font-size: 16px;
        font-weight: 600;
        margin-right: 5px;
    }

    .cource-review-box .text {
        position: relative;
        color: #626262;
        font-size: 16px;
        line-height: 1.8em;
        margin-top: 15px;
    }

    .cource-review-box .helpful {
        position: relative;
        color: #393939;
        font-size: 16px;
        line-height: 1.8em;
        margin-top: 12px;
        font-weight: 500;
        margin-bottom: 15px;
    }

    .cource-review-box .like-option {
        position: relative;
    }

        .cource-review-box .like-option li {
            position: relative;
            margin-right: 10px;
            display: inline-block;
        }

            .cource-review-box .like-option li i {
                position: relative;
                width: 36px;
                height: 36px;
                color: #626262;
                text-align: center;
                line-height: 36px;
                border-radius: 50px;
                display: inline-block;
                background-color: #eaeff5;
            }

                .cource-review-box .like-option li i:hover {
                    color: #21a7d0;
                }

        .cource-review-box .like-option .report {
            position: relative;
            color: #333;
            font-size: 14px;
            font-weight: 500;
        }

            .cource-review-box .like-option .report:hover {
                color: #21a7d0;
            }

    .cource-review-box .more {
        position: relative;
        color: #f24d5d;
        font-size: 14px;
        font-weight: 500;
        margin-top: 30px;
        display: inline-block;
    }

.readon:hover {
    color: #ffffff;
    background: #f65403;
}

.readon {
    outline: none;
    border: none;
    padding: 10px 15px;
    border-radius: 3px;
    display: inline-block;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 18px;
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    color: #ffffff;
    background: #f65403;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.5s ease;
    cursor: pointer;
}

    .readon:after {
        position: absolute;
        content: '';
        right: 100%;
        background-color: #01619e;
        width: 100%;
        height: 100%;
        top: 0;
        z-index: -1;
        transition: all 0.5s ease;
    }

    .readon:hover:after {
        right: 0;
    }

.course-features-info a.readon:nth-child(5) {
    background-color: #01619e;
}

    .course-features-info a.readon:nth-child(5):after {
        background: #f65403;
    }

.course-sidebar-area .course-features-info .readon {
    display: block;
    text-align: center;
}

.sc-course-details .readon {
    padding: 10px 20px;
}

.sc-course-details .readon {
    padding: 10px 20px;
}

.readon:hover i {
    left: 4px;
}

.readon i {
    position: relative;
    top: 2px;
    transition: 0.4s;
    left: 0;
}

.course-sidebar-area {
    position: relative;
    z-index: 1;
}


.video-course {
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 15px;
}


    .video-course .b-video {
        height: 182px;
        width: 100%;
        margin-bottom: 0;
    }


.title-box {
    background: #3581c7;
    color: #fff;
    padding: 10px 15px;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 15px;
    border-radius: 0px;
    text-transform: uppercase;
}

.me-sec-box {
    -webkit-box-shadow: 0 10px 25px 0 rgba(28, 30, 35, 0.15);
    -moz-box-shadow: 0 10px 25px 0 rgba(28, 30, 35, 0.15);
    box-shadow: 0 10px 25px 0 rgba(28, 30, 35, 0.15);
    margin-bottom: 15px;
    background: #fff;
    padding: 0;
}

.text-c-w {
    color: #fff;
}

.service-f-p {
    padding-bottom: 40px;
}

.text-cap {
    text-transform: capitalize !important;
}

.text-f-n {
    text-transform: none !important;
}

.form-control2 {
    height: 36px;
    border-radius: 2px;
    font-size: 14px;
    background: none;
    border: 1px solid #d8d8d8;
    box-shadow: none;
    line-height: normal;
    width: 100%;
    padding: 5px 5px !important;
    border-radius: 0px !important;
}

.mgbt-15 {
    margin-bottom: 15px !important;
}


.table-me {
}

    .table-me > tbody > tr > td,
    .table-me > tbody > tr > th,
    .table-me > tfoot > tr > td,
    .table-me > tfoot > tr > th,
    .table-me > thead > tr > td,
    .table-me > thead > tr > th {
        padding: 5px 10px;
        line-height: normal;
        vertical-align: top;
        border-top: 1px solid #d8d8d8 !important;
    }

    .table-me > tbody > tr > th {
        background: #b9d6f1;
        font-size: 13px !important;
        text-transform: uppercase;
        font-weight: 600 !important;
    }

.table td,
.table th {
    border-color: #d8d8d8 !important;
}

.button-me {
    background: #3581c7;
    border: 1px solid #3581c7;
    padding: 5px 3px;
    line-height: normal;
    font-size: 12px;
    text-transform: uppercase;
    font-family: sans-serif;
    color: #fff;
    position: relative;
}

    .button-me:hover,
    .button-me:focus {
        background: #125ca0;
    }

.btn2 {
    color: #fff;
    border: 1px solid #3581c7;
    background: #3581c7;
    font-weight: 500;
    padding: 5px 25px;
    border-radius: 0px;
}

    .btn2:hover,
    .btn2:focus {
        background: #125ca0;
    }

.radio {
    padding-left: 22px;
}

    .radio label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-left: 5px;
        padding-right: 31px !important;
        margin-bottom: 0px;
        line-height: 16px;
    }

        .radio label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 50%;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out;
            transition: border 0.15s ease-in-out;
        }

        .radio label::after {
            display: inline-block;
            position: absolute;
            content: " ";
            width: 11px;
            height: 11px;
            left: 3px;
            top: 3px;
            margin-left: -20px;
            border-radius: 50%;
            background-color: #555555;
            -webkit-transform: scale(0, 0);
            -ms-transform: scale(0, 0);
            -o-transform: scale(0, 0);
            transform: scale(0, 0);
            -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        }

    .radio input[type="radio"] {
        opacity: 0;
        z-index: 1;
        outline: none !important;
    }

        .radio input[type="radio"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .radio input[type="radio"]:checked + label::after {
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            transform: scale(1, 1);
        }

        .radio input[type="radio"]:disabled + label {
            opacity: 0.65;
        }

            .radio input[type="radio"]:disabled + label::before {
                cursor: not-allowed;
            }

    .radio.radio-inline {
        margin-top: 0;
    }

.radio-primary input[type="radio"] + label::after {
    background-color: #337ab7;
}

.radio-primary input[type="radio"]:checked + label::before {
    border-color: #337ab7;
}

.radio-primary input[type="radio"]:checked + label::after {
    background-color: #337ab7;
}

.radio-danger input[type="radio"] + label::after {
    background-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::before {
    border-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::after {
    background-color: #d9534f;
}

.input-box {
    position: relative;
}

.development-section {
    padding: 40px 0;
    display: block;
}

/* ------------------------ Skill ------------------------*/
.ht-progress-bar {
    margin: 15px 0;
}

    .ht-progress-bar h4 {
        color: #222021;
        font-weight: 500;
        font-size: 14px;
    }

    .ht-progress-bar .progress {
        height: 12px;
        border-radius: 0px;
        background: #eceff8;
        overflow: visible;
        border-radius: 5px;
        padding: 4px;
    }

        .ht-progress-bar .progress .progress-bar {
            background: #222021;
            position: relative;
            overflow: visible;
            border-radius: 5px;
        }

    .ht-progress-bar .progress-parcent {
        position: absolute;
        right: 0px;
        top: -42px;
        color: #222021;
        font-size: 16px;
    }

    .ht-progress-bar.style-2 .progress .progress-bar {
        background: #fa0000;
        /* Old browsers */
        background: -moz-linear-gradient(left, #fa0000 0%, #2989d8 50%, #207cca 50%, #7db9e8 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #fa0000 0%, #2989d8 50%, #207cca 50%, #7db9e8 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #fa0000 0%, #2989d8 50%, #207cca 50%, #7db9e8 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa0000', endColorstr='#7db9e8', GradientType=1);
        /* IE6-9 */
    }

.theme-bg .ht-progress-bar .progress {
    background: rgba(255, 255, 255, 0.2);
}

    .theme-bg .ht-progress-bar .progress .progress-bar {
        background: #ffffff
    }

.theme-bg .ht-progress-bar h4,
.theme-bg .ht-progress-bar .progress-parcent,
.dark-bg .ht-progress-bar h4,
.dark-bg .ht-progress-bar .progress-parcent {
    color: #ffffff
}

.ht-progress-bar.style-3 .progress-bar .progress-parcent {
    background: #fa0000;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    padding: 0 8px;
    position: absolute;
    right: -5px;
    text-align: center;
    top: -35px;
}

    .ht-progress-bar.style-3 .progress-bar .progress-parcent::before {
        background: #fa0000;
        bottom: -2px;
        content: "";
        display: block;
        height: 5px;
        left: 50%;
        margin-left: -2px;
        position: absolute;
        transform: rotate(45deg);
        width: 5px;
    }

.about-img {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}


.img-home {
    width: 100%;
    float: left;
}


.development-prd {
    width: 100%;
    float: left;
    margin-top: 40px;
    padding-bottom: 50px;
}

    .development-prd ul {
        list-style: none;
        padding: 0;
        margin: 0
    }

        .development-prd ul li {
            width: 100%;
            float: left;
            margin-bottom: 20px;
        }

            .development-prd ul li .col-box-1 {
                width: 33%;
                float: left;
            }

            .development-prd ul li .col-box-2 {
                width: 65%;
                float: right;
                padding-top: 15px;
            }

            .development-prd ul li:nth-child(2n) .col-box-1 {
                float: right;
            }

            .development-prd ul li:nth-child(2n) .col-box-2 {
                float: left;
            }

.w-100 {
    width: 100% !important;
}

.development-prd h3 {
    font-size: 24px;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 30px;
    color: #222021;
}

h2.title {
    color: #01619e;
    font-size: 35px;
    font-style: normal;
    line-height: 35px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: capitalize;
    position: relative;
    font-family: system-ui;
    margin-top: 5px;
}

    h2.title span {
        font-weight: 700;
        color: #3b6caa;
        font-size: 40px;
    }

.pre-title {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    margin-top: 15px;
    display: flex;
    justify-content: center;
}

.check-list {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
}

    .check-list li i {
        padding-right: 10px;
    }

.check-list2 {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .check-list2 li {
        padding-left: 10px;
    }

        .check-list2 li:before {
            content: "\f046";
            font-family: FontAwesome;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            white-space: nowrap;
            word-wrap: normal;
            direction: ltr;
            line-height: 1;
            -webkit-font-feature-settings: "liga";
            -webkit-font-smoothing: antialiased;
            position: relative;
            left: -10px;
        }

.section.course-page {
    padding: 50px 0 90px;
    min-height: 320px;
}

.video-box .video-frame {
    width: 100%;
    height: 450px;
}

.video-section {
    display: flex;
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    padding: 50px 0px 30px;
}

.video-box-inner {
    /* width: 1170px;*/
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

    .video-box-inner .video-box {
        padding: 10px 10px 5px;
        box-shadow: 0 2px 4px rgb(0 0 0 / 8%), 0 4px 12px rgb(0 0 0 / 8%);
        margin-bottom: 20px;
    }


.TollFreeNo {
    position: fixed;
    z-index: 99;
    right: 15px;
    bottom: 15px;
    /* padding-left: 30px; */
}

    .TollFreeNo .TFN-inner {
        display: flex;
        flex-direction: column;
        padding: 8px 15px 8px 60px;
        position: relative;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-evenly;
        /* padding-left: 45px; */
        align-content: flex-start;
        background: #fff;
        border-radius: 35px;
        /* width: 197px; */
        box-shadow: 0 2px 4px rgb(0 0 0 / 8%), 0 4px 12px rgb(0 0 0 / 8%);
    }

        .TollFreeNo .TFN-inner i {
            font-size: 40px;
            color: #fb8b20;
            position: absolute;
            left: 15px;
            top: 13px;
        }

        .TollFreeNo .TFN-inner h6 {
            margin: 0px 0px 3px;
            font-size: 16px;
            color: #000;
        }

        .TollFreeNo .TFN-inner h5 {
            margin: 0px 0px 0px;
            color: #01619e;
            font-size: 20px;
            font-weight: 600;
        }

.TFN-inner {
    background: #fff;
    cursor: pointer;
    padding: 5px;
    position: relative;
    z-index: 0;
}

    .TFN-inner:before {
        content: '';
        background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
        position: absolute;
        top: -2px;
        left: -2px;
        background-size: 400%;
        z-index: -1;
        filter: blur(5px);
        width: calc(100% + 4px);
        height: calc(100% + 4px);
        animation: glowing 20s linear infinite;
        opacity: 1;
        transition: opacity .3s ease-in-out;
        border-radius: 35px;
    }

    .TFN-inner:active {
        color: #000
    }

        .TFN-inner:active:after {
            background: #ffffffe6;
        }

    .TFN-inner:hover:before {
        opacity: 1;
    }

    .TFN-inner:after {
        z-index: -1;
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: #ffffff;
        left: 0;
        top: 0;
        border-radius: 35px;
    }

@keyframes glowing {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 400% 0;
    }

    100% {
        background-position: 0 0;
    }
}

.our-center-align {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

@media only screen and (max-width:1920px) {
    .content-slide:after {
        width: 67.5%;
    }

    .section-me1 video {
        left: 50%;
    }
}

.whychoose li {
    padding-left: 5px !important;
}

.whychoose {
    margin-left: 20px !important;
}

@media only screen and (max-width:1450px) {
    .content-slide:after {
        width: 75.5%;
    }

    .section-me1 video {
        left: 30%;
    }

    .ch-msg ol li {
        font-size: 15px !important;
        line-height: 24px;
        padding-left: 5px;
    }

    .whychoose li {
        padding-left: 5px !important;
    }

    

    .info-more .item i,
    .info-more .item p {
        font-size: 14px !important;
    }

    .tab-content .course-overview ol li,
    .tab-content .course-overview ul li {
        font-size: 15px;
    }

    .footer-main a {
        font-size: 15px;
    }

    p,
    a,
    label,
    span {
        font-size: 13px;
    }

    .home-hading h3::after {
        left: 84%;
    }

    .career-scopes img {
        width: auto;
        max-height: 538px;
    }
}

.r-img-on-g-1367,
.r-img-on-l-1367 {
    display: none;
}

@media (min-width:1451px) and (max-width:1920px) {
    .video-box-inner .vo1 {
        width: 280px;
    }

    .video-box-inner .vo2 {
        width: 720px;
    }

    .video-box-inner .vo1 iframe {
        height: 360px;
    }

    .video-box-inner .vo2 iframe {
        height: 400px;
    }

    .career-scopes img {
        width: auto;
        max-height: 800px;
    }

    .r-img-on-g-1367 {
        display: block;
    }

    .grid-effect .item {
        width: 20%;
    }
}

@media (min-width:1280px) and (max-width:1450px) {
    .video-box-inner .vo1 {
        width: 223px;
    }

    .video-box-inner .vo2 {
        width: 659px;
    }

    .video-box-inner .vo1 iframe {
        height: 360px;
    }

    .video-box-inner .vo2 iframe {
        height: 360px;
    }

    .grid-effect .item {
        width: 33.33%;
    }

    header .header-main .edugate-dropdown-menu-2.left {
       /* max-height: 300px;
        overflow-y: auto;*/
    }
    header .header-main .edugate-dropdown-menu-1 li .link-page span {
        font-size: 14px;
        line-height: 24px;
    }
    header .header-main .edugate-dropdown-menu-1 li .link-page, header .header-main .edugate-dropdown-menu-2 li .link-page {
        font-size: 13px;
        line-height: 24px;
    }
 }
@media (min-width:769px) and (max-width:1279px) {
    
    header .header-main .navigation .nav-links li .main-menu > span:nth-child(3) {
        display: none;
    }


}


@media (min-width:1024px) and (max-width:1199px) {
    .video-box-inner .vo1 {
        width: 189px;
    }

    .video-box-inner .vo2 {
        width: 552px;
    }

    .video-box-inner .vo1 iframe {
        height: 300px;
    }

    .video-box-inner .vo2 iframe {
        height: 300px;
    }

    .grid-effect .item {
        width: 33.33%;
    }

    .grid-effect .item {
        width: 50%;
    }

    .our-center-align {
        flex-direction: column;
    }


    .grid-effect .item {
        width: 33.33%;
    }

    header .header-main .edugate-dropdown-menu-2.left {
        max-height: 300px;
        overflow-y: auto;
    }
    .plan-list {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .bd-pricing-plan-wrap.style-four .bd-pricing-content {
        padding: 15px;
    }
    .testimonial-area-5 {
        display: none;
    }
}

@media (min-width:260px) and (max-width:1450px) {
    .r-img-on-l-1367 {
        display: block;
    }
}

@media (min-width:641px) and (max-width:768px) {


    .career-scopes img {
        width: auto;
        max-height: 250px;
    }

    .video-box .video-frame {
        height: 300px;
    }

    .video-box {
        width: 100%;
    }

    .our-center-align {
        flex-direction: column;
    }
    .plan-list {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .bd-pricing-plan-wrap.style-four .bd-pricing-content {
        padding: 15px;
    }
    .testimonial-area-5 {
        display: none;
    }
      
}

@media (min-width:641px) and (max-width:767px) {
    .our-center-align {
        flex-direction: column;
    }

    .career-scopes img {
        width: auto;
        max-height: 250px;
    }

    .video-box .video-frame {
        height: 300px;
    }

    .video-box {
        width: 100%;
    }

    header .header-main .navigation .nav-links li .main-menu i {
        display: inline-block;
        width: 36px;
        margin: 0px auto;
        height: 24px;
        position: relative;
        top: 4px;
        color: #f65403;
        font-size: 20px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .plan-list {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .bd-pricing-plan-wrap.style-four .bd-pricing-content {
        padding: 15px;
    }

    .testimonial-area-5 {
        display: none;
    }
}

@media (min-width:260px) and (max-width:767px) {
    .video-box-inner .vo1 {
        width: 280px;
    }

    .video-box-inner .vo2 {
        width: 280px;
    }

    .video-box-inner .vo1 iframe {
        height: 462px;
    }

    .video-box-inner .vo2 iframe {
        height: 146px;
    }

    .video-box-inner {
        /* width: 1170px; */
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .plan-list {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .bd-pricing-plan-wrap.style-four .bd-pricing-content {
        padding: 15px;
    }
    .testimonial-area-5 {
        display: none;
    }
 }

.enquire-now.e2 {
    left: 265px;
}

@media (min-width:260px) and (max-width:640px) {
    .enquiryform table > thead > tr {
        display: none;
    }

    .enquiryform table > tbody > tr {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        width: 100%;
    }

    .nav-tabs > li .tab-btn {
        font-size: 15px;
        padding: 12px 5px 10px;
    }

    .sc-course-details .intro-info-tabs {
        padding: 20px 10px !important;
    }

    .our-center-align {
        flex-direction: column;
    }

    header .header-main .navigation .nav-links li .main-menu i {
        display: inline-block;
        width: 36px;
        margin: 0px auto;
        height: 24px;
        position: relative;
        top: 4px;
        color: #f65403;
        font-size: 20px;
        padding-right: 0px;
        padding-left: 0px;
        display: none;
    }

    .career-scopes img {
        width: auto;
        max-height: 180px;
    }

    .video-box .video-frame {
        height: 250px;
    }

    .video-box {
        width: 100%;
    }

    .enquire-now img {
        width: 180px;
    }

    .TollFreeNo {
        bottom: 100px;
    }
    .enquire-now.e2 {
        left: auto;
        right: 5px;
    }

    .TollFreeNo .TFN-inner {
        display: flex;
        flex-direction: column;
        padding: 5px 12px 5px 40px;
    }

    .TollFreeNo .TFN-inner h6 {
        margin: 0px 0px 0px;
        font-size: 10px;
        color: #000;
    }

    .TollFreeNo .TFN-inner h5 {
        margin: 0px 0px 0px;
        color: #01619e;
        font-size: 16px;
        font-weight: 600;
    }

    .TollFreeNo .TFN-inner i {
        font-size: 28px;
        color: #fb8b20;
        position: absolute;
        left: 11px;
        top: 8px;
    }


    .enquire-now {
        position: fixed;
        z-index: 999;
        bottom: 25px;
        left: 5px;
    }
    
}

@media (min-width:260px) and (max-width:1024px) {
    .sm-box {
        display: none;
    }

    .page-title {
        height: auto;
        padding: 30px 0px;
    }

    .blog-des-img {
        margin-bottom: 30px;
    }

    .eng-box {
        padding-right: 0px !important;
    }

    .cd-popup-trigger-btn,
    .cd-popup-trigger-btn2 {
        display: none;
    }

    header .header-main .edugate-dropdown-menu-2.left {
        max-height: 200px;
        overflow-y: auto;
    }

    .plan-list {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .bd-pricing-plan-wrap.style-four .bd-pricing-content {
        padding: 15px;
    }

    .testimonial-area-5 {
        display: none;
    }
}


.eng-box, .hin-box {
    padding-right: 55px;
}

.about-img img {
    width: 100%;
}

.sq-list {
    padding-left: 0px;
    margin-left: 20px;
    font-size: 17px;
    list-style: square;
    letter-spacing: 0.5px;
    font-weight: 500;
    color: #191919;
}

    .sq-list li {
        line-height: 28px;
    }

.sq-list2 {
    padding-left: 0px;
    margin-left: 17px;
    text-align: justify;
    font-size: 16px;
    color: #000;
    list-style: square;
}

    .sq-list2 li {
        line-height: 25px;
        margin-bottom: 0px;
    }

.mb-30 {
    margin-bottom: 30px;
}

.sc-course-details .intro-tabs .tab-btns .tab-btn:hover,
.sc-course-details .intro-tabs .tab-btns .tab-btn.active {
    color: #ffffff;
    background: #01619e;
}

.like-mode {
    list-style: none;
    font-size: 16px;
    font-weight: 600;
    margin: 30px 0px 0px 0px;
    padding-left: 0px;
}

    .like-mode li {
        line-height: 40px;
        position: relative;
        padding: 0px 10px;
        background: #f4fcff;
        margin-bottom: 10px;
    }

        .like-mode li i {
            position: relative;
            padding-right: 15px;
            font-size: 120%;
            /* left: -30px; */
            top: 1px;
        }


.enquiryform {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 30px;
}


    .enquiryform h3 {
        color: #01619e;
        font-size: 18px;
        font-weight: 500;
        padding: 5px 10px;
        margin: 0;
        position: absolute;
        background: #fff;
        top: -13px;
        left: 10px;
    }

    .enquiryform .from-box {
        width: 100%;
        float: left;
        border: solid 1px #e5e5e5;
        padding: 30px 20px 20px;
    }

.from-box.career-from {
    width: 100%;
    float: left;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 30px rgb(0 0 0 / 20%);
    box-shadow: 0px 0px 30px rgb(0 0 0 / 20%);
    padding: 30px 30px;
}

    .from-box.career-from p {
        font-weight: 500;
        color: #191919;
        line-height: 26px;
        font-size: 17px;
        text-align: justify;
        letter-spacing: 0.5px;
        margin-bottom: 15px;
    }

    .from-box.career-from ol,
    .from-box.career-from ul {
        font-weight: 500;
        color: #191919;
        line-height: 26px;
        font-size: 17px;
        text-align: justify;
        letter-spacing: 0.5px;
        margin-bottom: 15px;
        padding-left: 0px;
        margin-left: 20px;
    }

        .from-box.career-from ol li,
        .from-box.career-from ul li {
            padding-left: 5px;
            padding-bottom: 5px;
        }

.form-label {
    font-weight: 600;
    color: #191919;
}

.enquiryform .from-box.career-from {
    width: 100%;
    float: left;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 30px rgb(0 0 0 / 20%);
    box-shadow: 0px 0px 30px rgb(0 0 0 / 20%);
    padding: 30px 30px;
}


    .enquiryform .from-box.career-from .form-control {
        background-color: #fff;
        -webkit-box-shadow: 0px 0px 30px rgb(0 0 0 / 20%);
        box-shadow: 0px 0px 30px rgb(0 0 0 / 20%);
    }

.enquiryform table {
    border-collapse: collapse;
    caption-side: bottom;
    width: 100%;
    float: left;
}

.enquiryform th,
.enquiryform td {
    border: solid 1px #ccc;
    padding: 4px;
}

.enquiryform thead {
    /* background: #070707;*/
}

    .enquiryform thead th {
        /* color: #232835;*/
        /* border: solid 1px #aa7171; */
        font-size: 13px;
    }


.enquiryform .btn2 {
    color: #fff;
    border: 1px solid #3581c7;
    background: #3581c7;
    font-weight: 500;
    padding: 7px 25px;
    border-radius: 0px;
    margin: auto;
    cursor: pointer;
    border-radius: 8px;
}

    .enquiryform .btn2:hover {
        background: #070707;
    }

.button-me {
    background: #3581c7;
    border: 1px solid #3581c7;
    padding: 5px 3px;
    line-height: normal;
    font-size: 12px;
    text-transform: uppercase;
    font-family: sans-serif;
    color: #fff;
    position: relative;
}


    .button-me:hover,
    .button-me:focus {
        background: #125ca0;
    }


.file-type {
    font-size: 10px;
    color: #3581c7;
    font-weight: 500;
}


.form-control2 {
    height: 36px;
    border-radius: 2px;
    font-size: 14px;
    background: none;
    border: 1px solid #d8d8d8;
    box-shadow: none;
    line-height: normal;
    width: 100%;
    padding: 5px 5px !important;
    border-radius: 0px !important;
}

.enquiryform label {
    font-size: 13px;
    line-height: 25px;
    text-transform: uppercase;
}

    .enquiryform label > input[type="radio"] {
        margin-right: 6px;
        /* margin-top: 4px; */
        position: relative;
        top: 1px;
    }


.edugate-content .comment.item i {
    float: left;
    margin-top: 3px;
}


.edugate-content .comment.item p {
    float: right;
    width: 90%;
    line-height: 21px;
}

.week-list-1 {
    width: 100%;
    float: left;
}

    .week-list-1 strong {
        color: #000;
        font-size: 16px;
        position: relative;
    }


.sc-course-details .intro-info-tabs .course-overview h4 {
    /* background: #f24d5d; */
    padding: 5px 0px;
    color: #102d47;
    font-size: 18px;
    font-weight: bold;
    margin: 15px 0px 0px;
}

.form-control {
    height: 38px;
    padding: 6px 12px;
    border-radius: 0px !important;
}

.member-des h2 {
    color: #01619e;
    font-size: 30px;
    font-weight: 600;
}

.member-des h3 {
    color: #01619e;
    font-size: 30px;
    font-weight: 600;
}

.ch-msg-home p {
    font-weight: 400;
    color: #191919;
    line-height: 29px;
    font-size: 18px;
    text-align: justify;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    font-family: var(--font-euclid-circular) !important;
}

.ch-msg-whychoose {
    padding: 50px 0;
}

/*.ws_controls {
position: relative;
top: -15px;
}*/
.ch-msg-whychoose {
    padding: 60px 0px 60px !important;
}

#wowslider-container1 .ws_bullets {
    bottom: 10px;
    left: 50%;
}

.SAOF {
    color: #f65403 !important;
}

.SAOF1 {
    color: #f65403 !important;
    background: #fff4f0;
    padding: 10px 10px !important;
    margin-bottom: 15px !important;
}

.SAOF2 {
    color: #01619e !important;
    background: #eef9ff;
    padding: 10px 10px !important;
    margin-bottom: 15px !important;
}

.mt-0 {
    margin-top: 0px !important
}

.table-S {
    margin: 30px 0px 0px;
    font-size: 18px;
}

    .table-S > thead > tr > th,
    .table-S > tfoot > tr > th {
        color: #102d47;
        text-align: center;
    }

    .table-S > tbody > tr > td {
        color: #49575f;
        text-align: center;
    }

.w-1P {
    width: 1%;
}

.text-left {
    text-align: left !important;
}

.highlight {
    color: #ff0000 !important;
    line-height: 16px;
}

.payment-details p {
    font-size: 20px;
    margin: 10px 0px 20px;
    text-transform: capitalize;
    color: #303030;
    font-weight: 400;
    letter-spacing: 1px;
}

.payment-details table.table {
    font-size: 18px;
    color: #303030;
    font-weight: 400;
    letter-spacing: 1px;
}

.mt-33 {
    margin-top: 33px !important;
}

.my-course {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
}

#wowslider-container1 .ws_bullets {
    bottom: 10px !important;
    left: 50%;
}

#wowslider-container1 a.ws_next,
#wowslider-container1 a.ws_prev {
    height: 3.25em !important;
    width: 2.15em !important;
}

.edu-team-grid.team-style-2 {
    padding: 0 30px 36px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.edu-team-grid .thumbnail-wrap {
    position: relative;
}

.edu-team-grid .thumbnail {
    margin-bottom: 25px;
}

    .edu-team-grid .thumbnail a {
        border-radius: 10px;
        position: relative;
        display: block;
    }

        .edu-team-grid .thumbnail a img {
            border-radius: 10px;
            width: 100%;
        }

        .edu-team-grid .thumbnail a:after {
            content: "";
            height: 100%;
            width: 100%;
            background-color: #00619e80;
            border-radius: 10px;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            visibility: hidden;
            opacity: 0;
            -webkit-transition: var(--transition);
            transition: var(--transition);
        }

.team-share-info {
    margin: -5px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0px;
}

.edu-team-grid .team-share-info li {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.team-share-info li a {
    width: 40px;
    height: 40px;
    line-height: 39px;
    border: 2px solid var(--color-white);
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    color: var(--color-white);
    -webkit-transition: var(--transition);
    transition: var(--transition);
    display: block;
}

.edu-team-grid .content {
    /* text-align: center; */
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

    .edu-team-grid .content .title {
        margin-bottom: 4px;
        font-size: 20px;
        color: var(--color-secondary);
        text-align: right;
    }

    .edu-team-grid .content .designation {
        display: inline-block;
    }

.edu-team-grid.team-style-2 .content .designation {
    margin-bottom: 0px;
    color: var(--color-primary);
    width: 100%;
    text-align: right;
}

.edu-team-grid.team-style-2 .content p {
    margin-bottom: 0;
    font-size: 16px;
    text-align: right;
    line-height: 28px;
}

.edu-team-grid.team-style-2:after {
    content: "";
    height: 75%;
    width: 100%;
    background-color: var(--color-white);
    border-radius: 10px;
    box-shadow: var(--shadow-darker);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

ul li {
    /*  font-size: var(--font-size-b1);
line-height: var(--line-height-b1);
margin-top: 10px;
margin-bottom: 10px;
color: var(--color-body);*/
}

.team-share-info li {
    display: inline-block;
    margin: 5px;
}

.edu-team-grid:hover .thumbnail a:after {
    visibility: visible;
    opacity: 1;
}

.edu-team-grid .team-share-info li {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.edu-team-grid:hover .team-share-info li {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
}

    .edu-team-grid:hover .team-share-info li:nth-child(1n) {
        -webkit-transition-delay: .2s;
        transition-delay: .2s;
    }

    .edu-team-grid:hover .team-share-info li:nth-child(2n) {
        -webkit-transition-delay: .3s;
        transition-delay: .3s;
    }

    .edu-team-grid:hover .team-share-info li:nth-child(3n) {
        -webkit-transition-delay: .4s;
        transition-delay: .4s;
    }

.team-share-info li a:hover {
    background: var(--color-white);
    color: var(--color-primary);
}

.btn-p {
    right: -50% !important;
    left: auto !important;
    font-size: 17px !important;
}

.hindi-c.ch-msg ol li {
    margin-bottom: 5px;
}

.hide-box {
    display: none;
}

.lag-convert {
    color: #f65403;
    position: relative;
    top: 8px;
    margin-left: 15px;
    height: 30px;
    width: 85px;
    display: inline-block;
}

    .lag-convert .eng-bc {
        font-size: 14px;
        padding: 5px 10px;
        border: 1px solid;
        border-radius: 3px;
        /* height: 20px; */
        line-height: 18px;
        position: absolute;
        width: 90px;
        text-align: center;
    }

    .lag-convert .hin-bc {
        font-size: 13px;
        padding: 5px 10px;
        border: 1px solid;
        border-radius: 3px;
        line-height: 21px;
        height: 30px;
        text-align: center;
        position: absolute;
        width: 90px;
    }

.my-convert-box {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}


.ss-item {
    page-break-before: always;
    padding: 15px 5px 0px;
    display: flex;
}

.SB-Sticky-Slip-2022 {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: flex-start;
    font-family: serif;
}

.table-SB-SS-box {
    width: 100%;
    font-family: serif;
}

    .table-SB-SS-box > tbody > tr > td {
        position: relative;
        /* border: 1px solid #665a5a; */
        min-height: 30px;
        padding: 5px;
    }

.table-SB-SS1 {
    width: 100%;
    color: #000;
    /* font-size: 10px; */
    /* line-height: 12px; */
}

    .table-SB-SS1 > thead > tr > th,
    .table-SB-SS1 > tbody > tr > td {
        padding: 0px 3px;
        line-height: 12px;
        font-size: 9px;
    }

.SB-SS-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 8px;
}

    .SB-SS-title b {
        text-transform: uppercase;
        font-size: 18px;
        line-height: 18px;
        padding: 0px 10px;
        text-decoration: underline;
    }

.SS-BarCode .barcode {
    width: 200px;
    /* height: 70px; */
}

.mt-20-bn {
    margin: 20px 0px 0px !important;
}


#wowslider-container1 .ws_bullets {
    display: none;
}

.my-course-t1 {
}

.my-course-t2 {
    text-transform: capitalize;
    font-size: 18px;
    margin: 5px 0px 0px;
    color: #fe9c12;
}

.my-course-t3 {
    text-transform: initial;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: normal;
    margin-top: 5px;
}

.my-course span {
    text-transform: initial;
}

.formstyle {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.downloadbox {
    display: flex;
    background: #144b84;
    /* margin-left: -48px; */
    padding: 40px;
    padding-top: 49px;
    margin-top: 0px;
    color: #fff;
    min-height: 460px;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 40%;
}

    .downloadbox img {
        width: 65px;
    }

    .downloadbox > h3 > span {
        color: rgba(255, 255, 255, 0.5);
        font-size: 12px;
        text-transform: uppercase;
        display: block;
        margin-bottom: 5px;
    }

    .downloadbox > h3 {
        color: #fff;
    }

    .downloadbox > p {
        color: #fff;
        color: rgba(255, 255, 255, 0.5);
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 25px;
    }

    .downloadbox > a {
        display: block;
        height: 53px;
        background: #00adef;
        color: #fff;
        text-align: center;
        line-height: 53px;
        border-radius: 2px;
        font-size: 15px;
        text-transform: uppercase;
        vertical-align: middle;
    }

        .downloadbox > a > svg {
            width: 20px;
            vertical-align: middle;
            margin-left: 10px;
        }

.enquirybox {
    display: block;
    background: #d9eefe;
    padding: 33px;
    padding-bottom: 60px;
    /* margin-left: -30px; */
    margin-top: 0px;
    position: relative;
    min-height: 460px;
    border: 1px solid #144b84;
}

.send-message-btn {
    display: block;
    width: 260px;
    height: 60px;
    background: none;
    color: #fff;
    border: none;
    text-transform: uppercase;
    font-size: 16px;
    padding-right: 25px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: #144b84;
    transition: all ease-out 0.3s;
}

    .send-message-btn:after {
        content: "\f095";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #fff;
        font-size: 20px;
        position: absolute;
        right: 45px;
        top: 17px;
    }

.reg-box {
    box-shadow: 0 6px 32px rgb(0 0 0 / 12%);
    margin: 7px 0px 0px;
    padding: 35px 20px 20px;
    /*text-align: center;*/
    transition: .3s;
    float: left;
    width: 100%;
    background: #fff;
}

    .reg-box .btn.btn-green {
        background-color: #ff4b03;
        padding: 0 10px;
        line-height: 20px;
    }

.vidyabridge-box .btn.btn-green {
    background-color: #ff4b03;
    padding: 8px 10px;
    line-height: 20px;
}


.grid-effect .item:hover a {
    /* text-shadow: none; */
    color: #191919;
    text-shadow: 0px 1px 2px rgb(0 0 0 / 40%), 0px 8px 13px rgb(0 0 0 / 10%), 0px 18px 23px rgb(0 0 0 / 10%);
}

.lag-convert2 {
    border: 1px solid #f65403;
    line-height: normal;
    height: 30px;
    position: relative;
    padding: 5px 15px;
    color: #FFF;
    background-color: #ff9801;
    border-radius: 3px;
    top: 7px;
    overflow: hidden;
    transition: all 0.5s ease;
    z-index: 2;
}

    .lag-convert2:hover {
        color: #FFF;
    }

    .lag-convert2:after {
        position: absolute;
        content: '';
        right: 100%;
        background-color: #86bc42;
        width: 100%;
        height: 100%;
        top: 0;
        z-index: -1;
        transition: all 0.5s ease;
    }

    .lag-convert2:hover:after {
        right: 0;
        transition: all 0.5s ease;
    }

.edu-section-gap {
    padding: 0px 0 40px;
}

.edu-counterup {
    border-radius: 10px;
    text-align: center;
    padding: 1px 20px 25px;
    margin-bottom: 15px;
}

    .edu-counterup .count-number {
        margin-bottom: 5px;
    }

    .edu-counterup.counterup-style-5.primary-color {
        background-color: rgba(26, 182, 157, 0.1);
    }

        .edu-counterup.counterup-style-5.primary-color .count-number {
            color: #1ab69d;
        }

    .edu-counterup.counterup-style-5.secondary-color {
        background-color: rgba(255, 91, 92, 0.1);
    }

        .edu-counterup.counterup-style-5.secondary-color .count-number {
            color: #ee4a62;
        }

    .edu-counterup.counterup-style-5.extra02-color {
        background-color: rgba(142, 86, 255, 0.1);
    }

        .edu-counterup.counterup-style-5.extra02-color .count-number {
            color: var(--color-extra02);
        }

    .edu-counterup.counterup-style-5.extra05-color {
        background-color: rgba(248, 150, 36, 0.1);
    }

        .edu-counterup.counterup-style-5.extra05-color .count-number {
            color: var(--color-extra05);
        }

    .edu-counterup .count-number span,
    .edu-counterup .count-number em {
        font-family: var(--font-secondary);
        font-weight: var(--p-extra-bold);
        font-size: 30px;
        line-height: 1.1em;
        text-shadow: 2px 1px 2px #00000045;
        letter-spacing: 2px;
    }

    .edu-counterup .title {
        margin-bottom: 0;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 600;
        line-height: 20px;
        text-shadow: 1px 1px 2px #00000026;
        color: #505050;
    }

[data-sal] {
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: var(--sal-duration, 0.2s);
    transition-duration: var(--sal-duration, 0.2s);
    -webkit-transition-delay: var(--sal-delay, 0s);
    transition-delay: var(--sal-delay, 0s);
    -webkit-transition-timing-function: var(--sal-easing, ease);
    transition-timing-function: var(--sal-easing, ease);
}

    [data-sal][data-sal-duration="200"] {
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
    }

    [data-sal][data-sal-duration="250"] {
        -webkit-transition-duration: 0.25s;
        transition-duration: 0.25s;
    }

    [data-sal][data-sal-duration="300"] {
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }

    [data-sal][data-sal-duration="350"] {
        -webkit-transition-duration: 0.35s;
        transition-duration: 0.35s;
    }

    [data-sal][data-sal-duration="400"] {
        -webkit-transition-duration: 0.4s;
        transition-duration: 0.4s;
    }

    [data-sal][data-sal-duration="450"] {
        -webkit-transition-duration: 0.45s;
        transition-duration: 0.45s;
    }

    [data-sal][data-sal-duration="500"] {
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }

    [data-sal][data-sal-duration="550"] {
        -webkit-transition-duration: 0.55s;
        transition-duration: 0.55s;
    }

    [data-sal][data-sal-duration="600"] {
        -webkit-transition-duration: 0.6s;
        transition-duration: 0.6s;
    }

    [data-sal][data-sal-duration="650"] {
        -webkit-transition-duration: 0.65s;
        transition-duration: 0.65s;
    }

    [data-sal][data-sal-duration="700"] {
        -webkit-transition-duration: 0.7s;
        transition-duration: 0.7s;
    }

    [data-sal][data-sal-duration="750"] {
        -webkit-transition-duration: 0.75s;
        transition-duration: 0.75s;
    }

    [data-sal][data-sal-duration="800"] {
        -webkit-transition-duration: 0.8s;
        transition-duration: 0.8s;
    }

    [data-sal][data-sal-duration="850"] {
        -webkit-transition-duration: 0.85s;
        transition-duration: 0.85s;
    }

    [data-sal][data-sal-duration="900"] {
        -webkit-transition-duration: 0.9s;
        transition-duration: 0.9s;
    }

    [data-sal][data-sal-duration="950"] {
        -webkit-transition-duration: 0.95s;
        transition-duration: 0.95s;
    }

    [data-sal][data-sal-duration="1000"] {
        -webkit-transition-duration: 1s;
        transition-duration: 1s;
    }

    [data-sal][data-sal-duration="1050"] {
        -webkit-transition-duration: 1.05s;
        transition-duration: 1.05s;
    }

    [data-sal][data-sal-duration="1100"] {
        -webkit-transition-duration: 1.1s;
        transition-duration: 1.1s;
    }

    [data-sal][data-sal-duration="1150"] {
        -webkit-transition-duration: 1.15s;
        transition-duration: 1.15s;
    }

    [data-sal][data-sal-duration="1200"] {
        -webkit-transition-duration: 1.2s;
        transition-duration: 1.2s;
    }

    [data-sal][data-sal-duration="1250"] {
        -webkit-transition-duration: 1.25s;
        transition-duration: 1.25s;
    }

    [data-sal][data-sal-duration="1300"] {
        -webkit-transition-duration: 1.3s;
        transition-duration: 1.3s;
    }

    [data-sal][data-sal-duration="1350"] {
        -webkit-transition-duration: 1.35s;
        transition-duration: 1.35s;
    }

    [data-sal][data-sal-duration="1400"] {
        -webkit-transition-duration: 1.4s;
        transition-duration: 1.4s;
    }

    [data-sal][data-sal-duration="1450"] {
        -webkit-transition-duration: 1.45s;
        transition-duration: 1.45s;
    }

    [data-sal][data-sal-duration="1500"] {
        -webkit-transition-duration: 1.5s;
        transition-duration: 1.5s;
    }

    [data-sal][data-sal-duration="1550"] {
        -webkit-transition-duration: 1.55s;
        transition-duration: 1.55s;
    }

    [data-sal][data-sal-duration="1600"] {
        -webkit-transition-duration: 1.6s;
        transition-duration: 1.6s;
    }

    [data-sal][data-sal-duration="1650"] {
        -webkit-transition-duration: 1.65s;
        transition-duration: 1.65s;
    }

    [data-sal][data-sal-duration="1700"] {
        -webkit-transition-duration: 1.7s;
        transition-duration: 1.7s;
    }

    [data-sal][data-sal-duration="1750"] {
        -webkit-transition-duration: 1.75s;
        transition-duration: 1.75s;
    }

    [data-sal][data-sal-duration="1800"] {
        -webkit-transition-duration: 1.8s;
        transition-duration: 1.8s;
    }

    [data-sal][data-sal-duration="1850"] {
        -webkit-transition-duration: 1.85s;
        transition-duration: 1.85s;
    }

    [data-sal][data-sal-duration="1900"] {
        -webkit-transition-duration: 1.9s;
        transition-duration: 1.9s;
    }

    [data-sal][data-sal-duration="1950"] {
        -webkit-transition-duration: 1.95s;
        transition-duration: 1.95s;
    }

    [data-sal][data-sal-duration="2000"] {
        -webkit-transition-duration: 2s;
        transition-duration: 2s;
    }

    [data-sal][data-sal-delay="50"] {
        -webkit-transition-delay: 0.05s;
        transition-delay: 0.05s;
    }

    [data-sal][data-sal-delay="100"] {
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }

    [data-sal][data-sal-delay="150"] {
        -webkit-transition-delay: 0.15s;
        transition-delay: 0.15s;
    }

    [data-sal][data-sal-delay="200"] {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

    [data-sal][data-sal-delay="250"] {
        -webkit-transition-delay: 0.25s;
        transition-delay: 0.25s;
    }

    [data-sal][data-sal-delay="300"] {
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }

    [data-sal][data-sal-delay="350"] {
        -webkit-transition-delay: 0.35s;
        transition-delay: 0.35s;
    }

    [data-sal][data-sal-delay="400"] {
        -webkit-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }

    [data-sal][data-sal-delay="450"] {
        -webkit-transition-delay: 0.45s;
        transition-delay: 0.45s;
    }

    [data-sal][data-sal-delay="500"] {
        -webkit-transition-delay: 0.5s;
        transition-delay: 0.5s;
    }

    [data-sal][data-sal-delay="550"] {
        -webkit-transition-delay: 0.55s;
        transition-delay: 0.55s;
    }

    [data-sal][data-sal-delay="600"] {
        -webkit-transition-delay: 0.6s;
        transition-delay: 0.6s;
    }

    [data-sal][data-sal-delay="650"] {
        -webkit-transition-delay: 0.65s;
        transition-delay: 0.65s;
    }

    [data-sal][data-sal-delay="700"] {
        -webkit-transition-delay: 0.7s;
        transition-delay: 0.7s;
    }

    [data-sal][data-sal-delay="750"] {
        -webkit-transition-delay: 0.75s;
        transition-delay: 0.75s;
    }

    [data-sal][data-sal-delay="800"] {
        -webkit-transition-delay: 0.8s;
        transition-delay: 0.8s;
    }

    [data-sal][data-sal-delay="850"] {
        -webkit-transition-delay: 0.85s;
        transition-delay: 0.85s;
    }

    [data-sal][data-sal-delay="900"] {
        -webkit-transition-delay: 0.9s;
        transition-delay: 0.9s;
    }

    [data-sal][data-sal-delay="950"] {
        -webkit-transition-delay: 0.95s;
        transition-delay: 0.95s;
    }

    [data-sal][data-sal-delay="1000"] {
        -webkit-transition-delay: 1s;
        transition-delay: 1s;
    }

    [data-sal][data-sal-easing="linear"] {
        -webkit-transition-timing-function: linear;
        transition-timing-function: linear;
    }

    [data-sal][data-sal-easing="ease"] {
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease;
    }

    [data-sal][data-sal-easing="ease-in"] {
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    [data-sal][data-sal-easing="ease-out"] {
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    [data-sal][data-sal-easing="ease-in-out"] {
        -webkit-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
    }

    [data-sal][data-sal-easing="ease-in-cubic"] {
        -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    [data-sal][data-sal-easing="ease-out-cubic"] {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    [data-sal][data-sal-easing="ease-in-out-cubic"] {
        -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
        transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    }

    [data-sal][data-sal-easing="ease-in-circ"] {
        -webkit-transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
        transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
    }

    [data-sal][data-sal-easing="ease-out-circ"] {
        -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
        transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    }

    [data-sal][data-sal-easing="ease-in-out-circ"] {
        -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    }

    [data-sal][data-sal-easing="ease-in-expo"] {
        -webkit-transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
        transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
    }

    [data-sal][data-sal-easing="ease-out-expo"] {
        -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    }

    [data-sal][data-sal-easing="ease-in-out-expo"] {
        -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
        transition-timing-function: cubic-bezier(1, 0, 0, 1);
    }

    [data-sal][data-sal-easing="ease-in-quad"] {
        -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
        transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    }

    [data-sal][data-sal-easing="ease-out-quad"] {
        -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    [data-sal][data-sal-easing="ease-in-out-quad"] {
        -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
        transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    }

    [data-sal][data-sal-easing="ease-in-quart"] {
        -webkit-transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
        transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
    }

    [data-sal][data-sal-easing="ease-out-quart"] {
        -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    [data-sal][data-sal-easing="ease-in-out-quart"] {
        -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
        transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    }

    [data-sal][data-sal-easing="ease-in-quint"] {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    }

    [data-sal][data-sal-easing="ease-out-quint"] {
        -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    }

    [data-sal][data-sal-easing="ease-in-out-quint"] {
        -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
        transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    }

    [data-sal][data-sal-easing="ease-in-sine"] {
        -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
        transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    }

    [data-sal][data-sal-easing="ease-out-sine"] {
        -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
        transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    }

    [data-sal][data-sal-easing="ease-in-out-sine"] {
        -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
        transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
    }

    [data-sal][data-sal-easing="ease-in-back"] {
        -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
        transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
    }

    [data-sal][data-sal-easing="ease-out-back"] {
        -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    [data-sal][data-sal-easing="ease-in-out-back"] {
        -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
        transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

[data-sal|="fade"] {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

    [data-sal|="fade"].sal-animate,
    body.sal-disabled [data-sal|="fade"] {
        opacity: 1;
    }

[data-sal|="slide"] {
    opacity: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
}

[data-sal="slide-up"] {
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
}

[data-sal="slide-down"] {
    -webkit-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    transform: translateY(-20%);
}

[data-sal="slide-left"] {
    -webkit-transform: translateX(20%);
    -ms-transform: translateX(20%);
    transform: translateX(20%);
}

[data-sal="slide-right"] {
    -webkit-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    transform: translateX(-20%);
}

[data-sal|="slide"].sal-animate,
body.sal-disabled [data-sal|="slide"] {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

[data-sal|="zoom"] {
    opacity: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
}

[data-sal="zoom-in"] {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

[data-sal="zoom-out"] {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

[data-sal|="zoom"].sal-animate,
body.sal-disabled [data-sal|="zoom"] {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

[data-sal|="flip"] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

[data-sal="flip-left"] {
    -webkit-transform: perspective(2000px) rotateY(-91deg);
    transform: perspective(2000px) rotateY(-91deg);
}

[data-sal="flip-right"] {
    -webkit-transform: perspective(2000px) rotateY(91deg);
    transform: perspective(2000px) rotateY(91deg);
}

[data-sal="flip-up"] {
    -webkit-transform: perspective(2000px) rotateX(-91deg);
    transform: perspective(2000px) rotateX(-91deg);
}

[data-sal="flip-down"] {
    -webkit-transform: perspective(2000px) rotateX(91deg);
    transform: perspective(2000px) rotateX(91deg);
}

[data-sal|="flip"].sal-animate,
body.sal-disabled [data-sal|="flip"] {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.page-bg-client {
    background-image: url(../images/clients-banner.jpeg);
}

.vidyabridgeportal .video-box {
    width: 670px;
    margin: auto;
}


.vidyabridge-box {
    width: 100%;
    float: left;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 30px rgb(0 0 0 / 20%);
    box-shadow: 0px 0px 30px rgb(0 0 0 / 20%);
    padding: 30px 30px;
    text-align: center
}

    .vidyabridge-box p {
        font-weight: 500;
        color: #191919;
        line-height: 28px;
        font-size: 17px;
        text-align: justify;
        letter-spacing: 0.5px;
        margin-bottom: 15px;
    }

.btn-nep {
    margin-right: 10px !important;
}


.vidyabridge-box.vidyabridge-text {
    text-align: left;
    font-size: 15px;
}

    .vidyabridge-box.vidyabridge-text strong {
        display: block;
        font-weight: 600;
        color: #191919;
        line-height: 26px;
        font-size: 18px;
        text-align: justify;
        letter-spacing: 0.5px;
        margin-bottom: 15px;
    }

    .vidyabridge-box.vidyabridge-text ul {
        list-style: none;
        padding: 0;
        margin: 0 0 20px 20px;
    }

        .vidyabridge-box.vidyabridge-text ul li {
            position: relative;
            /* margin-bottom: 10px; */
            font-weight: 500;
            color: #191919;
            line-height: 30px;
            font-size: 17px;
            text-align: justify;
            letter-spacing: 0.5px;
            /* margin-bottom: 15px;*/
        }

            .vidyabridge-box.vidyabridge-text ul li i {
                margin-right: 5px;
                position: absolute;
                left: -18px;
                top: 5px;
            }

            .vidyabridge-box.vidyabridge-text ul li i {
                margin-right: 5px;
            }


.students-online {
    text-align: justify;
    margin-bottom: 30px;
    padding: 10px;
}

.vidyabridge-box.important a.btn.btn-green {
    padding: 0 25px;
    line-height: 40px;
}

.enquiryform .from-box.career-from p {
    font-weight: 500;
    color: #191919;
    line-height: 26px;
    font-size: 18px;
    text-align: justify;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}

.students-online p {
    font-weight: 500;
    color: #191919;
    line-height: 28px;
    font-size: 17px;
    text-align: justify;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}

.sm-box {
    top: 90px;
    width: 64px;
    z-index: 99;
    left: -100px;
    position: fixed;
    padding: 0;
    -webkit-transform: translate(-10px, 0);
    -moz-transform: translate(-10px, 0);
    -ms-transform: translate(-10px, 0);
    -o-transform: translate(-10px, 0);
    transform: translate(-10px, 0);
}

    .sm-box li {
        display: block;
        margin: 5px 15px 5px;
        background: rgba(255, 255, 255, .9);
        width: 135px;
        text-align: right;
        padding: 2px px;
        -webkit-border-radius: 0 17px 17px 0;
        -moz-border-radius: 0 17px 17px 0;
        border-radius: 0px 30px 30px 0px;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -ms-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
        box-shadow: 0 2px 4px rgb(0 0 0 / 8%), 0 4px 12px rgb(0 0 0 / 8%);
    }

}

.f:hover a,
.g:hover a,
.in:hover a,
.t:hover a,
.y:hover a {
    /* color: #FFF !important;*/
}

.sm-box a,
.social-left a {
    font-size: 9pt;
    color: #FFF !important;
}

.sm-box span {
    display: inline-block;
    position: relative;
    top: 2px;
    width: 70px;
    padding: 0px 2px 0px 0px;
}

.sm-box li:hover {
    -webkit-transform: translate(75px, 0);
    -moz-transform: translate(75px, 0);
    -ms-transform: translate(75px, 0);
    -o-transform: translate(75px, 0);
    transform: translate(75px, 0);
    background: #FFF;
}

    .sm-box li:hover img,
    .sm-box li {
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -ms-transition: all 1s;
        -o-transition: all 1s;
    }

        .sm-box li img {
            width: 36px;
            height: 36px;
        }

        .sm-box li:hover img {
            color: #fff;
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            transform: rotate(360deg);
            transition: all 1s;
        }

.sm-box .f:hover {
    background-color: #4a68b0 !important;
}

.sm-box .i:hover {
    background-color: #d12a46 !important;
}

.sm-box .in:hover {
    background-color: #0477b4 !important;
}

.sm-box .y:hover {
    background-color: #e73e39 !important;
}

.sm-box .t:hover {
    background-color: #36b0e1 !important;
}

.vidyabridge-h {
    font-weight: 600;
    color: #f65403;
    line-height: 28px;
    font-size: 22px;
    text-align: justify;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.info-block3:after,
.info-block4:after {
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 4px;
    width: 75px;
    background-image: url(../images/icons/line-3.png);
    background-repeat: no-repeat;
    background-position: left;
    content: "";
}


.work-section {
    /*overflow: hidden;*/
    width: 100%;
    display: block;
    position: relative;
    /*  float: left;*/
    padding: 0;
    margin: 0;
}

.our-work-list {
    display: flex;
    flex-wrap: nowrap;
    background-color: #fff;
}

    .our-work-list img {
        border: none;
        outline: none;
        vertical-align: top;
        max-width: 100%;
        height: auto;
    }

.work-section .our-work-list:first-child .box {
    background-color: #dbe4ff !important;
}

.work-section .our-work-list:first-child .box2 {
    background-color: #fff !important;
}

.our-work-list .box {
    background-color: #dbe4ff;
    width: 50%;
    text-align: center;
    padding: 50px 70px;
}


.our-work-list .box2 {
    background-color: #fff;
}

.our-work-list .box-color1 {
    background-color: #208abe;
}

.our-work-list .box-color2 {
    background-color: #d7a42e;
}

.our-work-list .box-color3 {
    background-color: #d7a42e;
}

.our-work-list .box-color4 {
    background-color: #016d32;
}

.our-work-list .box-color5 {
    background-color: #333;
}

.our-work-list .box-color6 {
    background-color: #37507A;
}


.our-work-list .padding-p {
    padding: 60px 70px;
}


.heading-d-1 {
    position: relative;
    padding-left: 114px;
    letter-spacing: 2px;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    color: #013867;
}

    .heading-d-1:before {
        content: '';
        position: absolute;
        height: 2px;
        width: 100px;
        top: calc(50% - 1px);
        left: 0;
        clip-path: polygon(90% 0, 100% 10%, 100% 100%, 0 100%, 0 0);
        background: #ffffff;
        background: -moz-linear-gradient(left, #ffffff 1%, #be9a39 100%);
        background: -webkit-linear-gradient(left, #ffffff 1%, #be9a39 100%);
        background: linear-gradient(to right, #ffffff 1%, #be9a39 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#be9a39', GradientType=1);
    }


.heading-d-2 {
    position: relative;
    letter-spacing: 2px;
    font-size: 20px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 30px;
    color: #222021;
}

.p-text {
    font-weight: 500;
    color: #191919;
    line-height: 26px;
    font-size: 17px;
    text-align: justify;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}

.web-sites-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    float: left;
    width: 100%;
}

    .web-sites-list li {
        float: left;
        text-align: left;
        width: 50%;
        position: relative;
        color: #191919;
        font-size: 14px;
        margin-bottom: 14px;
        padding-left: 20px;
    }

        .web-sites-list li:after {
            content: "\f101";
            position: absolute;
            left: 0;
            top: -3px;
            font-family: FontAwesome;
            font-size: 17px;
        }


ul.colmn-text {
    margin-bottom: 0;
    width: 100%;
    float: left;
    list-style: none;
    padding: 0;
}

    ul.colmn-text li {
        width: 85px;
        padding: 6px 0;
        border: solid 1px #aaabad;
        text-align: center;
        list-style: none;
        line-height: 23px;
        float: left;
        margin-right: -1px;
        min-height: 51px;
        font-size: 33px;
    }

        ul.colmn-text li a {
            color: #a39595;
        }


        ul.colmn-text li img {
            height: 31px;
        }


.our-projects {
    font-family: 'Helvetica NeueBold';
    font-weight: 600;
    outline: 0;
    border: 0;
    padding: 12px 50px;
    color: #FFFFFF;
    font-size: 16px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
    width: auto;
    background: #73beec;
    border-radius: 4px;
    background-image: linear-gradient(to left, transparent, transparent 50%, #4CAF50 50%, #4CAF50);
    background-position: 100% 0;
    background-size: 200% 100%;
    transition: all .25s ease-in;
    margin: 40px auto 0;
    position: relative;
    display: inline-block;
}

    .our-projects:hover,
    .our-projects:active,
    .our-projects:focus {
        background-position: 0 0;
        color: #fff;
    }


.b-last-works {
    margin-bottom: 0px;
    position: relative;
    padding-top: 45px;
    padding-bottom: 60px;
    overflow: hidden;
}

    .b-last-works .b-upper-title {
        margin-bottom: -12px;
        font-size: 35px;
        font-weight: 500;
        margin: 0 0 30px 0;
        text-transform: uppercase;
        line-height: 30px;
        font-family: system-ui;
        color: #01619e;
        word-spacing: 12px;
    }

    .b-last-works .b-slider-holder {
        position: relative;
        padding-top: 45px;
        padding-bottom: 60px;
        overflow: hidden;
    }

    .b-last-works .mac-wrapper {
        /*width: 1025px;
  height: 576px;
  position: absolute;
  top: 0;*/
        width: 464px;
        height: auto;
        position: absolute;
        top: 25px;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 99;
    }

        .b-last-works .mac-wrapper img {
            width: 100%;
        }

    .b-last-works .b-single-gallery-carousel {
        background: transparent;
        box-shadow: none;
    }

        .b-last-works .b-single-gallery-carousel .single-gallery-item {
            /*width: 710px;*/
            width: 320px;
            margin: 0 25px;
        }

            .b-last-works .b-single-gallery-carousel .single-gallery-item img {
                border-radius: 0;
            }

    .b-last-works .single-gallery-item {
        /*opacity: .8;
        -webkit-transition: opacity 0.8s linear;
        -moz-transition: opacity 0.8s linear;
        -ms-transition: opacity 0.8s linear;
        -o-transition: opacity 0.8s linear;
        transition: opacity 0.8s linear;*/
        opacity: 1;
        -webkit-transition: opacity 1s linear;
        -moz-transition: opacity 1s linear;
        -ms-transition: opacity 1s linear;
        -o-transition: opacity 1s linear;
        transition: opacity 1s linear;
    }

    .b-last-works .center .single-gallery-item {
        opacity: 1;
    }

/* ask content */
.b-ask-content {
    color: #fff;
    position: relative;
    z-index: 1;
}

    .b-ask-content .big-title-mod {
        color: inherit;
    }

    .b-ask-content .b-text {
        margin-bottom: 34px;
    }

        .b-ask-content .b-text p {
            font-weight: 300;
            font-size: 20px;
            opacity: .6;
        }

.b-similar {
    margin-bottom: 52px;
}

.gallery-carousel-controls ul {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 0;
}

.gallery-carousel-controls .owl-nav-btns {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 50px;
    height: 50px;
    border: 1px solid #f95503;
    border-radius: 50%;
    font-size: 25px;
    color: #f65403;
    cursor: pointer;
    line-height: 35px;
}

    .gallery-carousel-controls .owl-nav-btns i {
        vertical-align: -5px;
        cursor: pointer;
    }

    .gallery-carousel-controls .owl-nav-btns:active {
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

.gallery-carousel-controls .share-button {
    width: auto;
    height: 50px;
    border: 1px solid #01619e;
    color: #01619e;
    border-radius: 30px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    background: none;
    padding: 10px 46px 14px;
    margin: 0 18px;
    vertical-align: middle;
}

    .gallery-carousel-controls .share-button i {
        padding-right: 4px;
    }

    .gallery-carousel-controls .share-button:active {
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

.edu-counterup2 {
    padding: 30px 30px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 8%), 0 4px 12px rgb(0 0 0 / 8%);
    text-align: center;
}

    .edu-counterup2 h4.title {
        font-size: 22px;
        font-weight: 600;
        margin: 30px 0 0px 0;
        /* text-transform: inherit; */
        line-height: 35px;
        /* font-family: monospace; */
        color: #0261a1;
        text-align: center;
        word-spacing: 2px;
        /* text-shadow: 1px 1px 2px #f65403; */
    }

    .edu-counterup2 p {
        font-weight: 500;
        color: #191919;
        line-height: 26px;
        font-size: 17px;
        text-align: center;
        letter-spacing: 0.5px;
        margin-bottom: 15px;
    }

.well-box {
    position: relative;
    padding: 10px 0px 30px;
}

.s-btn1 img {
    width: 200px;
    padding: 0px 0px 8px;
}

.s-btn2 img {
    width: 200px;
    padding: 0px 25px 8px;
}

.button-30 {
    align-items: center;
    appearance: none;
    background-color: #FCFCFD;
    border-radius: 4px;
    border-width: 0;
    box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
    box-sizing: border-box;
    color: #36395A;
    cursor: pointer;
    display: inline-flex;
    font-family: "JetBrains Mono", monospace;
    height: 90px;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: box-shadow .15s, transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow, transform;
    font-size: 18px;
}

    .button-30:focus {
        box-shadow: #D6D6E7 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
    }

    .button-30:hover {
        box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
        transform: translateY(-2px);
    }

    .button-30:active {
        box-shadow: #D6D6E7 0 3px 7px inset;
        transform: translateY(2px);
    }

.medi-well-h {
    padding: 80px 0px 0px;
}

h1.title {
    color: #222021;
    font-weight: normal;
    font-size: 40px;
    font-weight: 600;
}

.mb-20 {
    margin-bottom: 25px !important;
}

.h-color {
    color: #01619e !important;
}

.section-title p {
    font-size: 16px;
}

.account-well-s {
    padding: 50px 0px 0px;
}

    .account-well-s h2.title {
        font-size: 30px;
        font-style: normal;
        line-height: normal;
        font-weight: 800;
        margin-bottom: 40px;
        text-transform: none;
        position: relative;
        color: #222021;
        /* margin-bottom: 40px; */
    }

.featured-item.style-8 {
    background: #ffffff;
    -webkit-box-shadow: 0 18px 42px 0 rgba(28, 30, 35, 0.15);
    -moz-box-shadow: 0 18px 42px 0 rgba(28, 30, 35, 0.15);
    box-shadow: 0 18px 42px 0 rgba(28, 30, 35, 0.15);
}

.featured-item {
    padding: 40px 20px 0px !important;
    min-height: 350px !important;
}

    .featured-item .featured-icon {
        margin-bottom: 20px;
        line-height: 0;
    }

.text-uppercase {
    text-transform: uppercase !important;
}

.post:hover,
.featured-item:hover .featured-icon,
.social-icons a:hover,
.team-member.style-3 .team-social-icon ul li:hover,
.price-table.style-3:hover,
.featured-item.style-3:hover,
.featured-item.style-8:hover {
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
    -o-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -moz-transform: translateY(5px);
}

.shopping-cart,
.navbar .dropdown-menu,
.event,
.product-item:hover,
.counter.style-4,
.featured-item.style-7,
.testimonial:hover .testimonial-content,
.tab.style-3 .tab-content,
.featured-item.style-3:hover,
.price-table:hover,
.portfolio-item:hover,
.featured-item.style-8:hover,
.box-shadow,
.team-member,
.tab .nav-tabs .nav-link,
.tab.style-2 .tab-content,
.post,
.left-side {
    -webkit-box-shadow: 0px 8px 30px 0 rgba(28, 30, 35, 0.0);
    -moz-box-shadow: 0px 8px 30px 0 rgba(28, 30, 35, 0.0);
    box-shadow: 0px 8px 30px 0 rgba(28, 30, 35, 0.0);
}

/*    a, i, .featured-item .featured-icon i, .btn, button, .team-member.style-3 .team-social-icon ul li, .featured-item.style-8:hover .featured-icon i, 
    .owl-item, img, span, .featured-item, .portfolio-filter button, .team-hover, .team-social, .price-table, .price-table:hover .price-value, 
    .featured-icon, .product-item:hover, .product-overlay, .product-btn, .team-member.style-4:before, .team-member.style-4 .team-description, 
    .dropdown-item, .about-2:before, .testimonial-content, .testimonial .testimonial-content::after, .testimonial .testimonial-content::before, 
    .team-member, .team-social, .team-description, .post, .portfolio-item a.popup, .team-title, .post .post-desc {
        -webkit-transition: all 0.5s ease-in-out 0s;
        -moz-transition: all 0.5s ease-in-out 0s;
        -ms-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
    }*/

.featured-title h5 {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
    line-height: 25px;
    color: #222021;
}

.featured-desc p {
    margin-bottom: 15px;
    color: #191919 !important;
    font-weight: 500 !important;
    font-size: 15px;
}

.account-well-s .col-lg-3.col-md-6 {
    margin-bottom: 30px;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.text-black {
    color: #222021 !important;
}

.text-theme {
    /* color: #0a2e3c; */
    color: #3b6caa;
    font-size: 30px;
    font-style: normal;
    line-height: 36px;
}

.featured-item2 {
    background: #ffffff;
    -webkit-box-shadow: inset 0 18px 42px 0 rgb(28 30 35 / 15%);
    -moz-box-shadow: inset 0 18px 42px 0 rgba(28, 30, 35, 0.15);
    box-shadow: inset 0 18px 42px 0 rgb(28 30 35 / 15%);
    min-height: 320px !important;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.row-eq-height > [class*='col-'] > div {
    height: 100%;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.white-bg {
    background-color: #ffffff !important;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.text-black {
    color: #222021 !important;
    font-size: 30px;
    font-style: normal;
    line-height: 36px;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.section-title {
    margin-bottom: 20px;
}


.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

@media (min-width: 992px) {
    .row-eq-height .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }
}

.btn-rm {
    margin: 15px 0px 0px;
    display: block;
    color: #f65403;
    line-height: 20px;
    font-weight: 600;
    font-size: 17px;
}

    .btn-rm:hover {
        color: #ee4a62;
        text-decoration: underline;
    }

.account-wells-m {
    padding: 50px 0px;
}

.featured-item .featured-icon i {
    font-size: 65px;
    color: #006cae;
}

.featured-item .featured-icon img {
    height: 67px;
}

.inner-day {
    padding-left: 25px !important;
    margin-bottom: 0px !important;
}

.inner-day-list {
    margin-left: 70px !important;
}

h3.title {
    /*font-size: 18px;*/
    color: #f75403;
    text-align: center;
}

.min-w {
    width: 1%;
}

.table-warning {
    margin-top: 15px;
}

    .table-warning > thead > tr > th {
        background: #01619e;
        color: #fff;
        font-size: 110%;
    }

    .table-warning td {
        font-weight: 600;
    }

ol.sq-list2.inner-day-list {
    list-style: auto;
}

    ol.sq-list2.inner-day-list li {
        margin-bottom: 5px;
        font-weight: 600 !important;
    }


p.inner-day.inner-day-list {
    margin-left: 26px !important;
    margin-bottom: 15px !important;
}

.table-warning td {
    font-weight: 600;
    white-space: nowrap;
}

.member-t {
}

    .member-t > tbody > tr > td {
        color: #032862;
        font-weight: 600;
    }

        .member-t > tbody > tr > td:nth-child(1) {
            text-align: center;
            width: 1%;
        }

        .member-t > tbody > tr > td:nth-child(2) {
            font-weight: 600;
        }

        .member-t > tbody > tr > td:nth-child(3) {
        }

        .member-t > tbody > tr > td:nth-child(4) {
            text-align: center;
            width: 1%;
            white-space: nowrap;
            font-weight: 600;
        }

        .member-t > tbody > tr > td:nth-child(5) {
        }

        .member-t > tbody > tr > td:nth-child(6) {
            text-align: center;
            width: 1%;
            white-space: nowrap;
            font-weight: 600;
        }

    .member-t > tbody > tr:hover {
        background-color: #eb5a4d80;
    }

.lightbox .content {
    position: absolute;
    z-index: 1;
    display: table;
    width: 100%;
    height: 100%;
    padding: 15px 15px 30px;
    text-align: center;
    opacity: 0;
    transition: all 0.5s ease;
}

.lightbox:hover .content {
    opacity: 1;
}

.lightbox .content .content-title {
    color: #fff;
    font-size: 1.571em;
    font-weight: 700;
    text-transform: capitalize;
    transition: all 0.5s ease;
    display: table-cell;
    vertical-align: bottom;
}

.lightbox-link .content {
    position: absolute;
    z-index: 1;
    display: table;
    width: 100%;
    height: 100%;
    padding: 15px 15px 30px;
    text-align: center;
    opacity: 0;
    transition: all 0.5s ease;
}

.lightbox-link:hover .content {
    opacity: 1;
}

.lightbox-link .content .content-title {
    color: #fff;
    font-size: 1.571em;
    font-weight: 700;
    text-transform: capitalize;
    transition: all 0.5s ease;
    display: table-cell;
    vertical-align: bottom;
}

.sub-title {
}

.flex-box-me1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

    .flex-box-me1 > div {
        float: none;
    }

.form-group-check {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

    .form-group-check .form-check-inline {
        /* padding-left: 5px; */
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 0px 0px 0px 0px;
        margin-right: 40px;
    }

        .form-group-check .form-check-inline input[type="radio"] {
            margin: 0px;
            cursor: pointer !important;
        }

        .form-group-check .form-check-inline img {
            padding-left: 5px;
            cursor: pointer !important;
            /*-webkit-transition: all 2s, opacity 5s;
            -moz-transition: all 2s, opacity 5s;
            -o-transition: all 2s, opacity 5s;
            -ms-transition: all 2s, opacity 5s;
            transition: all 2s, opacity 5s;*/
        }

    .form-group-check .form-check-inline {
        -webkit-transition: all 2s, opacity 5s;
        -moz-transition: all 2s, opacity 5s;
        -o-transition: all 2s, opacity 5s;
        -ms-transition: all 2s, opacity 5s;
        transition: all 2s, opacity 5s;
    }

        .form-group-check .form-check-inline:hover {
            transform: scale(1.1);
            -ms-transform: scale(1.1);
            /* IE 9 */
            -moz-transform: scale(1.1);
            /* Firefox */
            -webkit-transform: scale(1.1);
            /* Safari and Chrome */
            -o-transform: scale(1.1);
            /* Opera */

            -webkit-transition: all 2s, opacity 5s;
            -moz-transition: all 2s, opacity 5s;
            -o-transition: all 2s, opacity 5s;
            -ms-transition: all 2s, opacity 5s;
            transition: all 2s, opacity 5s;
        }

/*-------------------
  Course Styles
---------------------*/
.edu-course {
    background-color: var(--color-white);
    position: relative;
    border-radius: 5px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

    .edu-course.course-style-1 {
        -webkit-transition: var(--transition-2);
        transition: var(--transition-2);
    }

        .edu-course.course-style-1 .thumbnail {
            -webkit-transition: var(--transition-2);
            transition: var(--transition-2);
        }

            .edu-course.course-style-1 .thumbnail img {
                -webkit-transition: var(--transition-2);
                transition: var(--transition-2);
            }

            .edu-course.course-style-1 .thumbnail:after {
                -webkit-transition: var(--transition-2);
                transition: var(--transition-2);
            }

        .edu-course.course-style-1 .course-hover-content-wrapper {
            -webkit-transition: var(--transition-2);
            transition: var(--transition-2);
        }

        .edu-course.course-style-1 .course-hover-content {
            -webkit-transition: var(--transition-2);
            transition: var(--transition-2);
        }

            .edu-course.course-style-1 .course-hover-content p {
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
            }

    .edu-course .thumbnail {
        position: relative;
        -webkit-transition: var(--transition);
        transition: var(--transition);
        padding: 20px;
        margin-bottom: 0px;
        border: none;
    }

        .edu-course .thumbnail a {
            display: block;
            overflow: hidden;
            border-radius: 5px 5px 0 0;
            position: relative;
        }

            .edu-course .thumbnail a img {
                border-radius: 5px 5px 0 0;
                -webkit-transition: 0.4s;
                transition: 0.4s;
                width: 100%;
            }

          /*  .edu-course .thumbnail a:after {
                content: "";
                height: 100%;
                width: 100%;
                background-color: rgba(0, 0, 0, 0.2);
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                -webkit-transition: var(--transition);
                transition: var(--transition);
                border-radius: 5px 5px 0 0;
            }*/

        .edu-course .thumbnail .time-top {
            position: absolute;
            top: 30px;
            right: 10px;
        }

        .edu-course .thumbnail .duration {
            background-color: #fe9c12;
            border-radius: 3px;
            padding: 0px 8px;
            font-weight: 500;
            font-size: 13px;
            color: var(--color-white);
            font-family: var(--font-secondary);
            display: block;
        }

            .edu-course .thumbnail .duration i {
                font-size: 16px;
                position: relative;
                top: 2px;
                margin-right: 6px;
            }

    .edu-course .content {
        padding: 30px 20px 16px 30px;
    }

        .edu-course .content .course-level {
            font-size: 15px;
            font-weight: 600;
            color: var(--color-primary);
            font-family: var(--font-secondary);
            background-color: rgba(26, 182, 157, 0.15);
            border-radius: 3px;
            padding: 1px 10px;
            margin-bottom: 15px;
            /*display: inline-block;*/
            display: block;
        }

.group-title-index h6 {
    font-size: 20px;
    margin: 0px 0px 0px;
    position: relative;
    top: -15px;
    color: #ff4b03;
}

.edu-course .content .title {
    margin-bottom: 8px;
}

    .edu-course .content .title a {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height: 56px;
        font-weight: 600;
    }

.edu-course .content .course-rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px;
}

    .edu-course .content .course-rating .rating {
        color: #f8b81f;
        -webkit-transition: var(--transition);
        transition: var(--transition);
    }

    .edu-course .content .course-rating .rating-count {
        font-size: 14px;
        font-weight: 500;
        color: var(--color-heading);
        margin-left: 10px;
        -webkit-transition: var(--transition);
        transition: var(--transition);
    }

.edu-course .content .course-price {
    font-size: 14px;
    font-weight: var(--p-semi-bold);
    color: var(--color-secondary);
    font-family: var(--font-secondary);
    margin-bottom: 14px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

    .edu-course .content .course-price.price-round {
        font-size: 22px;
        font-weight: var(--p-bold);
        color: var(--color-white);
        height: 80px;
        width: 80px;
        line-height: 84px;
        background-color: var(--color-primary);
        border-radius: 50%;
        text-align: center;
    }

.edu-course .content .course-meta li {
    display: inline-block;
    font-size: 13px;
    color: var(--color-heading);
    margin-right: 25px;
    position: relative;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

    .edu-course .content .course-meta li:after {
        content: "";
        height: 19px;
        width: 1px;
        background-color: #e5e5e5;
        position: absolute;
        top: 1px;
        right: -15px;
        -webkit-transition: var(--transition);
        transition: var(--transition);
    }

    .edu-course .content .course-meta li:last-child {
        margin-right: 0;
    }

        .edu-course .content .course-meta li:last-child:after {
            display: none;
        }

    .edu-course .content .course-meta li i {
        color: #a7a7a7;
        font-size: 14px;
        margin-right: 7px;
        -webkit-transition: var(--transition);
        transition: var(--transition);
    }

.edu-course .course-hover-content-wrapper {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    opacity: 0;
    background-color: var(--color-primary);
}

    .edu-course .course-hover-content-wrapper button.wishlist-btn {
        background: rgba(255, 255, 255, 0.15);
        position: absolute;
        top: 20px;
        right: 20px;
        display: none;
    }

        .edu-course .course-hover-content-wrapper button.wishlist-btn:hover {
            background: var(--color-secondary);
        }

@media only screen and (max-width: 1199px) {
    .edu-course .course-hover-content-wrapper button.wishlist-btn {
        display: block;
    }
}

.edu-course .course-hover-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 4px;
    padding: 50px 20px 45px 30px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    display: inline-table;
}

    .edu-course .course-hover-content .content {
        padding: 0;
    }

        .edu-course .course-hover-content .content .wishlist-btn {
            background: rgba(255, 255, 255, 0.15);
            position: absolute;
            top: 10px;
            right: 10px;
        }

            .edu-course .course-hover-content .content .wishlist-btn:hover {
                background: var(--color-secondary);
            }

@media only screen and (max-width: 1199px) {
    .edu-course .course-hover-content .content .wishlist-btn {
        display: none;
    }
}

.edu-course .course-hover-content .content .course-level {
    background-color: var(--color-white);
    color: var(--color-heading);
}

.edu-course .course-hover-content .content .title {
    color: var(--color-white);
}

    .edu-course .course-hover-content .content .title a:hover {
        color: var(--color-white);
    }

.edu-course .course-hover-content .content .course-rating .rating-count {
    color: var(--color-white);
}

.edu-course .course-hover-content .content .course-price {
    color: var(--color-white);
}

.edu-course .course-hover-content .content p {
    color: var(--color-white);
    margin-bottom: 15px;
}

.edu-course .course-hover-content .content .course-meta {
    margin-bottom: 16px;
}

    .edu-course .course-hover-content .content .course-meta li {
        color: var(--color-white);
    }

        .edu-course .course-hover-content .content .course-meta li:after {
            background-color: rgba(255, 255, 255, 0.25);
        }

        .edu-course .course-hover-content .content .course-meta li i {
            color: var(--color-white);
        }

.edu-course .hover-content-aside {
    width: 344px;
    padding-left: 12px;
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%) translateX(-20px);
    -ms-transform: translateY(-50%) translateX(-20px);
    transform: translateY(-50%) translateX(-20px);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    pointer-events: none;
    z-index: 1;
}

    .edu-course .hover-content-aside .content {
        background-color: var(--color-white);
        border-radius: 4px;
        box-shadow: 0px 0px 50px 0px rgba(26, 46, 85, 0.2);
        padding: 30px 30px 40px 30px;
    }

        .edu-course .hover-content-aside .content:before {
            content: "";
            border-top: 12px solid transparent;
            border-right: 13px solid var(--color-white);
            border-bottom: 12px solid transparent;
            position: absolute;
            top: 50%;
            left: -13px;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .edu-course .hover-content-aside .content .course-rating {
            margin-bottom: 0;
        }

        .edu-course .hover-content-aside .content .course-meta {
            margin-bottom: 5px;
        }

            .edu-course .hover-content-aside .content .course-meta li {
                font-size: var(--font-size-b1);
                color: var(--color-body);
            }

                .edu-course .hover-content-aside .content .course-meta li:after {
                    height: 5px;
                    width: 5px;
                    background-color: #d1d1d1;
                    border-radius: 50%;
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
                    right: -17px;
                }

        .edu-course .hover-content-aside .content .course-feature {
            margin-bottom: 25px;
        }

            .edu-course .hover-content-aside .content .course-feature ul li {
                font-size: 13px;
                position: relative;
                padding-left: 28px;
            }

                .edu-course .hover-content-aside .content .course-feature ul li:before {
                    content: "\e913";
                    font-family: 'icomoon';
                    color: var(--color-heading);
                    margin-right: 15px;
                    position: absolute;
                    left: 0;
                    top: 2px;
                }

        .edu-course .hover-content-aside .content .button-group .edu-btn {
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
        }

    .edu-course .hover-content-aside.content-right {
        left: auto;
        right: 100%;
        padding-left: 0;
        padding-right: 12px;
    }

        .edu-course .hover-content-aside.content-right .content:before {
            left: auto;
            right: -12px;
            -webkit-transform: scaleX(-1);
            -ms-transform: scaleX(-1);
            transform: scaleX(-1);
        }

.edu-course:hover .course-hover-content-wrapper {
    opacity: 1;
}

.edu-course:hover .thumbnail a img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.edu-course:hover .course-hover-content {
    visibility: visible;
    opacity: 1;
}

.edu-course:hover .hover-content-aside {
    pointer-events: all;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-50%) translateX(0);
    -ms-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
}

.edu-course.course-style-2 .course-hover-content .content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.edu-course.course-style-3 {
    background-color: transparent;
    padding-bottom: 5px;
    z-index: 1;
    box-shadow: 0px 0px 16px rgb(4 59 80 / 15%);
    margin-bottom: 30px;
}

    .edu-course.course-style-3:before {
        content: "";
        height: 10px;
        width: 100%;
        background-color: var(--color-white);
        border-radius: 0 0 4px 4px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: -1;
        -webkit-transition: var(--transition);
        transition: var(--transition);
    }

    .edu-course.course-style-3 .thumbnail .time-top {
        right: auto;
        left: 30px;
    }

    .edu-course.course-style-3 .content {
        padding: 0px 20px 20px;
        background-color: var(--color-white);
        border-radius: 0 0 4px 4px;
        position: relative;
        -webkit-transition: var(--transition);
        transition: var(--transition);
    }

        .edu-course.course-style-3 .content .course-level {
            /* color: var(--color-secondary); */
            /* background-color: rgba(238, 74, 98, 0.15); */
            margin-bottom: 10px;
            background-color: rgba(248, 148, 31, 0.1);
            color: var(--color-extra05);
        }

        .edu-course.course-style-3 .content .title {
            height: 40px;
            font-weight: 600;
            line-height: 20px;
            color: #0577b5;
            display: none;
        }

        .edu-course.course-style-3 .content p {
            margin-bottom: 20px;
            font-size: 17px;
            text-align: justify;
            color: #464646;
            line-height: 28px;
        }

        .edu-course.course-style-3 .content .course-rating {
            margin-bottom: 0;
        }

        .edu-course.course-style-3 .content .read-more-btn {
            /*visibility: hidden;*/
            /*opacity: 0;
        margin-bottom: -50px;*/
            margin-top: 10px;
            opacity: 1;
            margin-bottom: 0px;
            -webkit-transition: var(--transition);
            transition: var(--transition);
        }

    .edu-course.course-style-3:hover:before {
        /* background-color: rgba(255, 91, 92, 0.3);*/
        background-color: #f6540380;
    }

    .edu-course.course-style-3:hover .thumbnail {
        margin-bottom: 0px;
    }

        .edu-course.course-style-3:hover .thumbnail a:after {
            background-color: rgba(0, 0, 0, 0.5);
        }

    .edu-course.course-style-3:hover .content .read-more-btn {
        margin-top: 10px;
        margin-bottom: 0;
        visibility: visible;
        opacity: 1;
    }

.top-courses-grid {
    list-style: none;
    text-align: center;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
}

.edu-event .content .event-date {
    width: 65px;
    height: 65px;
    background: var(--color-primary);
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: -75px;
    right: 10px;
    z-index: 1;
}

    .edu-event .content .event-date span {
        font-weight: 700;
        font-size: 22px;
        display: block;
        color: var(--color-white);
        text-align: center;
        font-family: var(--font-secondary);
    }

        .edu-event .content .event-date span.day {
            line-height: 1;
            margin-bottom: 4px;
        }

        .edu-event .content .event-date span.month {
            line-height: 1;
            font-size: 14px;
            font-weight: 500;
        }

.info-more-me .item p {
    margin-bottom: 0px !important;
}

.info-more-me {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.edu-event .read-more-btn {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.offer {
    color: #f45303;
    padding-left: 15px;
    animation: blinker 1s linear infinite;
}

.top-courses-grid {
}

@media (min-width:1600px) and (max-width:1920px) {
    .top-courses-grid .tc-iteam {
        width: 25%;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width:1200px) and (max-width:1699px) {
    .top-courses-grid .tc-iteam {
        width: 33.33%;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width:768px) and (max-width:1199px) {
    .top-courses-grid .tc-iteam {
        width: 50%;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width:260px) and (max-width:767px) {
    .top-courses-grid .tc-iteam {
        width: 100%;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

.edu-event .read-more-btn .readon {
    padding: 5px 10px;
    font-size: 15px;
    line-height: 16px;
}

@-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.0;
    }
}

.waitingForConnection {
    -webkit-animation-name: blinker;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(.5, 0, 1, 1);
    -webkit-animation-duration: 1.7s;
}

.blink_me {
    animation: blinker 1s linear infinite;
    color: red;
    font-size: 13px;
    font-weight: 600;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.table-certificate {
    border: 0px !important;
}

    .table-certificate > tbody > tr > th {
        background: #01619e;
        color: #fff;
        font-weight: 600;
    }

@media (min-width:260px) and (max-width:767px) {
    .page-title .captions {
        font-size: 18px;
        font-weight: 600;
        text-transform: capitalize;
        line-height: 24px;
        margin: 0 0 7px 0;
    }

    .enquire-now2 {
        position: fixed;
        z-index: 999;
        bottom: 0px;
        right: 5px;
        top: 60px;
        display: inline-table;
        cursor: pointer;
    }

        .enquire-now2 img {
            width: 75px;
        }

    .table-certificate > tbody {
        display: flex;
        width: 100%;
    }

        .table-certificate > thead > tr,
        .table-certificate > tbody > tr {
            display: flex;
            flex-direction: column;
        }

    .mobile-group-check {
        display: flex;
        flex-direction: column;
    }

        .mobile-group-check .form-check-inline {
            min-height: 100px;
        }
}

.table-reponsive {
    overflow: auto;
}

.btn-t2 {
    background: #fb8b20;
    border-radius: 2px;
    font-size: 13px;
    line-height: normal;
    padding: 4px 10px;
    color: #fff !important;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

a.btn-t2:hover {
    background: #00b0e6;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

#InquireContainer {
}

.Inquire-Content-Overlay {
    position: fixed;
    background: rgba(15, 11, 11, 0.5);
    z-index: 9999;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 1;
    visibility: visible;
    transition: visibility 0.2s, opacity 0.2s ease-in;
}

.Inquire-Content {
    display: block;
    background: #ffffff;
    right: -323px;
    position: fixed;
    opacity: 1;
    width: 546px;
    height: auto;
    z-index: 1000;
    top: 90px;
    /* border-radius: 16px 0 0 16px; */
    box-shadow: -1px 0px 2px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease-in 0s;
}

    .Inquire-Content .slideClose {
        width: 35px;
        height: 40px;
        background-color: #fff;
        border-radius: 60px 0px 0px 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: box-shadow 1s, border-width 1s ease-out;
        -moz-transition: box-shadow 1s, border-width 1s ease-out;
        -webkit-transition: box-shadow 1s, border-width 1s ease-out;
        position: absolute;
        top: 15px;
        left: -100px;
        border-width: 1px 0px 1px 1px;
        border-style: solid;
        border-color: rgba(5, 47, 95, 0.1);
        cursor: pointer;
    }

    .Inquire-Content.InquireShow .slideClose {
        -moz-transition: box-shadow 0s, border-width 0.5s ease-in;
        -webkit-transition: box-shadow 0s, border-width 0.5s ease-in;
        transition: box-shadow 0s, border-width 0.5s ease-in;
        box-shadow: none;
    }

.Inquire-Box {
    display: block;
    background: #f3285d;
    background: linear-gradient(180deg, #f3285d 0%, #3d0692 120%);
    position: relative;
    overflow-y: hidden;
    height: auto;
    padding: 20px 20px;
    border-radius: 0px;
    box-shadow: -1px 0px 2px rgb(0 0 0 / 10%);
}

    .Inquire-Box #form {
        width: -webkit-fill-available;
        width: -moz-available;
        background: #fff2f2;
        border: 1px solid #ffebdc;
        border-radius: 8px;
        padding: 20px;
        margin: 0px 0 0px 0;
        display: flex;
        align-items: center;
        position: relative;
        transition: all 0.3s;
    }

.InquireShow {
    display: block;
    background: #ffffff;
    right: 0;
    position: fixed;
    opacity: 1;
    width: 546px;
    height: auto;
    z-index: 10000;
    top: 90px;
    border-radius: 16px 0 0 16px;
}


.Inquire-Content {
    max-width: 320px !important;
    border-radius: 0px;
}

    .Inquire-Content .input-box-p {
        position: relative;
        margin-bottom: 15px;
        width: 100%;
    }

    .Inquire-Content .input-box-b {
        position: relative;
        margin-bottom: 0px;
        width: 100%;
    }


    .Inquire-Content #form {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .Inquire-Content .input-box-p .text-danger {
        position: absolute;
        width: 100%;
        font-size: 10px;
        color: red;
        bottom: -10px;
    }

    .Inquire-Content .input-box-p img {
        width: 100%;
    }

@media (min-width: 300px) and (max-width: 768px) {

    .Inquire-Content {
        max-width: 300px !important;
        border-radius: 0px;
        top: 60px;
        right: -300px;
    }

    .InquireShow {
        right: 0px;
    }

    .Inquire-Content .slideClose {
        background-color: transparent;
        left: -60px;
        top: 0px;
    }
}

/*Start testimonial*/

.gap-lg-bottom-equal {
    padding: 80px 0px;
    background: linear-gradient(180deg, #f3285d 0%, #3d0692 120%);
}

.testimonial-heading-area {
    padding-right: 50px;
}

.section-title.section-left {
    text-align: center;
}

.section-title .title {
    margin-bottom: 4px;
}

.section-title p {
    margin-bottom: 24px;
    margin-top: 15px;
}

.testimonial-grid {
    box-shadow: var(--shadow-darker);
    /*background-color: var(--color-white);*/
    background: #fff2f2;
    border: 1px solid #ffebdc border-radius: 10px;
    padding: 40px 30px 40px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.testimonial-coverflow .testimonial-grid {
    /*margin: 55px 0;*/
    margin: 50px 0 50px;
    position: relative;
}

.feedback-grid {
    box-shadow: var(--shadow-darker);
    background: #f3285d;
    background: linear-gradient(180deg, #f3285d 0%, #3d0692 120%);
    border-radius: 10px;
    padding: 25px 20px 25px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.testimonial-coverflow .feedback-grid {
    /*margin: 55px 0;*/
    margin: 10px 0 60px;
    position: relative;
}

.bg-t {
    background: linear-gradient(180deg, #f3285d 0%, #3d0692 120%);
}

.white-c {
    color: #fff !important;
}

.testimonial-grid .thumbnail {
    display: inline-block;
    position: relative;
    margin-bottom: 35px;
    padding: 0px;
    line-height: normal;
    border: none;
    background-color: transparent;
}

    .testimonial-grid .thumbnail img {
        border-radius: 50%;
    }

    .testimonial-grid .thumbnail .qoute-icon {
        height: 34px;
        width: 34px;
        line-height: 30px;
        font-size: 13px;
        color: var(--color-white);
        background-color: var(--color-primary);
        border-radius: 50%;
        border: 4px solid var(--color-white);
        display: block;
        text-align: center;
        position: absolute;
        bottom: -8px;
        right: -12px;
    }

.testimonial-grid .content p {
    margin-bottom: 20px;
    font-size: 18px;
    height: 260px;
    font-family: var(--font-euclid-circular) !important;
    color: #191919;
    text-align: justify;
    line-height: 1.75;
}

.testimonial-grid .content .rating-icon {
    margin-bottom: 6px;
}

    .testimonial-grid .content .rating-icon i {
        color: #f8b81f;
    }

.testimonial-grid .content .title {
    font-weight: var(--p-medium);
    margin-bottom: 2px;
    font-size: 20px;
    font-family: var(--font-euclid-circular) !important;
    color: #f65403;
}

.swiper-testimonial-slider-wrapper .swiper-slide {
    opacity: 0;
}

    .swiper-testimonial-slider-wrapper .swiper-slide.swiper-slide-visible {
        opacity: 1;
    }

        .swiper-testimonial-slider-wrapper .swiper-slide.swiper-slide-visible.swiper-slide-prev .testimonial-grid {
            /*margin-left: 36px;*/
            margin-left: 0px;
            /*box-shadow: 70px 0px 50px 0px rgba(26, 46, 85, 0.1);*/
            padding: 40px 30px 50px;
        }

@media only screen and (max-width: 1199px) {
    .swiper-testimonial-slider-wrapper .swiper-slide.swiper-slide-visible.swiper-slide-prev .testimonial-grid {
        margin-left: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .swiper-testimonial-slider-wrapper .swiper-slide.swiper-slide-visible.swiper-slide-prev .testimonial-grid {
        margin-left: 40px;
    }
}

.swiper-testimonial-slider-wrapper .swiper-slide.swiper-slide-visible.swiper-slide-next .testimonial-grid {
    margin-left: 40px;
    margin-right: 36px;
    box-shadow: -40px 0px 50px 0px rgba(26, 46, 85, 0.1);
    padding: 40px 30px 50px;
}

@media only screen and (max-width: 1199px) {
    .swiper-testimonial-slider-wrapper .swiper-slide.swiper-slide-visible.swiper-slide-next .testimonial-grid {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .swiper-testimonial-slider-wrapper .swiper-slide.swiper-slide-visible.swiper-slide-next .testimonial-grid {
        margin-left: 40px;
    }
}

.testimonial-coverflow .testimonial-grid:before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: var(--color-white);
    opacity: .3;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.testimonial-coverflow .swiper-slide.swiper-slide-visible.swiper-slide-active .testimonial-grid:before {
    opacity: 0;
}

.testimonial-grid:after {
    /*content: url(../images/shape-1.png);*/
    position: absolute;
    top: -5px;
    right: -5px;
    z-index: -1;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.od-lp-40 {
    /*padding-left:40px;
    padding-right:25px;*/
    background: #fff;
    padding: 10px 25px;
}

.feedback-s {
    box-shadow: var(--shadow-darker);
    background: #f3285d;
    background: linear-gradient(180deg, #f3285d 0%, #3d0692 120%);
    border-radius: 10px;
    padding: 10px 10px 10px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.association-box {
    padding: 0px 30px;
}

.b-upper-title.m-me {
    margin: 45px 0 30px 0;
}

.association-box .logo-iteam.item {
    padding: 0px 0px;
    background: #fff;
    border-radius: 10px;
}

.Inquire-Box .form-control {
    height: 30px !important;
    padding: 3px 10px !important;
    border-radius: 0px !important;
}

.Inquire-Box .readon {
    padding: 6px 14px;
    font-size: 14px;
    line-height: 18px;
}

/*End testimonial*/

.gallery-scopes {
    width: 100%;
    display: block;
    padding: 60px 0;
    text-align: center;
    background: linear-gradient(to bottom, #aaad2436 0%, #e5b400a8 100%);
    position: relative;
}

.top-gallery-area {
}

    .top-gallery-area h6 {
        /*text-transform: uppercase;*/
        word-spacing: 6px;
        font-family: cursive;
    }

.top-album-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    margin: 25px 0px 0px;
}

    .top-album-list > a {
        text-align: center;
        text-transform: uppercase;
        padding: 0px 25px;
        font-weight: 600;
        color: #000;
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        -ms-transition: 0.3s ease;
        transition: 0.3s ease;
        cursor: pointer !important;
        word-spacing: 5px;
    }

        .top-album-list > a:hover {
            -webkit-transition: 0.3s ease;
            -moz-transition: 0.3s ease;
            -o-transition: 0.3s ease;
            -ms-transition: 0.3s ease;
            transition: 0.3s ease;
            cursor: pointer !important;
            text-decoration: underline;
            color: #fc235b;
        }

.gallery-grid {
    padding: 10px;
    background: #fff;
    /*-webkit-box-shadow: 0px 3px 15px 4px #e7e7e7;
    -moz-box-shadow: 0px 3px 15px 4px #e7e7e7;
    box-shadow: 0px 3px 15px 4px #e7e7e7;*/
    position: relative;
}

.swiper-gallery-slider-wrapper .swiper-pagination {
    position: relative;
    margin-top: 20px;
}

.top-gallery-area h2.center-title {
    /* color: #fff;*/
}

.gallery-scopes:before {
    content: "";
    background: url(../images/g-bg2.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.5;
    z-index: -1;
}

.tz-gallery .row > div {
    /*box-shadow: 0 2px 4px rgb(0 0 0 / 8%), 0 4px 12px rgb(0 0 0 / 8%);*/
}

.always-show-content {
    padding: 10px 10px;
    display: flex;
    box-shadow: 0 2px 4px rgb(0 0 0 / 8%), 0 4px 12px rgb(0 0 0 / 8%);
    position: relative;
}

.lightbox.always-show-content .content {
    opacity: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0px;
    left: 0px;
    bottom: 0px;
}

    .lightbox.always-show-content .content .content-title {
        background: rgb(255 255 255 / 80%);
        padding: 5px 10px 15px;
        color: #161616;
        font-size: 18px;
    }

.always-show-content2 {
}

.lightbox.always-show-content2 .content {
    opacity: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0px;
    left: 0px;
    bottom: 0px;
}

    .lightbox.always-show-content2 .content .content-title {
        background: rgb(255 255 255 / 80%);
        padding: 5px 10px 20px;
        color: #161616;
        font-size: 18px;
    }


.lightbox-link.always-show-content .content {
    opacity: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0px;
    left: 0px;
    bottom: 0px;
}

    .lightbox-link.always-show-content .content .content-title {
        background: rgb(255 255 255 / 80%);
        padding: 5px 10px 15px;
        color: #161616;
        font-size: 18px;
    }

.always-show-content2 {
}

.lightbox-link.always-show-content2 .content {
    opacity: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0px;
    left: 0px;
    bottom: 0px;
}

    .lightbox-link.always-show-content2 .content .content-title {
        background: rgb(255 255 255 / 80%);
        padding: 5px 10px 20px;
        color: #161616;
        font-size: 18px;
    }

.go-whatsapp-chat {
    position: fixed;
    left: 20px;
    bottom: 85px;
    z-index: 99;
}

    .go-whatsapp-chat .icon i {
        display: flex;
        height: 60px;
        width: 60px;
        line-height: normal;
        background-color: #219c26;
        color: #fff;
        -webkit-box-shadow: 0 2px 4px rgb(0 0 0 / 8%), 0 4px 12px rgb(0 0 0 / 8%);
        box-shadow: 0 2px 4px rgb(0 0 0 / 8%), 0 4px 12px rgb(0 0 0 / 8%);
        border-radius: 50%;
        font-size: 40px;
        text-align: center;
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        -ms-transition: 0.3s ease;
        transition: 0.3s ease;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

        .go-whatsapp-chat .icon i:hover {
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1);
            -webkit-transition: 0.3s ease;
            -moz-transition: 0.3s ease;
            -o-transition: 0.3s ease;
            -ms-transition: 0.3s ease;
            transition: 0.3s ease;
        }

.service__style--1 {
    z-index: 2;
    text-align: left;
    padding: 50px 50px;
    position: relative;
    border-right: 1px solid #ffffff1a;
    height: 100%;
    transition: 0.3s;
}

    .service__style--1::before {
        content: "";
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: var(--color-darker);
        z-index: -1;
        position: absolute;
        /*border-radius: 10px;*/
        opacity: 1;
        transition: 0.3s;
    }

    .service__style--1 .icon {
        margin-bottom: 15px;
    }

        .service__style--1 .icon img {
            max-height: 60px;
        }

    .service__style--1 .content .title {
        color: #ffffff;
        font-size: 20px;
        font-weight: 500;
        line-height: normal;
    }

    .service__style--1 .content p {
        color: #ffffffb3;
        font-size: 16px;
        font-weight: 400;
    }

.service.service__style--1::after {
    content: "";
    width: 80%;
    height: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: var(--color-darker);
    bottom: 0;
    border-radius: 0;
    filter: blur(10px);
    z-index: -5;
    opacity: 0;
    transition: 0.3s;
}

.service.service__style--1.cs1::before {
    content: "";
    background: #f6941e;
}

.service.service__style--1.cs2::before {
    content: "";
    background: #413f40;
}

.service.service__style--1.cs3::before {
    content: "";
    background: #027679;
}

.service.service__style--1.cs4::before {
    content: "";
    background: #af1d4c;
}

.service.service__style--1.cs5::before {
    content: "";
    background: #4e4bb2;
}

.service.service__style--1.cs6::before {
    content: "";
    background: #6d6e72;
}

.service__style--1:hover {
    transform: translateY(-20px) scale(1.03);
    border-color: transparent;
    box-shadow: 5px 16px 5px #cdc8c3;
}

    .service__style--1:hover::before {
        opacity: 1;
        transform: scale(1);
    }

.service.service__style--1:hover::after {
    opacity: 1;
}

.our-platform .service-wrapper {
    position: relative;
    z-index: 91;
    /*  background: rgb(255 175 2);*/
    border-radius: 0px;
    backdrop-filter: blur(15px);
    /* background-image: linear-gradient(218.15deg, rgb(247 117 5 / 50%) 0%, rgb(231 17 35 / 50%) 100%);*/
}

.our-platform {
    display: none;
}

    .our-platform .splash-service-main {
        margin-top: 0px;
        border-radius: 0px;
    }

.service__style--column {
    padding: 0px 0px;
}

@media (min-width:1401px) and (max-width:2300px) {
    .d-flex {
        display: flex;
    }

    .jcc-f {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

@media (min-width:721px) and (max-width:1400px) {
    .service__style--1 {
        padding: 20px 25px;
        /* display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
        text-align: center;*/
    }

        .service__style--1 .content .title {
            font-size: 16px;
        }

    .d-flex {
        display: flex;
    }

    .jcc-f {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

@media (min-width:360px) and (max-width:720px) {
    .service__style--1 {
        padding: 20px 25px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
        text-align: center;
    }
}

.module-box {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

    .module-box h3 {
        margin: 0px 0px 10px;
        /* background: #f24d5d; */
        padding: 3px 0px;
        color: #01619e;
        font-size: 18px;
        font-weight: bold;
    }

.unit-box {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-left: 15px;
    margin-bottom: 10px;
}

    .unit-box > strong {
        color: #102d47;
        font-size: 17px;
        font-weight: bold;
    }

    .unit-box .sq-list2 {
        padding-left: 0px;
        margin-left: 25px;
        margin-bottom: 15px;
    }

        .unit-box .sq-list2 li {
            padding-bottom: 2px !important;
        }

.content-pt {
    padding-top: 20px;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 750px;
        margin: 30px auto;
    }
}

.edu-course.course-style-3 .thumbnail .time-top.p-video {
    left: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.edu-course .thumbnail .time-top.p-video .play-now {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
    height: 65px;
    width: 65px;
    border-radius: 50%;
    color: #fff;
    font-size: 36px;
    text-align: center;
    position: relative;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    border: none;
    background: #246bad;
    background: -moz-linear-gradient(top, #246bad 0%, #ff9801 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #246bad), color-stop(100%, #ff9801));
    background: -webkit-linear-gradient(top, #246bad 0%, #ff9801 100%);
    background: -o-linear-gradient(top, #246bad 0%, #ff9801 100%);
    background: -ms-linear-gradient(top, #246bad 0%, #ff9801 100%);
    background: linear-gradient(to bottom, #246bad 0%, #ff9801 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#246bad', endColorstr='#00c8c8', GradientType=0);
}

    .edu-course .thumbnail .time-top.p-video .play-now:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        bottom: 0;
        left: 0;
        -webkit-transition: var(--transition);
        transition: var(--transition);
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, 0.3);
        -webkit-animation: ripple 2s linear infinite;
        animation: ripple 2s linear infinite;
    }

    .edu-course .thumbnail .time-top.p-video .play-now:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        bottom: 0;
        left: 0;
        -webkit-transition: var(--transition);
        transition: var(--transition);
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, 0.3);
        -webkit-animation: ripple 2s linear 1s infinite;
        animation: ripple 2s linear 1s infinite;
    }

    .edu-course .thumbnail .time-top.p-video .play-now:hover {
        opacity: .85;
    }

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

.mgtp-15 {
    margin-top: 15px;
}

.mgtp-20 {
    margin-top: 20px;
}

.video-mgtp {
    margin-top: 50px;
}

.privacy-policy h2 {
    color: #f65403 !important;
}

header .header-main .edugate-dropdown-menu-1 li .link-page > .bg-c-c {
    float: right;
    line-height: normal;
    margin: 2px -15px 0px;
}

header .header-main .edugate-dropdown-menu-1 li .link-page > .bg-c-c-img {
    float: right;
    line-height: normal;
    margin: 2px -15px 0px;
    position: relative;
}

    header .header-main .edugate-dropdown-menu-1 li .link-page > .bg-c-c-img img {
        position: absolute;
        width: inherit;
        height: 27px;
        top: -3px;
        left: -35px;
    }

.reg-now-box {
    display: flex;
    height: 150px;
    justify-content: flex-end;
    align-content: flex-end;
    flex-direction: column;
    /* width: 281px; */
    float: right;
}

.readon i {
    position: relative;
    top: 1px;
    transition: 0.4s;
    left: 0;
    font-size: 110%;
}

.toggle-ddl {
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    height: 40px;
    padding: 0px 0px;
    background: #fff;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 0 none;
    border-radius: 3px;
    color: var(--color-heading);
    font-family: var(--font-secondary);
    font-size: 15px;
    font-weight: 600;
    background: url(../images/icons/arrow-icon.png) 96% center no-repeat transparent;
    /* background-color: var(--color-lighten01); */
    min-width: 160px;
    cursor: pointer;
    border: 1px solid #ced4da;
}

.myform-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
}

.select-btn {
    background-color: #fff !important;
    color: #000 !important;
    border: none !important;
    width: 100%;
    text-align: left;
    height: 34px !important;
    padding: 0px 15px !important;
}

.select-btn-sub {
    background-color: #fff !important;
    float: right;
    border: none !important;
    top: 0px;
    width: 15px;
    height: 15px;
    right: 0px;
    color: #212121 !important;
    padding: 0px 0px;
    position: absolute;
    /* font-size: 11px; */
}

.toggle-ddl button {
    background-color: transparent !important;
    padding: 0px 10px !important;
    height: 40px !important;
}

.box-h {
    display: none !important;
}

.dropdown-toggle {
    white-space: nowrap;
}

.me-select-box-m {
    height: 242px;
    width: 100%;
    left: 2px;
}

.ddlMultiple {
    overflow: auto;
    z-index: 99999;
    position: absolute;
    background: #fff;
    /* height: 150px; */
    border: solid 1px #ced4da;
    padding: 4px;
    margin-left: -0.5%;
    color: #000;
}

.cag-name {
    font-weight: 800;
    font-size: 50px !important;
    color: #f65403;
    text-align: center;
    padding: 0px 0px 5px;
    margin-bottom: 15px;
    font-family: sans-serif;
    text-shadow: 1px 1px 0px #3e3e3e;
    text-shadow: 1px 1px 1px #6a2300, 1px 2px 1px #6a2300, 1px 3px 1px #6a2300, 1px 4px 1px #6a2300, 1px 5px 1px #6a2300, 1px 6px 0px #6a2300, 1px 7px 1px #6a2300, 1px 15px 6px rgba(16, 16, 16, 0.4), 1px 20px 10px rgba(16, 16, 16, 0.2), 1px 25px 35px rgba(16, 16, 16, 0.2);
    text-transform: uppercase;
    word-spacing: 5px;
    letter-spacing: 1px;
}

.course-cag-box {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #fc9b12;
    padding: 15px 15px 25px;
    overflow: hidden;
}

.cag-item {
    /*border: 1px solid #fc9b12;*/
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    /*padding: 30px 15px 15px;*/
}

    .cag-item .tc-iteam {
        width: 25%;
        padding: 0px 15px;
    }

.edu-course .content .course-level {
    margin-top: 0px;
}

@media (min-width:1600px) and (max-width:2300px) {
    .cag-item .tc-iteam {
        width: 25%;
        padding: 0px 15px;
    }

    .edu-course .content .course-level {
        font-size: 20px;
        min-height: 60px;
        font-weight: 600;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
        text-align: center;
        margin-top: 0px;
    }

    .edu-course.course-style-3 .content .course-level {
        color: #f65403;
    }

    .cag-name {
        font-weight: 600;
    }

    .course-categories-sec .container {
        width: 90%;
    }
}

@media (min-width:1281px) and (max-width:1599px) {
    .cag-item .tc-iteam {
        width: 25%;
        padding: 0px 5px;
    }

    /* .cag-item {
        padding: 20px 15px 0px;
    }*/
    .course-cag-box {
        padding: 15px 15px 25px;
    }

    .edu-course .content .course-level {
        font-size: 18px;
        min-height: 58px;
        font-weight: 500;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
        text-align: center;
    }

    .edu-course.course-style-3 .content .course-level {
        color: #f65403;
    }

    .cag-name {
        font-weight: 600;
    }
}

@media (min-width:768px) and (max-width:1280px) {
    .cag-item .tc-iteam {
        width: 50%;
        padding: 0px 15px;
    }

    header .header-main .logo .header-logo img {
        height: 50px;
    }
}

@media (min-width:260px) and (max-width:767px) {
    .cag-item .tc-iteam {
        width: 100%;
        padding: 0px 0px;
    }

    .course-cag-box {
        padding: 20px 15px 25px;
    }

    .cag-item {
        display: flex;
        flex-direction: column;
    }

    .cag-name {
        font-weight: 600;
        font-size: 20px;
    }

    .edu-course .content .course-level {
        font-size: 18px;
        min-height: 58px;
        font-weight: 500;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
        text-align: center;
    }
    .announcement {
        display: none;
    }
}

.learnMoreCourse-b {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

    .learnMoreCourse-b .readon {
        background: #01619e;
    }

        .learnMoreCourse-b .readon:hover {
            background: #01619e;
        }

        .learnMoreCourse-b .readon:after {
            background-color: #f65403;
        }

.scroll-animation-all-wrapper {
    position: relative;
    padding: 0px 0px 30px;
}

    .scroll-animation-all-wrapper::before,
    .scroll-animation-all-wrapper::after {
        position: absolute;
        height: 100%;
        width: 150px;
        background: linear-gradient(90deg, #fff 35px, rgba(255, 255, 255, 0));
        z-index: 2;
        content: "";
    }

    .scroll-animation-all-wrapper::before {
        top: -5px;
        left: -35px;
    }

    .scroll-animation-all-wrapper::after {
        top: -5px;
        right: -35px;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.scroll-animation-wrapper {
    position: relative;
    z-index: 1;
}

.mt--30 {
    margin-top: 30px !important;
}

.scroll-animation {
    display: flex;
    width: -webkit-calc((420px* 16) +(30px* 16));
    width: -moz-calc((420px* 16) +(30px* 16));
    width: 7200px;
    position: relative;
}

    .scroll-animation.scroll-right-left {
        -webkit-animation: scroll 80s linear infinite;
        -moz-animation: scroll 80s linear infinite;
        animation: scroll 80s linear infinite;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

.rbt-categori-list {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: flex-end;
}

    .rbt-categori-list a {
        border: 0 none;
        padding: 0px 35px;
        text-transform: capitalize;
        background: #f65403;
        color: #ffffff;
        /* box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41); */
        box-shadow: 2px 2px 4px rgb(0 0 0 / 50%);
        height: 40px;
        line-height: 38px;
        border-radius: 500px;
        font-size: 18px;
        letter-spacing: 0px;
        transition: 0.4s;
        display: inline-block;
        /* min-width: 100px; */
        transition: 0.4s;
        text-align: center;
    }

        .rbt-categori-list a i {
            margin-right: 6px;
        }

        .rbt-categori-list a:hover {
            background: #01619e;
            color: #fff;
            transform: scale(1.1);
        }

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(-webkit-calc(-250px * 7));
        transform: translateX(calc(-250px * 7));
    }
}

@-moz-keyframes scroll {
    0% {
        -moz-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -moz-transform: translateX(-moz-calc(-250px * 7));
        transform: translateX(calc(-250px * 7));
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(-webkit-calc(-250px * 7));
        -moz-transform: translateX(-moz-calc(-250px * 7));
        transform: translateX(calc(-250px * 7));
    }
}

@-webkit-keyframes scrollLeft {
    0% {
        -webkit-transform: translateX(-webkit-calc(-250px * 7));
        transform: translateX(calc(-250px * 7));
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-moz-keyframes scrollLeft {
    0% {
        -moz-transform: translateX(-moz-calc(-250px * 7));
        transform: translateX(calc(-250px * 7));
    }

    to {
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes scrollLeft {
    0% {
        -webkit-transform: translateX(-webkit-calc(-250px * 7));
        -moz-transform: translateX(-moz-calc(-250px * 7));
        transform: translateX(calc(-250px * 7));
    }

    to {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
}

.head-line {
    /*background: #fff6e1;*/
}

    .head-line h1 {
        text-transform: capitalize;
        text-align: center;
        color: #01619e;
    }

    .head-line p {
        text-transform: capitalize;
        text-align: center;
        color: #fd225a;
        font-weight: 700;
        font-size: 20px;
    }

    .head-line h1 {
        /* -webkit-animation: colorchange 20s infinite;*/
        text-shadow: 1px 1px 1px #606060, 1px 1px 0px #483b3b;
        font-size: 5rem;
        letter-spacing: 1px;
        margin-bottom: 26px;
        color: #01619e;
    }

.txt-btn {
    -webkit-animation: colorchange 20s infinite;
    text-shadow: 1px 1px 2px #a7a7a7, 1px 1px 0px #483b3b;
    font-size: 5rem;
    letter-spacing: 1px;
    margin-bottom: 0px;
    font-family: var(--font-euclid-circular) !important;
    font-weight: 600;
    text-transform: uppercase;
    line-height: normal;
}

@-webkit-keyframes colorchange {

    0% {
        color: #31a96b;
    }

    10% {
        color: #d5d329;
    }

    20% {
        color: #ffaa40;
    }

    30% {
        color: #d7221b;
    }

    40% {
        color: #c2178a;
    }

    50% {
        color: #b474e4;
    }

    60% {
        color: #4f38ac;
    }

    70% {
        color: #4d5ceb;
    }

    80% {
        color: #10aead;
    }

    90% {
        color: #7cc750;
    }

    100% {
        color: #7cc750;
    }
}

.course-overview h2 {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    padding: 5px 0px;
    margin: 15px 0px 0px;
    display: inline-block;
    color: #102d47;
}

.main-video {
    display: flex;
    padding: 10px 5px 10px 2px;
}

    .main-video .m-video-onpage {
        height: 396px;
    }

.tz-gallery .youtube-link {
}

    .tz-gallery .youtube-link:before {
        content: "\f16a";
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -20px;
        margin-left: -20px;
        opacity: 0;
        color: #fff;
        font-size: 60px;
        display: inline-block;
        font-family: FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        pointer-events: none;
        z-index: 9000;
        transition: 0.4s;
        cursor: pointer;
        color: #f00;
        background: #fff;
        border-radius: 10px;
    }

    .tz-gallery .youtube-link::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
        background-color: transparent;
        content: '';
        transition: 0.4s;
    }

.faqs-list .card-body .content {
    padding: 15px 15px 15px;
}

.faqs-list {
}

.faqs-list p {
    line-height: 26px;
    font-size: 17px;
}

.faqs-list a {
    line-height: 26px;
    font-size: 17px;
}

.faqs-list ol {
    font-size: 17px;
    line-height: 26px;
    padding-left: 64px;
}

.faqs-list ul {
    font-size: 17px;
    line-height: 26px;
    padding-left: 64px;
}

.faqs-list ol li {
    margin-bottom: 5px;
}

.top-announcement-slider .owl-stage-outer {
    background: -webkit-gradient(linear, left top, right top, from(#083ca0), to(#000));
    background: linear-gradient(to right, #083ca0, #000);
    color: #ffffff;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    height: auto;
}

.top-announcement-slider .announcement-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.4rem;
    min-height: 170px;
    width: 100%;
    justify-content: center;
}
.top-announcement-slider .announcement-item i {
    font-size: 2.4rem;
    line-height: 2.24rem;
    padding-right: 10px;
}
.top-announcement-slider .announcement-item span {
    font-size: 1.6rem;
    font-family: 'Montserrat', normal;
    line-height: 2.24rem;
    letter-spacing: 0.01rem;
}
.top-announcement-slider .announcement-item a {
    font-size: 1.6rem;
    font-family: 'Montserrat', normal;
    line-height: 2.24rem;
    letter-spacing: 0.01rem;
    font-weight: 700;
    cursor: pointer;
    background: transparent;
    border: none;
    color: #fec601;
    transition: 0.5s;
}
.top-announcement-slider .announcement-item a:hover {
    color: #357efd;
    transition: 0.5s;
}
.top-announcement-slider .owl-controls .owl-nav .owl-prev {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0px;
    left:0px;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: #fff;
}
.top-announcement-slider .owl-controls .owl-nav .owl-next {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0px;
    right:0px;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: #fff;
}
.no-padding {
    padding: 0px;
}
.top-announcement-slider .announcement-item.bg1 {
    background: -webkit-gradient(linear, left top, right top, from(#de6161), to(#2657eb));
    background: linear-gradient(to right, #de6161, #2657eb);
}
.top-announcement-slider .announcement-item.bg2 {
    background: -webkit-gradient(linear, left top, right top, from(#C33764), to(#1d2671));
    background: linear-gradient(to right, #C33764, #1d2671);
}
.top-announcement-slider .announcement-item.bg3 {
    background: -webkit-gradient(linear, left top, right top, from(#34e89e), to(#0f3443));
    background: linear-gradient(to right, #34e89e, #0f3443);
}
.top-announcement-slider .announcement-item.bg4 {
    background: -webkit-gradient(linear, left top, right top, from(#0575E6), to(#021B79));
    background: linear-gradient(to right, #0575E6, #021B79);
}
.top-announcement-slider .announcement-item.bg5 {
    background: -webkit-gradient(linear, left top, right top, from(#43C6AC), to(#191654));
    background: linear-gradient(to right, #43C6AC, #191654);
}
.top-announcement-slider .announcement-item.bg6 {
    background: -webkit-gradient(linear, left top, right top, from(#F3904F), to(#3B4371));
    background: linear-gradient(to right, #F3904F, #3B4371);
}
.course-overview h1 {
    font-size: 30px;
    color: #01619e;
    margin: 0px;
    margin-bottom: 15px;
    line-height: 40px;
    text-transform: capitalize;
    font-weight: 500;
}
.article-box p {
    position: relative;
    padding-left: 25px;
    line-height: 28px;
}
.article-box > p > span {
    position: absolute;
    font-weight: 700;
    top: 0px;
    left: 0px;
}
.article-box h4 {
    margin-bottom: 10px !important;
}
.article-img img {
    width: 100%;
    max-width: none;
    /* border: 2px solid #ff9801; */
    padding: 10px;
    margin: 5px 0px 20px;
}
.article-box img {
    width: 100%;
    max-width: none;
    /* border: 2px solid #ff9801; */
    padding: 10px;
    margin: 5px 0px 20px;
}
.article-img blockquote {
    background: #fff0e8;
    margin: 20px 0px 25px;
    padding: 30px 120px 30px 30px;
    position: relative;
    z-index: 1;
}
    .article-img blockquote::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 6px;
        height: 100%;
        background: #fb8b20;
    }
    .article-img blockquote::after {
        content: "\f10e";
        position: absolute;
        right: 30px;
        top: 38px;
        line-height: 1;
        font-size: 60px;
        color: #fb8b20;
        font-family: FontAwesome;
        font-weight: 700;
        z-index: -1;
    }
    .article-img blockquote.blue {
        background: #e4f4ff;
        margin: 20px 0px 25px;
        padding: 30px 120px 30px 30px;
        position: relative;
        z-index: 1;
    }

        .article-img blockquote.blue::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 6px;
            height: 100%;
            background: #01619e;
        }

        .article-img blockquote.blue::after {
            content: "\f10e";
            position: absolute;
            right: 30px;
            top: 38px;
            line-height: 1;
            font-size: 60px;
            color: #01619e;
            font-family: FontAwesome;
            font-weight: 700;
            z-index: -1;
        }

    .article-img blockquote p {
        font-weight: 600 !important;
        font-size: 20px;
        line-height: 30px;
    }
.post-by {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 30px;
}
.post-by i {
    color: #ff4b03;
}
.post-by b {
    color: #49575f !important;
    padding-left: 3px;
}
.latest-post-box {
    display: flex;
    flex-direction: column;
}
.lp-item {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}
.lp-item:last-child {
    display: flex;
    flex-direction: row;
    margin-bottom: 0px;
}
.lp-thumb {
    display: flex;
    width: 69px;
    height: 69px;
    border: 1px solid #e1edf1;
    background: #f4fcff;
    justify-content: center;
    align-items: center;
    align-content: center;
    border-radius: 5px;
    /*overflow: hidden;*/
}
.lp-thumb img {
    width: 69px;
    max-height: 69px;
}
.lp-content {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    height: 100%;
    justify-content: flex-start;
}
.lp-content .date {
    font-size: 14px;
    color: #ff4b03;
    line-height: normal;
}
.lp-content .title {
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 5px 0px 0px;
    line-height: normal;
    /* text-align: justify; */  
}
.lp-content .title a {
    line-height: 23px;
    color: #01619e;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.lp-content .title a:hover {
    color: #ff9801;
}
.shine__animate-link {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.shine__animate-item {
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.shine__animate-link::before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.shine__animate-item:hover .shine__animate-link::before {
    -webkit-animation: hoverShine 1.2s;
    animation: hoverShine 1.2s;
}
.b-none {
    border:none;
}
.edu-course.course-style-3 .content  .rm-center {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}
.edu-course.course-style-3 .content > h2 {
    font-size: 20px;
    margin: 0px 0px 5px;
    color: #01619e;
    line-height: 25px;
    height: 50px;
}
.edu-event .read-more-btn > span > i {
    color: #f65403;
    margin-right: 5px;
}
.edu-course.course-style-3 .content > p {
    text-align: left;
}
.i-article-i .edu-course .thumbnail a {
    height:260px;
}
/*=============================
    00. Keyframe Animation
===============================*/
@-webkit-keyframes hoverShine {
    100% {
        left: 125%;
    }
}

@keyframes hoverShine {
    100% {
        left: 125%;
    }
}
.clients-box {
    -webkit-box-shadow: 0 0px 15px rgba(28, 30, 35, 0.15);
    -moz-box-shadow: 0 0px 15px rgba(28, 30, 35, 0.15);
    box-shadow: 0 0px 15px rgba(28, 30, 35, 0.15);
    padding: 5px 5px;
    margin: 15px 0px;
    position: relative;
    overflow: hidden;
}
.clients-box img {
    width: 100%;
}

.nav-tabs > li .tab-btn2 i {
    padding-right: 5px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #f65403;
    cursor: default;
    background-color: #fff;
    border: 1px solid transparent;
    border-bottom: 1px solid transparent;
    position: relative;
}
.intro-info-courses .nav-tabs > li.active > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -2px;
    left: 0px;
    border-bottom: 3px solid #f65403;
}
.owl-carousel .owl-controls .owl-nav .owl-prev {
    position: absolute;
    padding: 10px;
    background: linear-gradient(90deg, #ff0000 0%, #f15822 123.82%);
    color: #ffff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    top: 40%;
    left: 0px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 18%), 0 4px 12px rgb(0 0 0 / 15%);
    /* box-shadow: 0px 0px 16px rgb(4 59 80 / 15%); */
}
.owl-carousel .owl-controls .owl-nav .owl-next {
    position: absolute;
    padding: 10px;
    background: linear-gradient(90deg, #ff0000 0%, #f15822 123.82%);
    color: #ffff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    top: 40%;
    right: 0px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 18%), 0 4px 12px rgb(0 0 0 / 15%);
    /* box-shadow: 0px 0px 16px rgb(4 59 80 / 15%); */
}

.course-stream-box .course-iteam {
    padding: 0px 5px;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.course-stream-box .owl-carousel .owl-stage-outer {
    /*overflow: visible;*/
    /*top: 20px;*/
}
.course-stream-box {
    padding: 20px 0px 0px;
}
.course-section .intro-info-courses ul#myTab {
   /* margin-bottom: 20px;*/
}
.btn-click {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    color: #000;
    text-decoration: underline;
    position: relative;
    top: 8px;
}
.zoom-me img {
    transform: scale(1);
    -webkit-transition: transform 1s linear;
    -moz-transition: transform 1s linear;
    -ms-transition: transform 1s linear;
    -o-transition: transform 1s linear;
    transition: transform 1s linear;
}

.zoom-me:hover img {
    transform: scale(1.25);
    -webkit-transition: transform 1s linear;
    -moz-transition: transform 1s linear;
    -ms-transition: transform 1s linear;
    -o-transition: transform 1s linear;
    transition: transform 1s linear;
}
.brand-section-area {
    position: relative;
    margin-bottom: 100px;
}
.marquee-wrap .marquee-text {
    animation: marquee 20s linear infinite;
    position: relative;
    width: 100%;
    white-space: nowrap;
    margin-bottom: 30px;
    padding: 0;
}
.marquee-wrap2 .marquee-text {
    animation: marquee-2 35s linear infinite;
    position: relative;
    width: 100%;
    white-space: nowrap;
    padding: 0;
}
.marquee-wrap:hover .marquee-text, .marquee-wrap2:hover .marquee-text {
    animation-play-state: paused;
}
.marquee-wrap2 .marquee-text .logo-iteam img {
    height: 160px;
}
@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translatex(-100%);
    }
}
@keyframes marquee-2 {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translatex(0);
    }
}
.marquee-wrap .marquee-text .logo-iteam, .marquee-wrap2 .marquee-text .logo-iteam {
    display: inline-block;
    padding: 0px 12px;
}

.logo-iteam img {
    box-shadow: 0 2px 4px rgb(0 0 0 / 8%), 0 4px 12px rgb(0 0 0 / 8%);
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    height: 111px;
}
.pdbt-0{
    padding-bottom:0px !important;
}
.pdtp-0 {
    padding-top: 0px !important;
}

.p-slide {
    display: flex;
    justify-content: center;
    padding: 25px 15px 50px;
    transition: background 0.4s ease;
    -webkit-transition: background 0.4s ease;
    -moz-transition: background 0.4s ease;
    -ms-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
}
    .p-slide .project-card.style1 {
        position: relative;
        overflow: visible;
        max-width: 440px;
        margin: 0 auto;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
    }
.p-slide  .project-card.style1 .project-img {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
    .p-slide .project-card.style1 .project-img img {
        width: 100%;
        /* height: 450px; */
        object-fit: cover;
        transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
    }

    .p-slide .project-card.style1:hover .project-img img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
    }

.fancy-box.style2 {
    position: absolute;
    z-index: 2;
    bottom: -35px;
    left: 25px;
    right: 25px;
    padding: 14px 20px 15px;
    background-color: #fff;
    /* overflow: hidden; */
    border-left: 0px solid #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    display: flex;
    flex-direction: row;
    align-items: center;
    box-shadow: 0 2px 4px rgb(0 0 0 / 8%), 0 4px 12px rgb(0 0 0 / 8%);
}

.projects-slider-box .p-slide {
    /*  -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;*/
}

.fancy-box.style2 h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 0px;
    margin-bottom: 0;
    padding-right: 60px;
    font-family: var(--font-euclid-circular) !important;
    color: #000;
    min-height: 50px;
}
.fancy-box.style2 .arrow-icon {
    position: absolute;
    top: 15px;
    bottom: 26px;
    right: 20px;
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    background: linear-gradient(90deg, #004D6E 0%, #00ACCC 100%);
    color: #fff;
    box-shadow: 0px 4px 25px 0px rgba(56, 75, 255, 0.08);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: background 0.4s ease;
    -webkit-transition: background 0.4s ease;
    -moz-transition: background 0.4s ease;
    -ms-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
}
    .fancy-box.style2 .arrow-icon:hover {
        background: linear-gradient(90deg, #004D6E 0%, #00ACCC 100%);
    }

.p-slide:hover .arrow-icon {
    background: linear-gradient(90deg, #ff0000 0%, #f15822 123.82%);
    transition: background 0.4s ease;
    -webkit-transition: background 0.4s ease;
    -moz-transition: background 0.4s ease;
    -ms-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
}
.swiper-slide {
    padding: 0px 5px;
}
header .header-main .navigation .nav-links {
    position: relative;
}

.dropdown:hover .megamenu {
    display: block;
}

header .header-main .megamenu {
    top: 90px;
    width: 100%;
    border-radius: 0;
    border: none;
    padding: 0px 0;
    /* border-bottom: 5px solid #86bc42; */
    z-index: 1001 !important;
    background: #e0f6ff;
}
header .header-main .megamenu1-3 {
    top: 90px;
    width: 370px;
    border-radius: 0;
    border: none;
    padding: 0px 0;
    /* border-bottom: 5px solid #86bc42; */
    z-index: 1001 !important;
    background: #fef4e9;
}

.mega-menu-box {
    padding: 10px 25px 10px;
}

.link-head {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    font-family: var(--font-euclid-circular) !important;
    color: #01619e;
    display: block;
    margin-bottom: 5px;
    /* text-transform: uppercase; */
    position: relative;
}

.link-sub-head {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    font-family: var(--font-euclid-circular) !important;
    color: #01619e !important;
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.mega-menu-list {
    list-style: none;
    padding: 0px;
    /* margin-bottom: 10px;*/
}

    .mega-menu-list li {
        transition: all .3s ease-in-out;
        position: relative;
    }

        .mega-menu-list li:hover {
            background: #fef4e9;
            transition: all .3s ease-in-out;
            position: relative;
        }

    .mega-menu-list > li > a {
        line-height: 26px;
        font-size: 15px;
        /* text-transform: capitalize; */
        color: #191919;
        border: none;
        font-weight: 500;
        position: relative;
        border-bottom: 1px solid #75d7ff;
        /* padding: 1px 25px 1px 15px; */
        display: block;
    }

        .mega-menu-list > li > a:hover, .mega-menu-list > li > a:focus {
            color: #fff !important;
            text-decoration: none;
            background-color: #00446e;
        }

header .header-main.header-fixed .megamenu {
    top: 80px;
}

.mega-menu-box .col-lg-4.col-md-4 .stream-box {
    transition: all .3s ease-in-out;
    position: relative;
    padding: 5px 5px;
    margin-bottom: 0px;
    border: 1px solid transparent;
}

    .mega-menu-box .col-lg-4.col-md-4 .stream-box .stream-inner {
        box-shadow: 0 4px 6px -1px #0000004d, 0 2px 4px -2px #00000080;
        padding: 10px 15px 15px;
        background: #fff;
        border: 1px solid #146ca5;
        font-family: var(--font-euclid-circular);
    }

.mega-menu-box .col-lg-4.col-md-4 .stream-inner:hover {
    background: #ffffff;
    transition: all .3s ease-in-out;
    /*border: 1px solid #f7c58e;*/
    /*box-shadow: 0px 4px 1px 1px #f65403;
    transform: scale(1.05);
    z-index: 1;*/
}

.mega-menu-box .col-lg-4.col-md-4 {
    padding: 0px;
}

.mgtp-20 {
    margin-top: 20px;
}

.mgtp-10 {
    margin-top: 10px;
}

.link-head:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #146ca5;
    bottom: -3px;
    left: 0px;
}
@media (min-width: 768px) {
    .navbar-nav .mega-menu {
        position: static;
    }
    .dropdown.mega-menu .edugate-dropdown-menu-1 {
        display: none;
    }
    
    
}
@media (min-width: 768px) and (max-width: 1600px) {
    .dropdown:hover .megamenu {
        display: block;
        position: fixed;
        background: #fef4e9;
    }
    
    header .header-main .logo .header-logo img {
        /* max-width: 213px; */
        width: 100%;
        transition: all .3s ease-in-out;
        height: 50px;
    }
    .navbar-nav {
        display: flex;
        margin: 0;
        flex-direction: row;
        justify-content: center;
        float: none;
    }
    header .header-main .navigation .nav-links {
        position: relative;
        width: 100%;
    }
    .mega-menu-box {
        padding: 10px 25px 10px;
        overflow-y: auto;
        height: calc(100vh - 100px);
    }
    .link-head {
        font-size: 12px;
        line-height: 20px;
        font-weight: 600;
        font-family: var(--font-euclid-circular) !important;
        color: #01619e;
        display: block;
        margin-bottom: 5px;
        /* text-transform: uppercase; */
        position: relative;
    }

    .link-sub-head {
        font-size: 12px;
        line-height: 20px;
        font-weight: 600;
        font-family: var(--font-euclid-circular) !important;
        color: #013867;
        display: block;
        margin-bottom: 5px;
        text-transform: uppercase;
    }
    .mega-menu-list > li > a {
        line-height: 20px;
        font-size: 12px;
        /* text-transform: capitalize; */
        color: #013867;
        border: none;
        font-weight: 600;
        position: relative;
        border-bottom: 1px solid #f5f5f5;
        /* padding: 1px 25px 1px 15px; */
        display: block;
    }
}

@media (min-width: 1601px) and (max-width: 1920px) {
    /*.navbar-heade {
        min-width: 265px;
    }*/
    .navbar-nav {
        display: flex;
        margin: 0;
        flex-direction: row;
        justify-content: center;
        float: none;
    }
    header .header-main .navigation .nav-links {
        position: relative;
        width: 100%;
    }
    .navbar-heade {
        min-width: 264px;
    }
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1041;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.bd-pricing-plan-wrap.style-two .bd-pricing-plan-card {
    box-shadow: 0 4px 40px rgba(0, 0, 0, .1);
    padding: 30px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}
    .bd-pricing-plan-wrap.style-two .bd-pricing-plan-card .title {
        color: #03041f;
        font-size: 18px;
        line-height: 26px;
        margin-top: 25px;
        margin-bottom: 12px;
    }
    .bd-pricing-plan-wrap.style-two .bd-pricing-plan-card .description {
        color: #5b5073;
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 22px;
    }
    .bd-pricing-plan-wrap.style-two .bd-pricing-plan-card .title {
        color: #01619e;
        font-size: 22px;
        line-height: 26px;
        margin-top: 25px;
        margin-bottom: 12px;
    }
    .bd-pricing-plan-wrap.style-two .bd-pricing-plan-card .description {
        color: #5b5073;
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 22px;
    }
    .bd-pricing-plan-wrap.style-two .bd-pricing-plan-card .price-wrap .common-price {
        position: relative;
        margin-left: 10px;
    }
    .bd-pricing-plan-wrap.style-two .bd-pricing-plan-card .price-wrap .common-price {
        position: relative;
        margin-left: 10px;
    }
    .bd-pricing-plan-wrap.style-two .bd-pricing-plan-card .description {
        color: #5b5073;
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 22px;
    }
    .bd-pricing-plan-wrap.style-two .bd-pricing-plan-card .price-wrap .common-price .amount {
        font-size: 50px;
        display: inline-block;
        line-height: 1;
        margin-bottom: 0;
    }
    .bd-pricing-plan-wrap.style-two .bd-pricing-plan-card .price-wrap .common-price .duration {
        font-size: 14px;
        color: #818181;
        line-height: 26px;
        margin-left: 5px;
    }
.course-section .intro-info-courses .mains-nav {
    width: 100%;
    display: flex;
    margin: 0px auto;
    text-align: center;
    justify-content: center;
}
.section-space-top {
    padding-top: 100px;
    padding-bottom: 100px;
}
.bd-section-title {
    font-size: 30px;
    font-weight: 500;
    margin: 0 0 30px 0;
    text-transform: capitalize;
    line-height: 30px;
    /* font-family: monospace; */
    color: #01619e;
    font-family: var(--font-euclid-circular) !important;
}

.bd-pricing-plan-wrap.style-two .bd-pricing-plan-card .thumb {
    font-size: 36px;
    color: #f65403;
}
.bd-section-subtitle {
    font-size: 20px;
    margin: 0px 0px 0px;
    position: relative;
    /* top: -15px; */
    word-spacing: 6px;
    /* font-family: cursive;*/
    color: #ff4b03;
}

.bd-pricing-plan-wrap.style-two .bd-pricing-plan-card .price-wrap .common-price .dollar {
    font-size: 50px;
}





.bd-pricing-plan-wrap.style-four .bd-pricing-item {
    border-radius: 10px;
    transition: .3s linear;
    overflow: hidden;
}
.bd-pricing-plan-wrap.style-four .bd-pricing-thumb {
    position: relative;
    overflow: hidden;
}
    .bd-pricing-plan-wrap.style-four .bd-pricing-thumb .title {
        position: absolute;
        left: 30px;
        bottom: 15px;
        width: 50%;
        z-index: 1;
        font-size: 24px;
        color: var(--bd-white);
        line-height: 1.25;
        margin-bottom: 0;
        z-index: 8;
    }
    .bd-pricing-plan-wrap.style-four .bd-pricing-thumb .pricing-course {
        position: absolute;
        bottom: 0;
        right: 0;
        background: #07A169;
        z-index: 1;
        border-radius: 10px 0 0 0;
        text-align: center;
        padding: 19px 15px;
        min-width: 125px;
        z-index: 8;
    }
    .bd-pricing-plan-wrap.style-four .bd-pricing-thumb:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to top, #00170F 0, transparent 100%);
        opacity: .65;
        z-index: 5;
    }
.bd-pricing-plan-wrap.style-four .bd-pricing-content {
    background: #fff;
    border: 1px solid #E5E5E5;
    border-top: none;
    border-radius: 0 0 10px 10px;
    padding: 30px;
    transition: .3s linear;
    font-family: var(--font-euclid-circular) !important;
}
.bd-pricing-plan-list-3 li {
    display: flex;
    align-items: flex-start;
    color: #00170F;
    font-size: 18px;
    font-family: "var(--font-euclid-circular) ", "Euclid Circular", !important"";
    padding-left: 25px;
    position: relative;
}
.bd-pricing-plan-list-3 li:not(:last-child) {
    margin-bottom: 7px;
}
.bd-pricing-plan-wrap.style-four .price-wrap {
    margin: 20px 0px;
}
    .bd-pricing-plan-wrap.style-four .price-wrap > span {
        display: block;
        color: #4d4d4d;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 6px;
    }
    .bd-pricing-plan-wrap.style-four .price-wrap .price {
        font-size: 36px;
        margin-bottom: 0;
        color: #01619e;
        line-height: 1;
    }
        .bd-pricing-plan-wrap.style-four .price-wrap .price sub {
            font-size: 14px;
            font-weight: 500;
            text-transform: uppercase;
            color: #00170F;
            bottom: 3px;
            left: 5px;
        }
.bd-pricing-plan-wrap.style-four .bd-pricing-thumb img {
    width: 100%;
}
.bd-pricing-plan-wrap.style-four .bd-pricing-content h3 {
    margin-top: 0px;
    color: #01619e;
    font-weight: 600;
}
.bd-pricing-plan-wrap.style-four .bd-pricing-content p {
    font-weight: 400;
    line-height: 29px;
    color: #191919;
    font-size: 18px;
    text-align: justify;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    font-family: var(--font-euclid-circular) !important;
}
.bd-pricing-plan-wrap.style-four .bd-pricing-content .bd-pricing-plan-list-3 {
    padding: 0px;
    margin-bottom: 20px;
}

.bd-pricing-plan-list-3 li i {
    position: absolute;
    left: 0px;
    top: 5px;
}
.bd-text-btn .box-icon {
    overflow: hidden;
    position: relative;
    display: inline-flex;
    transition: all .3s ease-out 0s;
}
.bd-text-btn .first-icon, .bd-text-btn .second-icon {
    transition: all .3s ease-out 0s;
}
.bd-text-btn .second-icon {
    position: absolute;
    transform: translateX(-150%);
}
.bd-text-btn .box-icon:hover .first-icon {
    transform: translateX(150%);
}
.bd-text-btn:hover {
    color: var(--bd-primary);
}
.bd-text-btn:hover .second-icon {
    transform: translateX(0);
}

.plan-list {
    display: flex;
    justify-content: center;
}

section.ch-msg.ch-msg-home.about-us-neet {
    padding: 40px 20px 10px;
}

.about-list {
    color: #191919;
    font-family: var(--font-euclid-circular) !important;
    text-align: left;
    line-height: 1.45;
    font-size: 18px;
    font-weight: 400;
    list-style: square;
    padding-left: 0px;
    margin-left: 25px;
}
.about-list li {
    padding-left: 5px;
    padding-bottom: 5px;
    text-align: justify;
    color: #191919 !important;
    font-weight: 400 !important;
    line-height: 1.55;
}
.c-highlight {
    padding-top: 30px;
    padding-bottom: 50px;
}
.img-set-center {
    width: 50%;
    margin: 0px auto 30px;
}
.edu-counterup2 h3 {
    font-family: var(--font-euclid-circular) !important;
    background: transparent;
    color: #0261a1;
    /* text-shadow: 2px 2px 1px #cbcbcb; */
    padding: 0px;
    font-size: 24px !important;
    text-align: center;
    font-weight: 500;
    height: auto !important;
    line-height: normal;
    margin: 0px 0px 25px !important;
}
.edu-counterup2 p {
    font-weight: 400;
    color: #191919;
    line-height: 29px;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    font-family: var(--font-euclid-circular) !important;
    margin-top: 25px;
}
.group-list-index .about-list {
    margin-left: 0px;
    list-style: none;
}
.h-auto
{
    height:auto !important;
}
.important-announcement .focus-box {
    display: flex;
    width: 100%;
    position: relative;
    flex-direction: column;
}
.focus-box-image {
    position: relative;
    z-index: 0;
}
.important-announcement .focus-box .focus-box-image img {
    width: 100%;
}
.important-announcement .focus-box .focus-box-link {
    width: 100%;
    position: absolute;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    z-index: 1;
}
.important-announcement .focus-box .focus-box-link a {
    flex: 1;
}

.important-announcement {
    padding: 45px 0px 0px;
}
.sub-title {
    position: absolute;
    font-size: 60%;
    color: #f65403;
    top: 25px;
    font-weight: 500;
}
.fee-structure {
    width: 75%;
    margin: 0px auto 0px;
}
.table-fee-structure {
    font-family: var(--font-euclid-circular) !important;
    font-size: 16px;
    color: #00170F;
}
    .table-fee-structure > thead > tr > th {
        vertical-align: middle;
        text-align: center !important;
        background: #ecd168;
        border: 1px solid #311000 !important;
        padding: 2px 8px;
    }
        .table-fee-structure > thead > tr > th.text-left {
            text-align: left !important;
        }
    .table-fee-structure > tbody > tr > td {
        vertical-align: middle;
        text-align: center !important;
        border: 1px solid #000 !important;
        padding: 4px 8px;
    }
    .table-fee-structure > tbody > tr > td:nth-child(2) {
       
        text-align: left !important;
    }
    .table-fee-structure > tbody > tr.offline {
        background: #caec68;
    }
        .table-fee-structure > tbody > tr.online {
            background: #68b4ec;
        }
.bd-pricing-plan-wrap {
    margin-bottom: 30px;
}
.table-fee-structure .read-more-btn {
    background: #fff;
    padding: 0px 0px 0px;
}
    .table-fee-structure .read-more-btn .readon {
        padding: 3px 15px;
        font-size: 16px;
        top: 2px;
    }
@media (min-width:300px) and (max-width:920px) {
    .fee-structure {
        width: 100%;
       
    }
}

.table-fee-structure > tbody > tr > td.text-left {
    text-align: left !important;
    font-weight: 600;
    /* background: #fec600; */
    /* color: #fff; */
    /* text-shadow: 2px 2px 0px #fdfdfd; */
    text-transform: uppercase;
    /* padding-left: 1%;*/
}
.noted {
    display: flex;
    justify-content: center;
}
    .noted .table-fee-structure {
        color: #f85603 !important;
        font-size: 18px;
    }
        .noted .table-fee-structure span {
            font-weight: 800;
            font-size: 18px;
        }