﻿html {
    font-family: Arial,sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none;
}


@-ms-viewport {
    width: device-width;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
*/
body {
    background: #DFC9F0;
    color: #555;
    /*font-weight: 300;*/
    font-size: 0.95rem !important;
    text-align: justify;
    margin: 0;
    padding: 0;
}

.full-background img {
    z-index: -2;
    min-height: 100%;
    width: 100%;
    height: auto;
    position: fixed;
    left: 0;
    top: 0;
    display: block;
}

.full-background:after {
    /*background: linear-gradient(45deg, rgba(1, 64, 115, 0.75) 50%, rgba(255, 192, 0, 0.75) 100%);*/
    background: rgba(0, 0, 0, 0.25);
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: -1;
}

.border-right {
    border-right: 1px solid #c1c1c1 !important;
}

/*-----------------------------------/
/---------- login Box css -----------/
/-----------------------------------*/

/*------------------ from css-------------------*/
/*[ Input ]*/
input {
    outline: none;
    border: none;
}

    input[type="number"] {
        -moz-appearance: textfield;
        -webkit-appearance: none;
    }

        input[type="number"]::-webkit-outer-spin-button,
        input[type="number"]::-webkit-inner-spin-button {
            -webkit-appearance: none;
        }

    input:focus::-webkit-input-placeholder,
    input:focus:-moz-placeholder,
    input:focus::-moz-placeholder,
    input:focus:-ms-input-placeholder {
        color: transparent;
    }

    input::-webkit-input-placeholder,
    input:-moz-placeholder,
    input::-moz-placeholder,
    input:-ms-input-placeholder {
        color: #868686;
        font-size: 15px;
    }

.loginfrm {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    max-width: 320px;
    position: relative;
    visibility: hidden;
    /*margin-left: auto;*/
}

    .loginfrm.cls-4 {
        animation: 2s ease-out 0s 1 slideInFromTop;
        visibility: visible !important;
    }

@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}

@-webkit-keyframes slideInFromTop {
    0% {
        top: -100%;
    }

    30% {
        top: 20%;
    }

    100% {
        top: 0;
    }
}

@-moz-keyframes slideInFromTop {
    0% {
        top: -100%;
    }

    30% {
        top: 20%;
    }

    100% {
        top: 0;
    }
}

@-o-keyframes slideInFromTop {
    0% {
        top: -100%;
    }

    30% {
        top: 20%;
    }

    100% {
        top: 0;
    }
}

@keyframes slideInFromTop {
    0% {
        top: -100%;
    }

    30% {
        top: 20%;
    }

    100% {
        top: 0;
    }
}

.login-box {
    background: #ffffff;
    border-bottom: 1px solid #ddd;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: .3s ease;
}

    .login-box:last-child {
        background: #e3e3e3;
        height: 14px;
        border-radius: 0 0 5px 5px;
        margin: 0 15px;
        padding: 0;
    }

.clstoolbrief {
    height: 66px;
    font-weight: 400 !important;
}

.login-logo {
    display: block;
    margin: 0 auto 30px;
    max-width: 100%;
}

    .login-logo > img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto -20px;
    }

.login-box-msg {
    padding: 2rem 0 0;
    text-align: center;
}

    .login-box-msg > h3.title {
        position: relative;
        z-index: 1;
        border-left: .375rem solid #9629cc;
        margin: 0 0 .313rem;
        padding: .5rem 1.5rem .5rem;
        color: #000;
        font-size: 1.25rem;
        font-weight: 600;
        text-transform: uppercase;
        text-align: left;
    }

.login-box-body {
    padding: 1rem 2rem 1.5rem;
}

.link-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.login-box-footer {
    margin-top: 1rem;
    padding: .75rem 0;
    text-align: center;
    background: #f8f8f8;
    border-top: 1px solid #D4DEDF;
    border-radius: 0 0 12px 12px;
}

    .login-box-footer > img {
        width: 7.5em;
    }


/*.frm-group-txt {
    background: #ebebeb; 
    border-radius: 20px; 
    border: 1px solid #ebebeb;
    height: 40px;
    padding: 0 15px;
    font-size: 14px;
    color: #000;
}
.form-group {
    margin-bottom: 20px; 
}

    .form-group label {
        font-size: 14px;
        font-weight: 600;
        color: #333;
        margin-bottom: 5px;
        display: block;
        text-align: left; 
    }

.input-group {
    width: 100%;
}

    .input-group input {
        width: 100%;
        height: 40px;
        padding: 0 15px;
        border: none;
        background-color: transparent; 
        font-size: 16px;
        color: #333; 
        outline: none;
    }

        .input-group input:focus {
            border: none; 
            background-color: transparent; 
        }*/

.frm-group-txt,
.form-control {
    background: #ececec;
}

.frm-group-txt {
    margin-bottom: 20px;
}

.login-box-body > .lable {
    color: #666;
    text-transform: uppercase;
}

.input-group-text {
    color: #6D0FC5 !important;
}

.frm-group {
    width: 100%;
    position: relative;
    border-bottom: 3px solid #1d6ffd;
    margin-bottom: 30px;
}

    .frm-group:last-child {
        margin-bottom: 15px !important;
    }

.form-ctrl {
    font-size: 14px;
    color: #000000;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 45px;
    background: transparent;
    padding: 0 5px 0 40px;
}

.form-ctrl-icon {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

    .form-ctrl-icon::before {
        content: "";
        display: block;
        position: absolute;
        bottom: -3px;
        left: 0;
        width: 0;
        height: 3px;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
        background: #003DA7;
    }

    .form-ctrl-icon::after {
        font-family: FontAwesome;
        font-size: 18px;
        color: #808080;
        content: attr(data-placeholder);
        display: block;
        width: 100%;
        position: absolute;
        top: 10px;
        left: 8px;
        padding-left: 5px;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }

.form-ctrl:focus {
    padding-left: 5px;
}

    .form-ctrl:focus + .form-ctrl-icon::after,
    .has-val.form-ctrl + .form-ctrl-icon::after {
        top: -22px;
        font-size: 18px;
    }

    .form-ctrl:focus + .form-ctrl-icon::before,
    .has-val.form-ctrl + .form-ctrl-icon::before {
        width: 100%;
    }

.has-val.form-ctrl {
    padding-left: 5px;
}

.login-box.alt {
    position: absolute;
    top: 20px;
    right: -40px;
    z-index: 10;
    width: 50px;
    height: 50px;
    background: none;
    border-radius: 100%;
    box-shadow: none;
    padding: 0;
    transition: .3s ease;
}

    .login-box.alt .toggle {
        position: relative;
        background: #9629cc;
        width: 100%;
        height: 100%;
        color: #ffffff;
        font-size: 20px;
        line-height: 50px;
        text-align: center;
        border-radius: 100%;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    }

        .login-box.alt .toggle:before {
            content: "\f007"; /*"\f040";*/
            font-family: FontAwesome;
            display: inline-block;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
        }

.radio-group input[type="radio"]:focus,
.radio-group input[type="radio"]:active {
    box-shadow: 0 1px 1px rgba(125, 0, 0, 0.2) inset, 0 0 8px rgba(126, 239, 104, 0.6);
    outline: 0 none;
    border-color: #c7254e;
    box-shadow: 0 0 8px rgba(199,38,78,.6);
}

.radio-group, .checkbox-group {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* Login button */
.btns {
    position: relative;
    display: inline-block;
    background: transparent;
    color: transparent;
    font-size: .9rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    margin-right: 0.313rem;
    padding: 0.625rem 1.25rem;
    border-radius: 2rem;
    outline: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: color 1000ms ease 0s, background-color 1500ms ease 0s !important;
    /*-webkit-transition: .3s linear;
    transition: .3s linear;*/
    overflow: hidden
}

    .btns:hover {
        color: transparent;
        box-shadow: 0 7px 14px rgba(0, 0, 0, 0.18), 0 5px 5px rgba(0, 0, 0, 0.12);
        transition: color 1000ms ease 0s, background-color 1500ms ease 0s;
    }

    .btns.btn-submit {
        background: linear-gradient(90deg,#7213BE,#AA45C5);
        color: #fff;
    }

        .btns.btn-submit:hover {
            text-decoration: none;
            background: #6D0FC5;
        }

        .btns.btn-submit,
        .btns.btn-submit:before {
            -webkit-transition: all .4s ease;
            transition: all .4s ease
        }

            .btns.btn-submit:before {
                content: "";
                position: absolute;
                left: 0;
                top: 0;
                height: 100%;
                width: 100%;
                background: rgba(0,0,0,.1);
                border-radius: 32px;
                -webkit-transform: translateX(-100%);
                transform: translateX(-100%)
            }

            .btns.btn-submit:hover:before {
                -webkit-transform: translateX(0);
                transform: translateX(0)
            }


    .btns.btn-cancel {
        border: 1px solid #7213BE;
        background: transparent;
        color: #7213BE;
    }

        .btns.btn-cancel:hover {
            background: linear-gradient(90deg,#7213BE,#AA45C5);
            color: #fff;
        }

    .btns cite {
        background: #fff url(../Images/icons.png) no-repeat -63px -100px;
        border-radius: 0 2px 2px 0;
        width: 38px;
        height: 44px;
        display: inline-block;
        position: absolute;
        right: 0;
        top: 0;
        transition-property: all;
        transition-duration: .3s;
        transition-timing-function: linear;
    }

    a.btns:hover cite, .btns:hover cite {
        text-decoration: none;
        background-position: 0 -102px
    }

.absolute-center {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* Link Styling */
a {
    text-decoration: none;
    color: #43B02A;
    font-weight: bold;
    transition: color 0.3s ease;
}

    a:hover {
        color: #1f7f10;
        text-decoration: underline;
    }

.forgot-password {
    display: block;
    margin-top: 15px;
    text-align: center;
    font-size: 14px;
    color: #43B02A
}

    .forgot-password:hover {
        color: #358D1B;
        text-decoration: underline;
    }

/* Contact Us Link */
.contact-us {
    display: block;
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
}


/*-----------------------------------/
/---------- exercise_box css -----------/
/-----------------------------------*/
.exercise-box {
    display: block;
    margin-bottom: 1rem;
    background: linear-gradient(to bottom, #f2f2f2, white);
    /*border-radius: .25rem;*/
    border: 1px solid #DDD;
    border-top: 5px solid #AA45C5;
    box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
}

    .exercise-box:before,
    .exercise-box:after,
    .exercise-box.done::before,
    .exercise-box.done::after {
        content: "";
        position: absolute;
        width: 25px;
        height: 25px;
    }

    .exercise-box:before {
        top: 0;
        right: 15px;
    }

    .exercise-box:after {
        left: 15px;
        bottom: 10px;
    }

.exercise-box_title {
    background-color: transparent;
    padding: 2px 15px;
    /* min-height: 50px;
    max-height: 250px;*/
    border-bottom: 1px solid #ddd;
    position: relative;
    display: flex !important;
    align-items: center !important;
}

    .exercise-box_title > .box_title-img {
        display: inline-block;
        margin-right: 10px;
        height: 40px;
        width: 40px;
        float: left;
    }

        .exercise-box_title > .box_title-img > img {
            border-radius: 4px;
            height: auto;
            width: 100%;
            padding: 4px;
        }

    .exercise-box_title > h4 {
        font-size: .85rem;
        font-weight: bold;
        text-transform: uppercase;
        margin: 0;
    }

        .exercise-box_title > h4 > small {
            font-size: 80%;
            font-weight: 400;
        }

    .exercise-box_title > .status_icon {
        font-size: 16px;
        line-height: 30px;
        text-align: center;
        color: #FFF;
        width: 30px;
        height: 30px;
        position: absolute;
        right: 10px;
        bottom: -15px;
        z-index: 9;
        background-color: #024073;
        border-radius: 50%;
        transition: all .4s ease;
    }

.exercise-box_content {
    background-color: transparent;
    padding: 0 15px 20px;
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.exercise-box > .exercise-box_content > .btn,
.btn-one {
    display: inline-block;
    color: #fff;
    font-size: .9rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    padding: 0.525rem 1.25rem;
    border: none;
    border-radius: 2rem;
    background: linear-gradient(90deg,#7213BE,#AA45C5);
    outline: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: color 1000ms ease 0s, background-color 1500ms ease 0s !important;
    /*-webkit-transition: .3s linear;
         transition: .3s linear;*/
    overflow: hidden
}

    .exercise-box > .exercise-box_content > .btn:hover,
    .btn-one:hover {
        text-decoration: none;
        color: #fff;
        background: #6D0FC5;
    }

    .exercise-box > .exercise-box_content > .btn:active,
    .btn-one:active, .btn-one.active {
        background: linear-gradient(90deg,#7213BE,#AA45C5);
        /*box-shadow: 0px 4px 0px #009A44, 0px 1px 8px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3);*/
        transform: translate(0, 4px);
    }

/*-------------- panel-box-success ------------*/
.exercise-box.done {
    border-top-color: #398439 !important;
    position: relative;
}

    .exercise-box.done::before {
        top: -5px;
        right: 0;
    }

    .exercise-box.done::after {
        left: 0;
        bottom: 0;
    }

    .exercise-box.done > .exercise-box_title > .status_icon {
        background-color: #398439;
    }

    .exercise-box.done > .exercise-box_content > .btn {
        pointer-events: none;
        background: linear-gradient(90deg,#006A35,#008040);
        pointer-events: none;
        opacity: 0.4 !important;
        box-shadow: none;
        transform: translate(0, 4px);
    }
        .exercise-box.done > .exercise-box_content > .btn:hover {
            background: linear-gradient(90deg,#006A35,#008040);
        }

        .exercise-table {
            border-collapse: collapse;
            border-spacing: 0;
            width: 100%;
            max-width: 100%;
            margin-bottom: 10px;
            text-align: left;
            font-size: 0.78rem;
        }

.alert-info {
    color: #000 !important;
    background-color: #c4e783 !important;
    border-color: #c4e783 !important;
}

.exercise-table > tbody > tr > td,
.exercise-table > tfoot > tr > td,
.exercise-table > thead > tr > td {
    padding: 5px;
    line-height: 1.42857143;
    vertical-align: top;
}

.exercise-table tr td:first-child {
    font-weight: 700;
}

/*----------------------------------/
/---------- All Page CSS -----------/
/----------------------------------*/

/* Scroll Top */
.scroll-up,
.scroll-dwn {
    position: fixed;
    bottom: 75px;
    background: #044D91;
    color: #FFF;
    width: 40px;
    height: 40px;
    line-height: 35px;
    font-size: 24px;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
    z-index: 555;
    display: none;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.18);
    transition: all 0.4s;
}

.scroll-up {
    right: 10px;
}

.scroll-dwn {
    right: 51px;
}

    .scroll-up:hover,
    .scroll-dwn:hover {
        background: #323232;
    }

img {
    width: 100%;
}

.outer {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.middle {
    display: table-cell;
    vertical-align: middle;
    padding: 0 1.5rem;
}

.loader_bg {
    z-index: 9910;
    min-height: 100%;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    background: rgba(0, 0, 0, 0.8);
}

.loader {
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #3498db;
    width: 40px;
    height: 40px;
    left: 50%;
    top: 50%;
    position: absolute;
    margin-left: -15px;
    margin-top: -15px;
    -moz-animation: spin 1s linear infinite;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.user_nav {
    padding: 0;
    margin: 0;
    float: right;
}

    .user_nav li {
        display: inline-block;
        list-style: none;
    }

        .user_nav li a {
            min-width: 35px;
            text-align: center;
            padding: 6px 0;
            cursor: pointer;
            color: #FFF;
            font-size: 15px;
            background: linear-gradient(90deg,#7213BE,#AA45C5);
            border-radius: 0 0 4px 4px;
            box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
        }

            .user_nav li a:hover {
                text-decoration: none;
                background: #6D0FC5;
            }

/*-------------- wrapper Section ---------------*/
.wrapper {
    min-height: 100%;
    position: static;
    overflow: hidden
}

    .wrapper:after,
    .wrapper:before,
    .main-box:before,
    .main-box:after {
        content: "";
        display: table
    }

    .wrapper:after,
    .main-box:after {
        clear: both
    }

/*---------------------------------------------*/
/*-------------- Header Section ---------------*/
/*---------------------------------------------*/

.fixed .main-header {
    top: 0;
    right: 0;
    left: 0;
}

.fixed .main-header,
.fixed .main-sidebar {
    position: fixed;
}

.fixed .asidebar {
    position: fixed;
    top: 59px;
    padding-top: 10px;
}

.main-header {
    position: relative;
    max-height: 7.5rem;
    min-height: 3.2rem;
    background: rgba(265, 256, 256, 1);
    padding: 0 1rem;
    z-index: 999;
    box-shadow: 0 0.46875rem 2.1875rem rgba(4,9,20,0.03),0 0.9375rem 1.40625rem rgba(4,9,20,0.03),0 0.25rem 0.53125rem rgba(4,9,20,0.05),0 0.125rem 0.1875rem rgba(4,9,20,0.03);
}

.container.header-wrapper {
    display: flex;
}

a.upl-navbar-brand {
    height: 62.13px;
    padding: .25rem 0;
    -webkit-transition: .3s linear;
    transition: .3s linear;
}

.upl-navbar-brand > video {
    width: 110px;
    display: block;
    vertical-align: baseline;
}

.main-header .navbar-right {
    margin-left: auto
}

.timer-panel,
.tr-btn-section {
    display: inline-block
}

time, .time {
    color: #d9534f;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    padding: 0 10px;
    margin-top: 15px;
}

table.faqs-tbl {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 1.5rem;
    color: #212529;
    border-bottom: 2px solid #9a9a9a !important;
}

    table.faqs-tbl > thead > tr > th {
        vertical-align: bottom;
        background: #004074;
        color: #FFF;
        text-align: center;
        font-size: 9.5pt;
    }

    table.faqs-tbl > thead > tr > th,
    table.faqs-tbl > tbody > tr > td {
        padding: .75rem;
        vertical-align: middle;
        border: 1px solid #ddd;
    }

        table.faqs-tbl > thead > tr > th:first-child {
            width: 6%;
        }

    table.faqs-tbl > tbody > tr:nth-child(even) {
        background: #FFF;
    }

    table.faqs-tbl > tbody > tr:nth-child(odd) {
        background: #F2F2F2;
    }

.faqs-tr-btn {
    position: absolute;
    top: 0;
    right: 0
}

.main-box {
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    background: #FFF;
    box-shadow: 0 5px 4px -3px rgba(0,0,0,.35);
    -webkit-box-shadow: 0 5px 4px -3px rgba(0,0,0,.35);
    -moz-box-shadow: 0 5px 4px -3px rgba(0,0,0,.35);
}

.section-title,
.section-title-left {
    margin-bottom: 20px;
    margin-top: 6px;
}

    .section-title h2,
    .section-title-left h2 {
        color: #666;
        display: block;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: .20px;
        font-size: 0.9rem;
        line-height: 14px;
        margin: 0;
    }

    .section-title h3,
    .section-title-left h3 {
        color: #323232;
        text-transform: uppercase;
        font-size: 1.2rem;
        margin-top: 10px 0;
        font-weight: 600;
    }

        .section-title h3 span,
        .section-title-left h3 span {
            color: #044d91;
            font-size: .95rem;
        }

    .section-title .title-line-center,
    .section-title-left .title-line-left {
        width: 160px;
        height: 4px;
        background: linear-gradient(90deg,#7213BE,#AA45C5);
        display: block;
    }

    .section-title .title-line-center {
        margin-right: auto;
        margin-left: auto;
    }

.section-content {
    padding-left: 15px;
    padding-right: 15px;
}

p {
    text-align: justify;
}
.middle-title {
    color: #0076A8;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.25rem;
}

.small-heading {
    font-size: 1.1rem;
    color: #59327A;
    text-transform: uppercase;
    font-weight: 600;
}

.about-img-one,
.info-about {
    position: relative !important;
    min-height: 318px;
}

    .about-img-one > img {
        width: 100%;
        height: 100%;
        position: absolute;
        border: 1px solid #ddd;
        background-size: cover !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        box-shadow: 0px 2px 15px 0px rgba(0,0,0,.25);
        -webkit-box-shadow: 0px 2px 15px 0px rgba(0,0,0,.25);
        -moz-box-shadow: 0px 2px 15px 0px rgba(0,0,0,.25);
    }

.overlay-about {
    padding: 12px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.text-overlay {
    width: 100%;
    height: 100%;
    border: 2px solid rgba(255, 255, 255, .85);
    background-color: rgba(0, 0, 0, 0.25);
    position: relative;
}

.info-about > h5 {
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 35px;
    margin-top: 25px;
    color: #454545;
}

.table thead tr th {
    vertical-align: bottom;
    background: #cfcfcf;
    color: #6900be;
    text-align: center;
    font-size: 9.5pt;
}

.table thead tr:last-child th {
    border-bottom: 2px solid #7112be !important;
}

.bottom-btn {
    position: absolute;
    bottom: 10px;
    width: 100%;
}

table.exer-table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 15px;
}

    table.exer-table > tbody > tr > td {
        font-size: 13px;
        padding: 8px;
        border-top: 1px solid #dee2e6;
    }

    table.exer-table > tbody > tr:first-child > td {
        border-top: none;
    }

    table.exer-table > thead {
        background: #e1e1e1;
    }


.asidebar {
    background: #88bd26;
    left: 0;
    top: 0;
    position: absolute;
    width: 306px;
    z-index: 99;
}

.asidebar,
.my-account {
    min-height: 100%;
    -webkit-transition: -webkit-transform .3s ease-in-out,width .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out,width .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out,width .3s ease-in-out;
    transition: transform .3s ease-in-out,width .3s ease-in-out;
}
    /*----------------------------*/
    /*---------	Navigation -------*/
    /*----------------------------*/
    .asidebar ul > li > a {
        display: block;
        text-decoration: none;
        color: #000;
        padding: 8px 25px 8px 16px;
    }

ul.sidebar-menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

    ul.sidebar-menu > li {
        position: relative;
    }

        ul.sidebar-menu > li.header-menu {
            font-weight: bold;
            font-size: 14px;
            padding: 15px 15px 5px;
            display: block;
        }


        ul.sidebar-menu > li > a:hover {
            background: #00589F;
            color: #BCC1CD;
            font-weight: bold;
        }

        ul.sidebar-menu > li.has-submenu > a:after {
            font-family: 'FontAwesome';
            font-weight: bold;
            font-size: 1.1rem;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            content: "\f105";
            display: inline-block;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            text-align: center;
            background: 0 0;
            position: absolute;
            right: 15px;
            top: 6px;
        }

        ul.sidebar-menu > li.active > a {
            border-left: 4px solid #E42313;
            padding-left: 12px;
            color: #FFF;
            font-weight: bold;
            Background: #0076A8;
            outline: none;
        }

            ul.sidebar-menu > li.active > a:after {
                transform: rotate(90deg);
                right: 15px;
            }

        ul.sidebar-menu > li.has-submenu > ul.lvl-sec {
            padding: 0;
            display: none;
            list-style-type: none;
        }

            ul.sidebar-menu > li.has-submenu > ul.lvl-sec > li {
                padding-left: 12px;
                font-size: .85rem;
                background: #EDF3F8;
            }

                ul.sidebar-menu > li.has-submenu > ul.lvl-sec > li:hover,
                ul.sidebar-menu > li.has-submenu > ul.lvl-sec > li > a:hover {
                    color: #194597 !important;
                    background: #F4F5F9;
                    font-weight: bold;
                }

ul.lvl-sec > li > a {
    color: #464646 !important;
}

    ul.lvl-sec > li > a.active {
        color: #194597 !important;
        font-weight: bold;
    }

.my-account {
    margin-left: 306px;
    z-index: 899;
}

    .my-account > .tab-pane {
        padding: 5px 0;
        width: 100%;
        display: none;
    }

/*-------------- nav-tabs ------------*/
.nav-tabs {
    border-bottom: 2px solid #044d91;
}

    .nav-tabs > li {
        margin-bottom: -2px;
    }

        .nav-tabs > li > a.nav-link {
            background: #d9edf7;
            color: #31708f;
            margin-right: 5px;
            border: 1px solid #044d91;
            position: relative;
        }

            .nav-tabs > li > a.nav-link::after {
                content: "";
                background: #194597;
                height: 3px;
                position: absolute;
                width: 100%;
                left: 0px;
                top: -1px;
                transition: all 250ms ease 0s;
                transform: scale(0);
            }

            .nav-tabs > li > a.nav-link.active {
                color: #044d91;
                border: 1px solid #044d91;
                border-bottom: 1px solid #fff;
            }

                .nav-tabs > li > a.nav-link.active::after,
                .nav-tabs > li > a.nav-link:hover::after {
                    transform: scale(1);
                }

.tab-nav > li > a.nav-link::after {
    background: #21527d none repeat scroll 0% 0%;
    color: #fff;
}

.tab-contant-ex {
    padding: 0 15px 0;
}

/*-------------- question section ------------*/
.section-qus {
    background: #DEC7F0;
	font-size: .90rem;
}

.Qst_Header {
    background-color: #C196E2;
    color: #1F0335;
    padding: 10px 2px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

    .Qst_Header > div:first-child {
        text-align: center;
        padding: 0 !important;
    }

    .Qst_Header > div > span.Qst-no {
        width: 28px;
        height: 28px;
        line-height: 26px;
        display: inline-block;
        background: #fff;
        border-radius: 50%;
        text-align: center;
        border: 1px solid #7415be;
        font-weight: 600;
        color: #000000;
    }

    .Qst_Header > div > p {
        margin-bottom: 0;
        line-height: 22px;
    }

.qusgroup_option {
    padding: 5pt 10pt;
    background: #fff;
    margin-bottom: 10px;
}
/*---------------------------------/
/------- Media queries css --------/
/---------------------------------*/

@media screen and (max-width: 768px) {
    .full-background img {
        top: 0 !important;
        height: 100% !important;
    }
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .body-content {
        padding: 0;
    }
}
