
body {
    font-family: Source Sans Pro,sans-serif;
    font-weight: 400;
    font-size: 1rem;
    /* letter-spacing: .5px; */
    color: #040404;
    padding-top: 140px;
}

.text-warning {
    color: #e66c32 !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1rem;
}

h2 {
    margin-bottom: 1.5rem;
}

.h2, h2 {
    font-size: 2rem;
}

.h5, h5 {
    font-size: 1.25rem;
}

ol li, ul li {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.modal-header .close {
    cursor: pointer;
}

.img-100 {
    width: 100%;
}

.bg-gray {
    background-color: #e6edf2;
}

.text-info {
    color: #0686cd !important;
}

.bg-primary {
    background-color: #0d5189 !important;
}

.bg-warning {
    background-color: #ffe00c !important;
}

.bg-danger {
    background-color: #f45661 !important;
}

.btn {
    border-radius: 0;
}
    /* Button start here */
    .btn:focus, .btn:active,
    button:focus, button:active {
        outline: none !important;
        box-shadow: none !important;
    }

.btn-primary {
    color: #fff;
    background-color: #203154;
    border-color: #203154;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #203154;
        border-color: #203154;
    }
/* Button end here */
/* login start here*/
.login-container {
    max-width: 100%;
    padding: 20px 15px;
    margin-top: 8%;
    border-radius: 0px;
    box-shadow: 0 15px 75px 10px #a8b9c5;
    background: #fff
}

    .login-container .col-md-5.align-self-center {
        border-right: 1px solid #e77817;
        text-align: center;
    }

    .login-container .profile-img {
        text-align: center;
        width: 135px;
        margin: 0 auto;
        display: flex;
    }

        .login-container .profile-img img {
            width: 100%;
        }

@keyframes mymove {
    from {
        border: 1px solid #F2F3F4;
    }

    to {
        border: 8px solid #F2F3F4;
    }
}

.login-container .login-form {
    padding-left: 40px;
}

    .login-container .login-form h3 {
        color: #e66c32;
        font-size: 1.5rem;
        text-align: center;
        padding-top: 15px;
        padding-bottom: 15px;
    }

.login-container .form-control {
    font-size: 14px;
}

.login-container .forget-password a {
    font-weight: 500;
    text-decoration: none;
    font-size: 14px;
}
/* login end here*/
/* Header Sticky */
.navbar-light.sticky {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    bottom: initial;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    animation: fadeInDown 0.5s both 0.1s;
    box-shadow: 0px 0px 13px #00000054;
}

.navbar.bg-light {
    background-color: #fff !important;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
}

.navbar-light .navbar-brand {
    margin-right: 0.25rem;
    padding-top: 0rem;
    padding-bottom: 0rem;
}

    .navbar-light .navbar-brand img {
        width: 158px;
        height: 60px;
    }

    .navbar-light .navbar-brand .other-logo, .navbar-light.sticky .navbar-brand .other-logo {
        width: 145px;
        height: 55px;
    }

    .navbar-light .navbar-brand .nec-logo, .navbar-light.sticky .navbar-brand .nec-logo {
        width: 97px;
        height: 60px;
    }

.navbar-light .navbar-toggler {
    cursor: pointer;
    border: none;
    padding: .25rem 0rem;
}

    .navbar-light .navbar-toggler:focus, .navbar-light .navbar-toggler:hover {
        color: rgba(0, 0, 0, 0.1);
        outline: none;
    }

    .navbar-light .navbar-toggler .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(32, 49, 84, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(32, 49, 84, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        -ms-background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(32, 49, 84, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        -webkit-background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(32, 49, 84, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        -moz-background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(32, 49, 84, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        -o-background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(32, 49, 84, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
/* Top Header Start here */
.navbar-light ol li, .navbar-light ul li {
    margin-top: 0rem;
    margin-bottom: 0rem;
}

.navbar-light .topbar {
    padding: 0rem 0rem;
}

.navbar-light .topbar {
    background-color: #203154;
    border-bottom: 1px solid #eee;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0px;
}

.navbar-light ul.top-link {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-start;
}

    .navbar-light ul.top-link li {
        display: inline-block;
        padding: 0.75rem 1.25rem;
        color: #fff;
        border-right: 2px solid #304369;
        font-size: 0.85rem;
        font-weight: 400;
    }

        .navbar-light ul.top-link li:last-child {
            border-right: 0px solid #304369;
            border-right: none;
        }

        .navbar-light ul.top-link li a {
            text-decoration: none;
            color: #fff;
        }

            .navbar-light ul.top-link li a .mobile {
                font-size: 1rem;
            }

        .navbar-light ul.top-link li:hover a {
            color: #fff;
        }

        .navbar-light ul.top-link li.kkcount-down span {
            border: 1px solid #d0c5c070;
            padding: 2px 5px;
            color: #fff;
            box-shadow: 0 0px 1px 0 rgba(0,0,0,.1);
            background-color: #00a13a;
        }

.navbar-light ul.top-contact {
    padding-left: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    justify-content: flex-end;
}

    .navbar-light ul.top-contact > li {
        display: inline;
        padding: 0.75rem 0rem;
        margin-right: 15px;
        color: #fff;
        font-size: 0.85rem;
        font-weight: 400
    }

        .navbar-light ul.top-contact > li:last-child {
            margin-right: 0rem;
        }

        .navbar-light ul.top-contact > li > a {
            color: #fff;
        }

            .navbar-light ul.top-contact > li > a .sign-out {
                margin-right: 4px;
                color: #20a5d0;
            }

            .navbar-light ul.top-contact > li > a:hover {
                color: #fff;
            }

/* Top Header end here */
/* Header Start  here */
.navbar-light .navbar-nav .nav-link {
    color: #000;
}

    .navbar-light .navbar-nav .active > .nav-link,
    .navbar-light .navbar-nav .nav-link.active,
    .navbar-light .navbar-nav .nav-link.show,
    .navbar-light .navbar-nav .show > .nav-link {
        color: #203154;
    }

    .navbar-light .navbar-nav .nav-link:focus,
    .navbar-light .navbar-nav .nav-link:hover {
        color: #203154;
    }

.navbar-light .navbar-nav .btn {
    border-radius: 15px;
    padding: 7px 24px;
    background-color: transparent;
    border: 1px solid #00a13a;
    color: #00a13a;
}

    .navbar-light .navbar-nav .btn:hover {
        color: #fff;
    }

    .navbar-light .navbar-nav .btn:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #00a13a;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
        border-radius: 14px;
    }

    .navbar-light .navbar-nav .btn:hover:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

.navbar-light .navbar-nav .dropdown-toggle {
    position: relative;
}

    .navbar-light .navbar-nav .dropdown-toggle:after {
        position: absolute;
        margin-left: .255em;
        font-family: FontAwesome;
        content: "\f107";
        border: 0;
        vertical-align: baseline;
        position: absolute;
        width: auto;
        right: 0px;
    }
/* Dropdown Menu */
.navbar-light .navbar-nav .dropdown-menu {
    border: none;
    padding: 0rem 0;
    margin: 0rem 0;
}

.navbar-light .dropdown-menu .dropdown .dropdown-menu {
    left: 100%;
    top: 0%;
    margin: 0 20px;
    border-width: 0;
}

    .navbar-light .dropdown-menu .dropdown .dropdown-menu.left {
        right: 100%;
        left: auto;
    }

.navbar-light .navbar-nav .dropdown-menu .dropdown-item {
    padding: 7px 15px;
    color: #000;
    display: block;
    margin: 0;
    background: transparent;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    .navbar-light .navbar-nav .dropdown-menu .dropdown-item:focus,
    .navbar-light .navbar-nav .dropdown-menu .dropdown-item:hover {
        background-color: transparent;
        color: #203154;
    }

    .navbar-light .navbar-nav .dropdown-menu .dropdown-item:before {
        display: none;
    }
/* 
.navbar-light .navbar-nav .dropdown-menu .dropdown-item:last-child{
	border-bottom:0px f9f9f9;
	border:none;
} 
*/
.mobile-header {
    display: none;
}
/* slider start here */
/*.home-slider .carousel-item-next.carousel-item-left,
.home-slider .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.home-slider .carousel-item-next,
.home-slider .active.carousel-item-right {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.home-slider .carousel-item-prev,
.home-slider .active.carousel-item-left {
    -webkit-transform: translate3d(0, +100%, 0);
    transform: translate3d(0, +100, 0);
}
*/

.home-slider .carousel-item {
    height: 100vh;
    min-height: 350px;
    /* background-position: center top;
    background: no-repeat center center scroll; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    .home-slider .carousel-item .over-lay {
        opacity: 0.6;
        background-color: rgba(1, 25, 38, 0.45);
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
    }

.home-slider .carousel-indicators {
    visibility: hidden;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    display: none;
}

.home-slider:hover .carousel-indicators {
    visibility: visible;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}

.home-slider .carousel-indicators .active {
    border: 2px solid #e66c32;
    background-color: #e66c32;
}

.home-slider .carousel-indicators li {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-color: #f0f5f8;
    border: 2px solid #e66c32;
    cursor: pointer;
}

.home-slider .carousel-control-next,
.home-slider .carousel-control-prev {
    opacity: 1;
    justify-content: normal;
}

.home-slider .carousel-control-next-icon,
.home-slider .carousel-control-prev-icon {
    position: relative;
    background-image: none;
    color: #203154;
    font-weight: 700;
}

    .home-slider .carousel-control-next-icon:before {
        position: absolute;
        margin-left: .255em;
        font-family: FontAwesome;
        content: "\f105";
        font-size: 2rem;
        vertical-align: middle;
    }

    .home-slider .carousel-control-prev-icon:before {
        position: absolute;
        margin-left: .255em;
        font-family: FontAwesome;
        content: "\f104";
        font-size: 2rem;
        vertical-align: middle;
    }

/* project Brief start here */
.virtual-classes_home {
    width: 100%;
    height: auto;
    padding: 2.25rem 0rem;
    position: relative;
    background-color: #f5f5f5;
}

    .virtual-classes_home h3 {
        font-size: 1.5rem;
        color: #0d5189;
        margin-bottom: 1.5rem;
        text-transform: uppercase;
        font-weight: 700;
        text-align: center;
    }

    .virtual-classes_home .card {
        background-color: transparent;
        border-radius: 0rem;
        border: 1px solid #fff;
        box-shadow: 6px 6px 4px rgba(1,1,1,0.16);
        transition: all 0.7s;
    }

        .virtual-classes_home .card:hover {
            box-shadow: none;
        }

        .virtual-classes_home .card h4 {
            color: #525252;
            font-weight: 700;
        }

            .virtual-classes_home .card h4 span {
                color: #dc721f;
            }

    .virtual-classes_home p {
        text-align: justify;
        font-size: 1.25rem;
    }

    .virtual-classes_home li {
        position: relative;
        padding-left: 2rem;
        font-size: 1.25rem;
        list-style: none;
    }

        .virtual-classes_home li:before {
            position: absolute;
            display: inline-block;
            content: "";
            background: url(../image/ul_listing.png)no-repeat;
            top: 5px;
            left: 0;
            width: 19px;
            height: 19px;
        }

/* ---- particles.js container start here ---- */
.canvas {
    width: 100%;
    float: left;
    padding: 2.5rem 0rem;
    min-height: 450px;
    display: inline-block;
    position: relative;
    background-color: #0186cf;
}

    .canvas #particles-js {
        top: 0;
        position: absolute;
        z-index: 2;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% 50%;
    }

        .canvas #particles-js canvas {
            display: block;
            vertical-align: bottom;
        }

    .canvas #particle-canvas {
        position: absolute;
        z-index: 2;
        width: 100%;
        height: 100%;
    }

    .canvas .canvas-content {
        position: relative;
        z-index: 1;
        color: #fff;
    }

        .canvas .canvas-content h1 {
            font-size: 2.5rem;
            margin-bottom: 1.5rem;
            font-weight: 700;
            text-shadow: 2px 2px #000;
        }

        .canvas .canvas-content h5 {
            font-size: 1.5rem;
            margin-bottom: 1.5rem;
            text-shadow: 2px 2px #000;
        }

        .canvas .canvas-content ul {
            margin-bottom: 1.5rem;
            margin-top: 1.5rem;
        }

            .canvas .canvas-content ul li {
                padding-left: 1.5rem;
                line-height: 1.75;
                position: relative;
                list-style-type: none;
                font-size: 1.25rem;
                text-shadow: 2px 2px #000;
            }

                .canvas .canvas-content ul li:before {
                    position: absolute;
                    left: 0;
                    top: 0.25rem;
                    font-size: 0.85rem;
                    font-family: FontAwesome;
                    content: "\f111";
                    color: #fff;
                }

        .canvas .canvas-content p {
            text-align: justify;
            font-size: 1.25rem;
            text-shadow: 2px 2px #000;
        }
/*about ernet start here */
.about_ernet {
    width: 100%;
    padding: 2.5rem 0rem;
    position: relative;
    min-height: 480px;
}

    .about_ernet .app_link {
        top: 0;
        position: absolute;
        width: 3.5rem;
        height: 100%;
        padding-top: 1.5rem;
        background-color: #0d5189;
    }

        .about_ernet .app_link .app_link-icon {
            display: inline-block;
            width: 100%;
            text-align: center;
            margin-top: 0.5rem;
        }

        .about_ernet .app_link img {
            width: 40px;
            height: 40px;
        }

    .about_ernet h2 {
        margin-bottom: 0.75rem;
        margin-top: 1rem;
    }

    .about_ernet p {
        line-height: 1.8;
    }

    .about_ernet .ernet_ {
        width: 195px;
        height: 65px;
    }

    .about_ernet .ernet_title {
        text-align: right;
    }

        .about_ernet .ernet_title p {
            font-size: 0.75rem;
            margin-top: -0.2rem;
            margin-bottom: 0rem;
            font-weight: 600;
        }

    .about_ernet .bottom-border {
        position: relative;
        padding-bottom: 0.5rem;
        margin-bottom: 2rem;
    }

        .about_ernet .bottom-border:before {
            content: "";
            width: 3rem;
            height: 2px;
            background-color: #fc9928;
            position: absolute;
            bottom: 0;
        }

    .about_ernet marquee {
        height: 320px;
    }

    .about_ernet .media {
        line-height: 1.5;
    }

        .about_ernet .media .date p {
            font-size: 0.85rem;
            padding: 0px;
        }

        .about_ernet .media .date {
            background-color: #f5f5f5;
            width: 2.75rem;
            padding: 1rem 0rem;
            margin-right: 1rem;
            margin-bottom: 1.25rem;
            border-radius: 2rem;
            text-align: center;
        }

        .about_ernet .media .bg-primary {
            background-color: #0d5189 !important;
            color: #fff;
        }

        .about_ernet .media .bg-warning {
            background-color: #fc9928 !important;
            color: #fff;
        }

        .about_ernet .media .bg-danger {
            background-color: #f45661 !important;
            color: #fff;
        }

        .about_ernet .media .description p {
            color: #787878;
            margin-bottom: 0.25rem;
            line-height: 1.5;
            font-size: 0.95rem;
        }

        .about_ernet .media .description .time {
            padding-right: 0.75rem;
        }

            .about_ernet .media .description .time i {
                color: #203154;
                padding-right: 0.25rem;
            }

    .about_ernet .list ul li {
        list-style-type: none;
        position: relative;
        padding-left: 1.5rem;
        padding-bottom: 1rem;
    }

        .about_ernet .list ul li:before {
            position: absolute;
            left: 0;
            top: 0.25rem;
            font-size: 0.85rem;
            font-family: FontAwesome;
            content: "\f192";
            color: #00a13a;
        }

.about_nec {
    width: 100%;
    height: auto;
    padding: 2.5rem 0rem;
    position: relative;
    text-align: justify;
    background-color: #f5f5f5;
}

    .about_nec p {
        line-height: 2;
    }

.samart_class {
    padding: 2.5rem 0rem;
    position: relative;
    min-height: 480px;
    background-color: #fff;
}

    .samart_class .smart_virtual_head {
        padding: 1.75rem 0rem;
        position: relative;
        min-height: 145px;
        background: url(../image/dots_bg.png);
        background-repeat: no-repeat;
        background-position: left;
    }

        .samart_class .smart_virtual_head h2 {
            padding-left: 4rem;
        }

    .samart_class .smart_virtual_logo img {
        max-width: 350px;
        height: 350px;
    }

    .samart_class p {
        line-height: 1.8;
    }

.counter {
    border-radius: 7px;
}

    .counter h5 {
        margin: 0rem;
    }

    .counter .counter-value {
        color: #ff1949;
        font-size: 1.5rem;
    }

.ernet_feature {
    width: 100%;
    height: auto;
    padding: 2.25rem 0rem;
}

    .ernet_feature .feature_title {
        color: #21a7d0;
        text-align: center;
        margin-bottom: 0rem;
    }

    .ernet_feature h2 {
        margin-top: 0rem;
        margin-bottom: 1.5rem;
    }

    .ernet_feature .card {
        margin-bottom: 1.5rem;
        text-align: center;
        border: none;
        border-radius: 0.5rem;
        transition: all 0.7s
    }

        .ernet_feature .card:hover {
            box-shadow: 6px 5px 5px rgb(1, 1, 1, 0.16);
        }

    .ernet_feature .card-body {
        padding: 2.25rem;
    }

    .ernet_feature .online_library {
        background-color: #d3fcf8;
    }

    .ernet_feature .webcast {
        background-color: #d0f3fb;
    }

    .ernet_feature .recording {
        background-color: #fae8e8;
    }

    .ernet_feature .easy_use {
        background-color: #f9f7d1;
    }

    .ernet_feature .card h4 {
        margin-top: 1rem;
        margin-bottom: 0.25rem;
    }

    .ernet_feature .card p {
        margin-bottom: 0rem;
        color: #706d6d;
    }

.graphical_coverage {
    width: 100%;
    min-height: 500px;
    padding: 2.5rem 0rem;
}

.our_success {
    width: 100%;
    min-height: 1px;
    padding: 2.5rem 0rem;
    position: relative;
    background: url(../image/our_success_bg.jpg) no-repeat;
}

    .our_success h2 {
        margin-top: 2.5rem;
        margin-bottom: 1.5rem;
    }

    .our_success p {
        color: #2f3551;
        font-size: 1.2rem;
    }

.progress-area p {
    margin-bottom: 0rem;
}

.progress-area .progress {
    height: 0.60rem;
    margin-bottom: 1.5rem;
}

.our_success .online_img img {
    padding: 3rem;
}

.events_news {
    width: 100%;
    min-height: auto;
    padding: 2.5rem 0rem;
    position: relative;
    background: #f5f5f5;
}

    .events_news .latest_news {
        background-color: #fff;
        padding: 0rem 1.5rem;
    }

        .events_news .latest_news .media {
            border-bottom: 1px solid #ddd;
            padding-bottom: 1.5rem;
            padding-top: 1.5rem;
        }

            .events_news .latest_news .media:last-child {
                border-bottom: none;
            }

            .events_news .latest_news .media .media-body h5 {
                margin-bottom: 0.5rem;
                color: #002147;
            }

            .events_news .latest_news .media p {
                margin-bottom: 0rem;
            }

            .events_news .latest_news .media .date {
                color: #fdc837;
                font-style: italic;
                margin-bottom: .25rem;
            }

    .events_news .upcoming_events .media:last-child {
        margin-bottom: 0rem;
    }

    .events_news .upcoming_events .media h5 {
        color: #002147;
        margin-bottom: 0.75rem;
    }

    .events_news .upcoming_events .media p {
        margin-bottom: 0rem;
    }

    .events_news .upcoming_events .time_area {
        margin-bottom: 0rem;
        /*margin-top: 0.90rem;*/
    }

        .events_news .upcoming_events .time_area .time {
            color: #002147;
            font-weight: 400;
            font-size: 1.2rem;
        }

    .events_news .latest_news .media-left {
        margin-right: 1.5rem;
    }

        .events_news .latest_news .media-left img {
            width: 125px;
            height: 100px;
        }

    .events_news .upcoming_events .media {
        background-color: #fff;
        padding: 1.5rem;
        margin-bottom: 1.5rem;
    }

.upcoming_events .media-left {
    width: 100px;
    text-align: center;
    margin-right: 1.5rem
}

    .upcoming_events .media-left .month {
        position: relative;
        background-color: #fdc800;
        padding-top: 1.25rem;
        padding-bottom: 0.5rem;
    }

        .upcoming_events .media-left .month:before {
            position: absolute;
            top: 10px;
            left: 10px;
            content: "\f111";
            font-size: 0.90rem;
            vertical-align: top;
            font-family: FontAwesome;
        }

        .upcoming_events .media-left .month:after {
            position: absolute;
            top: 10px;
            right: 10px;
            content: "\f111";
            font-size: 0.90rem;
            vertical-align: top;
            font-family: FontAwesome;
        }

        .upcoming_events .media-left .month h4 {
            margin-bottom: 0rem;
            color: #002147;
        }

        .upcoming_events .media-left .month p {
            margin-bottom: 0rem;
        }

    .upcoming_events .media-left .year {
        background-color: #002147;
        color: #fff;
    }

        .upcoming_events .media-left .year p {
            padding: 0.5rem 0rem;
        }

.subscribs_bg {
    width: 100%;
    min-height: 240px;
    padding: 2.5rem 0rem;
    position: relative;
    background: url(../image/subscribs_bg.jpg) no-repeat;
}

.subscribs_bg h3 {
	color: #fff;
	text-align: center;
}

.subscribs_bg p {
	color: #fff;
	text-align: center;
	font-size: 1.25rem;
}

.subscribs_bg .form-control {
	border: none !important;
	line-height: 2rem;
}

.subscribs_bg .input-group-addon {
	background-color: #07294d;
	border: none;
	color: #fff;
}

.smart_virtual-classes p {
    text-align: justify;
}

.smart_virtual-classes h2 {
    margin-bottom: 1rem;
}

.smart_virtual-classes h5 {
    margin-bottom: 1rem;
    margin-top: 1rem;
    color: #e66c32;
}

.smart_virtual-classes ul {
    margin-top: 0.5rem;
    text-align: justify;
}

    .smart_virtual-classes ul li {
        list-style-type: none;
        position: relative;
        padding-left: 1.5rem;
    }

        .smart_virtual-classes ul li:before {
            position: absolute;
            left: 0;
            top: 0.25rem;
            font-size: 0.85rem;
            font-family: FontAwesome;
            content: "\f192";
            color: #00a13a;
        }

.smart_virtual-classes .bg-warning {
    padding: 0px 5px;
    background-color: #ffe8a7 !important;
}

.smart_virtual-classes .card.thumb {
    margin-bottom: 1rem;
    border: none;
}

#image-gallery .img-responsive {
    width: 100%;
}

#image-gallery .modal-footer {
    display: block;
}



/*** client logo scroller  start here***/
.client-logo {
    border-top: 2px solid #203154;
    width: 100%;
    display: inline-block;
    min-height: 1px;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

    .client-logo .nbs-flexisel-container {
        position: relative;
        max-width: 100%;
    }

    .client-logo .nbs-flexisel-ul {
        position: relative;
        width: 99999px;
        margin: 0px;
        padding: 0px;
        list-style-type: none;
        text-align: center;
        overflow: auto;
    }

    .client-logo .nbs-flexisel-inner {
        position: relative;
        overflow: hidden;
        width: 100%;
    }

    .client-logo .nbs-flexisel-item {
        float: left;
        margin: 0px;
        padding: 0px;
        cursor: pointer;
        position: relative;
    }

        .client-logo .nbs-flexisel-item img {
            max-width: 100%;
            width: 225px;
            height: 125px;
            cursor: pointer;
            position: relative;
            margin-top: 10px;
            margin-bottom: 10px;
            border: 2px solid #cbe7da;
        }

    .client-logo .nbs-flexisel-nav-left,
    .client-logo .nbs-flexisel-nav-right {
        width: 2rem;
        position: absolute;
        cursor: pointer;
        z-index: 4;
        top: 50%;
        transform: translateY(-50%);
        color: #203154;
        font-size: 2rem;
        font-weight: 700;
    }

    .client-logo .nbs-flexisel-nav-left {
        left: 5px;
        padding: 4px 0px;
    }

        .client-logo .nbs-flexisel-nav-left:before {
            font-family: FontAwesome;
            content: "\f104";
        }

        .client-logo .nbs-flexisel-nav-left.disabled {
            opacity: 0.4;
        }

    .client-logo .nbs-flexisel-nav-right {
        right: 5px;
        padding: 4px 0px;
        text-align: right;
    }

        .client-logo .nbs-flexisel-nav-right:before {
            font-family: FontAwesome;
            content: "\f105";
        }

        .client-logo .nbs-flexisel-nav-right.disabled {
            opacity: 0.4;
        }
/*** client logo scroller  end here***/
/* about satrt here*/
.top-area {
    width: 100%;
    display: inline-block;
    min-height: 1px;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.service-area {
    width: 100%;
    min-height: 1px;
    padding: 2rem 0rem;
}
/* Breadcrumbs satrt here*/
.bread-inner {
    padding: 0rem 0rem;
}

    .bread-inner h2 {
        padding: 1rem 0rem;
    }

.body-text {
    text-align: justify;
}

    .body-text h3 {
        padding: 1rem 0rem;
    }

.breadcrumb-arrow {
    height: 36px;
    padding: 0;
    margin-bottom: 1rem;
    line-height: 36px;
    list-style: none;
    background-color: #dae4ea;
}

.breadcrumb-arrow li:first-child a {
	border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px
}

.breadcrumb-arrow li, .breadcrumb-arrow li a, .breadcrumb-arrow li span {
	display: inline-block;
	vertical-align: top;
	margin-top: 0px;
	margin-bottom: 0px;
}

.breadcrumb-arrow li:not(:first-child) {
	margin-left: -5px
}

.breadcrumb-arrow li + li:before {
	padding: 0;
	content: ""
}

.breadcrumb-arrow li span {
	padding: 0 10px
}

.breadcrumb-arrow li a, .breadcrumb-arrow li:not(:first-child) span {
	height: 36px;
	padding: 0 10px 0 25px;
	line-height: 36px
}

.breadcrumb-arrow li:first-child a {
	padding: 0 10px
}

.breadcrumb-arrow li a {
	position: relative;
	color: #fff;
	text-decoration: none;
	background-color: #00a13a;
	border: 1px solid #00a13a
}

.breadcrumb-arrow li:first-child a {
	padding-left: 10px
}

.breadcrumb-arrow li a:after, .breadcrumb-arrow li a:before {
	position: absolute;
	top: -1px;
	width: 0;
	height: 0;
	content: '';
	border-top: 18px solid transparent;
	border-bottom: 18px solid transparent;
}

.breadcrumb-arrow li a:before {
	right: -7px;
	z-index: 3;
	border-left-color: #00a13a;
	border-left-style: solid;
	border-left-width: 11px;
}

.breadcrumb-arrow li a:after {
	right: -9px;
	z-index: 2;
	border-left: 11px solid #581c0094;
}

.breadcrumb-arrow li a:focus, .breadcrumb-arrow li a:hover {
	background-color: #e66c32;
	border: 1px solid #e66c32
}

	.breadcrumb-arrow li a:focus:before, .breadcrumb-arrow li a:hover:before {
		border-left-color: #e66c32
	}

.breadcrumb-arrow li a:active {
	background-color: #e66c32;
	border: 1px solid #e66c32
}

.breadcrumb-arrow li a:active:after, .breadcrumb-arrow li a:active:before {
	border-left-color: #e66c32
}

.breadcrumb-arrow li span {
	color: #434a54
}
/* Breadcrumbs end here*/
/* project start here*/
.project-valign {
    background-color: #fff;
    margin-bottom: 1rem;
    padding: 1rem;
    border-radius: 0.5rem;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
}

    .project-valign .media-left {
        color: #e66c32;
        font-size: 1.5rem;
        padding-right: 1rem;
    }

    .project-valign h5 {
        font-size: 1rem;
        color: #e66c32;
    }

    .project-valign p {
        margin-bottom: 0px;
    }

.quick-link {
    padding-left: 0;
}

    .quick-link li, .quick-link li a {
        list-style-type: none;
        position: relative;
        padding: 0.5rem 2rem;
    }

        .quick-link li a {
            color: #e66c32;
        }

            .quick-link li a:hover, .quick-link a:hover:before {
                color: #007bff;
            }

            .quick-link li a:before {
                color: #00a13a;
                content: "\f046";
                font-family: FontAwesome;
                font-size: 1rem;
                position: absolute;
                left: 0;
            }

.filter .mt-4 {
    margin-top: 1.85rem !important;
}
/*=========================
	Start Footer CSS
===========================*/

.footer .footer-top {
    padding: 3.5rem 0rem;
    background: #07294d;
    font-size: 0.95rem;
}

    .footer .footer-top .ernet-footer img {
        margin-bottom: 1rem;
    }

    .footer .footer-top .ernet-footer p {
        font-size: 1rem;
        text-align: justify;
        color: #fff;
    }

.footer .single-footer .f-link {
    padding: 0rem
}

    .footer .single-footer .f-link li {
        display: block;
        margin-bottom: 0.75rem;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

        .footer .single-footer .f-link li:last-child {
            margin: 0;
        }

        .footer .single-footer .f-link li:hover {
            padding-left: 0.5rem;
        }

        .footer .single-footer .f-link li a {
            position: relative;
            display: block;
            padding-left: 1rem;
            color: #ffece2;
            text-transform: capitalize;
            font-weight: 400;
        }

            .footer .single-footer .f-link li a:before {
                content: "\f105";
                color: #ffc600;
                font-size: 1rem;
                font-family: FontAwesome;
                vertical-align: middle;
                position: absolute;
                left: 0;
                top: 2px;
                line-height: normal;
            }

.footer .single-footer h2 {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 2.5rem;
    position: relative;
}

.footer .single-footer .time-sidual {
    margin-top: 1rem;
    list-style-type: none;
    padding: 0rem;
}

    .footer .single-footer .time-sidual li {
        color: #ffece2;
        width: 100%;
        margin-bottom: 1rem;
        position: relative;
        padding-left: 2rem;
    }

        .footer .single-footer .time-sidual li:before {
            display: inline-block;
            font-size: 1.25rem;
            font-family: FontAwesome;
            vertical-align: baseline;
            position: absolute;
            color: #ffc600;
            left: 0;
            top: 1px;
            line-height: normal;
        }

        .footer .single-footer .time-sidual li.time:before {
            content: "\f015";
            font-size: 1.4rem;
        }

        .footer .single-footer .time-sidual li.location:before {
            content: "\f015";
        }

        .footer .single-footer .time-sidual li.call:before {
            content: "\f095";
        }

        .footer .single-footer .time-sidual li.message:before {
            content: "\f003";
            font-size: 1.1rem;
        }

.footer .single-footer p {
    color: #fff;
}

.footer .copyright {
    position: relative;
    background: #07294d;
    padding: 25px 0px 25px 0px;
    text-align: center;
}

    .footer .copyright:before {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: #000;
        opacity: 0.1;
    }

    .footer .copyright .copyright-content p {
        color: #ffece2;
        margin-bottom: 0rem;
    }

        .footer .copyright .copyright-content p a {
            color: #ffece2;
            font-weight: 400;
            text-decoration: underline;
            display: inline-block;
            margin-left: 4px;
        }

/* footer social icons */
ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}

    ul.social-network li {
        display: inline;
        margin: 0 5px;
    }

/* footer social icons */
ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}

    ul.social-network li {
        display: inline;
        margin: 0 5px;
    }


/* footer social icons */
.social-network a.icoRss:hover {
    background-color: #F56505;
}

.social-network a.icoFacebook:hover {
    background-color: #3B5998;
}

.social-network a.icoTwitter:hover {
    background-color: #33ccff;
}

.social-network a.icoGoogle:hover {
    background-color: #BD3518;
}

.social-network a.icoVimeo:hover {
    background-color: #0590B8;
}

.social-network a.icoLinkedin:hover {
    background-color: #007bb7;
}

    .social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
    .social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
        color: #fff;
    }


.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1rem;
}

.social-circle li i {
    margin: 0;
    line-height: 2.5rem;
    text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.social-circle i {
    color: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.social-circle a {
    background-color: #021d3a;
}
/* social icon start here */
.social {
    display: none;
    position: fixed;
    top: 140px;
    right: 0;
    z-index: 55;
    -webkit-transform: translate(245px, 0);
    -moz-transform: translate(245px, 0);
    -ms-transform: translate(245px, 0);
    -o-transform: translate(245px, 0);
    transform: translate(245px, 0);
}

    .social ul {
        padding: 0px;
    }

        .social ul li {
            display: block;
            list-style-type: none;
            margin: 5px;
            background: rgba(0, 0, 0, 0.36);
            width: 300px;
            text-align: left;
            padding: 6px 10px;
            -webkit-border-radius: 30px 0px 0px 30px;
            -moz-border-radius: 30px 0px 0px 30px;
            border-radius: 30px 0px 0px 30px;
            -webkit-transition: all 1s;
            -moz-transition: all 1s;
            -ms-transition: all 1s;
            -o-transition: all 1s;
            transition: all 1s;
        }

            .social ul li:hover {
                -webkit-transform: translate(-100px, 0);
                -moz-transform: translate(-100px, 0);
                -ms-transform: translate(-100px, 0);
                -o-transform: translate(-100px, 0);
                transform: translate(-100px, 0);
                background: rgba(255, 255, 255, 0.4);
            }

            .social ul li a {
                font-size: 16px;
                text-decoration: none;
                color: #fff;
            }

            .social ul li:hover a {
                color: #020000;
            }

            .social ul li:hover i {
                -webkit-transform: rotate(360deg);
                -moz-transform: rotate(360deg);
                -ms-transform: rotate(360deg);
                -o-transform: rotate(360deg);
                transform: rotate(360deg);
                -webkit-transition: all 1s;
                -moz-transition: all 1s;
                -ms-transition: all 1s;
                -o-transition: all 1s;
                transition: all 1s;
            }

            .social ul li i {
                color: #fff;
                width: 40px;
                height: 40px;
                font-size: 20px;
                padding: 10px;
                margin-right: 10px;
                text-align: center;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                -webkit-transform: rotate(0deg);
                -moz-transform: rotate(0deg);
                -ms-transform: rotate(0deg);
                -o-transform: rotate(0deg);
                transform: rotate(0deg);
            }

                .social ul li i.twitter {
                    background: #00aced;
                }

                .social ul li i.facebook {
                    background: #3b5998;
                }

                .social ul li i.youtube {
                    background: #bb0000;
                }

                .social ul li i.linkedin {
                    background: #006db8;
                }

#scrollUp {
    bottom: 15px;
    right: 15px;
    padding: 10px 20px;
    background: #07294d;
    color: #fff;
    font-size: 25px;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    padding: 0;
    border-radius: 3px;
    box-shadow: 0px 0px 10px #00000026;
}

    #scrollUp:hover {
        background: #07294d;
    }

.owl-carousel .owl-item .mbr-arrow {
    bottom: 0px;
    left: 0;
    width: 100%;
    z-index: 3;
    font-weight: normal;
}

.mbr-arrow__link {
    font-size: 2.5rem;
    font-weight: 400;
    padding-top: 2.5rem;
    display: inline-block;
}

    .mbr-arrow__link,
    .mbr-arrow__link:hover,
    .mbr-arrow__link:focus {
        color: #fff;
    }

.mbr-arrow--floating .mbr-arrow__link {
    -webkit-animation: floating-arrow 1.6s infinite ease-in-out 0s;
    -moz-animation: floating-arrow 1.6s infinite ease-in-out 0s;
    -o-animation: floating-arrow 1.6s infinite ease-in-out 0s;
    animation: floating-arrow 1.6s infinite ease-in-out 0s;
}

@-webkit-keyframes floating-arrow {
    from {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    65% {
        -webkit-transform: translateY(11px);
        -moz-transform: translateY(11px);
        -o-transform: translateY(11px);
        transform: translateY(11px);
    }

    to {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes floating-arrow {
    from {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    65% {
        -webkit-transform: translateY(11px);
        -moz-transform: translateY(11px);
        -o-transform: translateY(11px);
        transform: translateY(11px);
    }

    to {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes floating-arrow {
    from {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    65% {
        -webkit-transform: translateY(11px);
        -moz-transform: translateY(11px);
        -o-transform: translateY(11px);
        transform: translateY(11px);
    }

    to {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
/*=========================
	End Footer CSS
===========================*/
.note-editor.note-frame .note-editing-area .note-editable, .note-editor.note-airframe .note-editing-area .note-editable {
    font-family: Source Sans Pro,sans-serif;
    color: #2C2D3F;
}

.note-editor.note-frame .note-editing-area .note-codable, .note-editor.note-airframe .note-editing-area .note-codable {
    font-family: Source Sans Pro,sans-serif;
    color: #2C2D3F;
}

@media (min-width: 992px) {
    .navbar-light.navbar {
        padding: 0rem 0rem;
    }

    .home-slider .carousel-item {
        height: 90vh;
    }

    .navbar-light.sticky .topbar {
        display: none;
    }

    .navbar-light.navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row wrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-light.navbar-expand-lg .navbar-collapse {
            display: -ms-flow-root !important;
            display: flow-root !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
            justify-items: flex-end;
            justify-content: end;
            flex-grow: initial;
        }

        .navbar-light.navbar-expand-lg .navbar-nav .nav-link.login {
            border: 1px solid #00a13a;
            border-radius: 4px;
            padding: 0.25rem 0.75rem;
            background-color: #00a13a;
            color: #fff;
            margin-top: 0.25rem;
        }

    .navbar-light .navbar-nav .dropdown-item {
        padding: 7px 15px;
    }

    .navbar-light .navbar-nav .dropdown-menu .dropdown-item {
        border-bottom: 1px solid #f9f9f9;
    }

        .navbar-light .navbar-nav .dropdown-menu .dropdown-item:last-child {
            border-bottom: 0px;
            border: none;
        }

    .navbar-light .navbar-nav .dropdown-item.dropdown-toggle {
        border-bottom: none;
    }

    .navbar-light .navbar-nav .nav-link {
        padding-top: 2.25rem;
        padding-bottom: 2.25rem;
        font-size: 1rem;
    }

    .navbar-light .navbar-nav .dropdown-toggle:after {
        margin-left: auto;
        right: auto;
        display: none;
    }
    /* Dropdown Menu */
    .navbar-light .navbar-nav .dropdown .dropdown-menu {
        background: #fff;
        min-width: 220px;
        font-size: 0.95rem;
        margin: 0px;
        padding: 0px 0px;
        border-radius: 0px;
        z-index: 999;
        border: none;
        border-left: 2px solid #203154;
        -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 3px 5px #3333334d;
    }

    .navbar-light .dropdown-menu .dropdown-toggle:after {
        content: "";
        vertical-align: middle;
        border-right: 5px solid;
        border-bottom: 5px solid transparent;
        border-top: 5px solid transparent;
        position: absolute;
        width: 0;
        left: 0px;
        top: 14px;
    }

    .home-slider .carousel-control-next,
    .home-slider .carousel-control-prev {
        width: 4%;
    }

    .login-container {
        max-width: 50%;
        padding: 50px 30px;
        margin: 3% auto;
    }

        .login-container .col-md-6.align-self-center {
            border-right: 1px solid #ddd;
            text-align: center;
            padding-top: 1rem;
            padding-bottom: 1rem;
        }

    .canvas .canvas-content h5 {
        margin-left: 3rem;
    }

    .canvas .canvas-content .left-space {
        padding-left: 3rem
    }

    .client-logo .nbs-flexisel-nav-left {
        left: 0px;
    }

    .client-logo .nbs-flexisel-nav-right {
        right: 0px;
    }

    .samart_class {
        background: url(../image/bottom_bg.png) no-repeat;
    }

    .events_news .btn-center {
        text-align: center !important;
    }
}

@media (min-width: 1199px) {
    .container-fluid {
        max-width: 1230px;
    }
}

@media (max-width: 991px) {
    body {
        padding-top: 60px;
    }

    .navbar-light.navbar {
        padding: 0rem 0rem;
    }

    .navbar-light .navbar-brand {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }

        .navbar-light .navbar-brand img {
            width: 115px;
            height: 45px;
        }

        .navbar-light .navbar-brand .other-logo, .navbar-light.sticky .navbar-brand .other-logo {
            width: 95px;
            height: 45px;
        }

        .navbar-light .navbar-brand .nec-logo, .navbar-light.sticky .navbar-brand .nec-logo {
            width: 65px;
            height: 42px;
        }

    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }

    .navbar-light .topbar {
        padding: 0.5rem 0rem;
    }

    .topbar .col-lg-6 {
        padding-right: 0rem;
        padding-left: 0rem;
    }

    .navbar-light ul.top-link {
        margin-left: 0rem;
        flex-direction: column;
    }

        .navbar-light ul.top-link li {
            padding: 0.25rem 1.25rem;
        }

    .navbar-light ul.top-contact {
        margin-left: 0rem;
        flex-direction: column;
    }

        .navbar-light ul.top-contact li {
            padding: 0.25rem 1.25rem;
        }

    .navbar-light .dropdown-menu .dropdown-toggle:after {
        content: "";
        vertical-align: middle;
        border-left: 5px solid;
        border-bottom: 5px solid transparent;
        border-top: 5px solid transparent;
        position: absolute;
        width: 0;
        left: 0px;
        top: 14px;
    }

    .navbar-light .navbar-nav .nav-item {
        border-top: 1px dashed #efe2d7;
    }

    .navbar-light .navbar-nav .dropdown-menu .dropdown-item {
        border-top: 1px dashed #efe2d7;
    }

    .navbar-light .navbar-nav .btn {
        margin: 5px 0px;
    }
    /* mobile design start her */
    .mobile-body {
        position: fixed;
    }

        .mobile-body .fixed-top {
            z-index: 1030;
        }

        .mobile-body .screen-overlay {
            height: 100%;
            z-index: 1032;
            position: fixed;
            top: 0;
            left: 0;
            opacity: 0;
            visibility: hidden;
            background-color: rgba(58, 58, 58, 0.84);
            transition: opacity .2s linear, visibility .1s, width 1s ease-in;
        }

            .mobile-body .screen-overlay.shows {
                transition: opacity .5s ease, width 0s;
                opacity: 1;
                width: 100%;
                visibility: visible;
            }

    .mobile-header {
        display: block;
        padding: 0.25rem 0rem;
    }

        .mobile-header .navbar-brand {
            padding: 0rem
        }

        .mobile-header .btn-close {
            margin-top: 0.250rem;
            background-color: transparent;
            padding: 0.5rem 0.5rem;
            color: #203154;
        }

    .mobile-body .mobile-offcanvas {
        padding: 0rem 1rem 1rem;
        background-color: #fff;
        visibility: hidden;
        transform: translateX(-100%);
        border-radius: 0;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        z-index: 1035;
        width: 70%;
        overflow-x: hidden;
        overflow-y: scroll;
        transition: visibility .2s ease-in-out, transform .2s ease-in-out;
        box-shadow: 0 7px 14px 0 rgba(65,69,88,.1), 0 3px 6px 0 rgba(0,0,0,.07);
    }

        .mobile-body .mobile-offcanvas.show {
            visibility: visible;
            transform: translateX(0);
        }

    .our_success {
        background: #e9f6f0;
    }

    .about_ernet .container-fluid {
        padding-left: 5rem;
    }

    .about_ernet .ernet_title {
        text-align: left;
    }

    .samart_class .smart_virtual_logo {
        text-align: center;
    }

    .samart_class .smart_virtual_head h2 {
        padding-left: 2rem;
    }
}

@media (max-width: 767px) {
    .samart_class .smart_virtual_head h2 {
        padding-left: 1rem;
    }
}
