.loader-area:after {
    height: 100%;
    width: 100%;
}

.loader-area:after {
    content: "";
    display: block;
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(242, 243, 246, 0.7);
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 9;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    pointer-events: auto;
    opacity: 1;
    z-index: 99999;
}

.loader-area .loader {
    background: #f2f3f6;
    border-radius: 50%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    width: 50px;
    position: fixed;
    z-index: 99;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    animation: outer 1s ease infinite;
}

    .loader-area .loader::after {
        content: "";
        background: #f2f3f6;
        width: calc(100% - 30px);
        height: calc(100% - 30px);
        border-radius: 50%;
        animation: inner 1s ease infinite;
        margin: 0;
        padding: 0;
    }



@keyframes outer {
    0% {
        -webkit-box-shadow: 0px 0px 0px #FFF, 0px 0px 0px rgba(0, 0, 0, .08);
        box-shadow: 0px 0px 0px #FFF, 0px 0px 0px rgba(0, 0, 0, .08);
        width: 2vmin;
        height: 2vmin;
        opacity: 0;
    }

    20% {
        -webkit-box-shadow: -4px -4px 14px #FFF, 4px 4px 8px rgba(0, 0, 0, .10);
        box-shadow: -4px -4px 14px #FFF, 4px 4px 8px rgba(0, 0, 0, .10);
        opacity: 1;
    }

    50% {
        width: 20vmin;
        height: 20vmin;
    }

    80% {
        -webkit-box-shadow: -4px -4px 14px #FFF, 4px 4px 8px rgba(0, 0, 0, .10);
        box-shadow: -4px -4px 14px #FFF, 4px 4px 8px rgba(0, 0, 0, .10);
        opacity: 1;
    }

    100% {
        box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25), 0px 0px 0px rgba(255, 255, 255, 0.15);
        width: 2vmin;
        height: 2vmin;
        opacity: 0;
    }
}

@keyframes inner {
    0% {
        -webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, .15), inset -2px -2px 5px #FFF;
        box-shadow: inset 2px 2px 5px rgba(0, 0, 0, .15), inset -2px -2px 5px #FFF;
    }

    20% {
        -webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, .15), inset -2px -2px 5px #FFF;
        box-shadow: inset 2px 2px 5px rgba(0, 0, 0, .15), inset -2px -2px 5px #FFF;
    }

    80% {
        -webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, .15), inset -2px -2px 5px #FFF;
        box-shadow: inset 2px 2px 5px rgba(0, 0, 0, .15), inset -2px -2px 5px #FFF;
    }

    100% {
        -webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, .15), inset -2px -2px 5px #FFF;
        box-shadow: inset 2px 2px 5px rgba(0, 0, 0, .15), inset -2px -2px 5px #FFF;
    }
}


.form-group {
    margin-bottom: 0;
}

.innerpage .main-content {
    padding-top: 114px;
    display: inline-block;
    width: 100%;
    clear: both;
    float: left;
    background: #f2f3f6;
}

section {
    background: #f2f3f6;
}

.footer-nav li.dropdown .drop-down {
    background: #f2f3f6;
}

.footer-nav li {
    cursor: pointer
}

.h-full {
    height: 100%;
}

.banner {
    height: 100vh;
    background: rgba(172, 255, 247, 0.95);
    background: -moz-linear-gradient(-45deg, rgba(172, 255, 247, 0.95) 0%, rgba(255, 195, 255, 0.99) 70%, rgba(255, 195, 255, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(172, 255, 247, 0.95)), color-stop(70%, rgba(255, 195, 255, 0.99)), color-stop(100%, rgba(255, 195, 255, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(172, 255, 247, 0.95) 0%, rgba(255, 195, 255, 0.99) 70%, rgba(255, 195, 255, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(172, 255, 247, 0.95) 0%, rgba(255, 195, 255, 0.99) 70%, rgba(255, 195, 255, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(172, 255, 247, 0.95) 0%, rgba(255, 195, 255, 0.99) 70%, rgba(255, 195, 255, 1) 100%);
    background: linear-gradient(135deg, rgba(172, 255, 247, 0.95) 0%, rgba(255, 195, 255, 0.99) 70%, rgba(255, 195, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#acfff7', endColorstr='#ffc3ff', GradientType=1);
    padding-top: 100px;
}

    .banner .container-fluid {
        padding: 0 100px;
    }

.banner-right {
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 30px;
}

    .banner-right img {
        max-width: 100%;
    }

.banner-left {
    padding-bottom: 100px;
}

    .banner-left h1 {
        color:#a40e15;
        font-weight: 500;
        font-size: 68px;
        text-transform: uppercase;
        letter-spacing: 5px;
        line-height: 1.3;
    }

    .banner-left h4 {
        color:#a40e15;
        font-weight: 500;
        font-size: 24px;
        text-transform: uppercase;
        letter-spacing: 2px;
        line-height: 1.3;
    }



.small-title {
    text-transform: uppercase;
    font-weight: 300;
    padding-left: 22px;
    position: relative
}

    .small-title.required:before {
        position: absolute;
        content: "*";
        color: #FF4545;
        left: 4px;
        font-size: 24px;
        font-weight: 500;
        top: 4px;
    }



.big-title {
    text-transform: none;
    color: #9A9A9A;
    font-size: 26px;
    line-height: 1.8;
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: 0px;
    margin-top: 20px;
    padding-right: 40px;
}



input.form-control {
    -webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, .15), inset -2px -2px 5px #FFF !important;
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, .15), inset -2px -2px 5px #FFF !important;
    background: #f2f3f6 !important;
    border: 0 !important;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    letter-spacing: 2px;
    min-height: 60px;
    line-height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 22px;
    padding-right: 22px;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;
    min-height: 60px;
    text-transform: uppercase;
    color: #5c5c5c;
}


.with-search input.form-control {
    padding-right: 50px;
}

input.form-control.clickable:hover {
    /*
    -webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, .15), inset -5px -5px 10px #FFF !important;
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, .15), inset -5px -5px 10px #FFF !important;
*/
}

input.form-control.clickable:focus {
    -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .15), inset -1px -1px 2px #FFF !important;
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .15), inset -1px -1px 2px #FFF !important;
}

input::-webkit-input-placeholder {
    /* Edge */
    color: #5c5c5c !important;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #5c5c5c !important;
}

input::placeholder {
    color: #5c5c5c !important;
}



.shadowbox {
    -webkit-box-shadow: -4px -4px 14px #FFF, 4px 4px 14px rgba(0, 0, 0, .15) !important;
    box-shadow: -4px -4px 14px #FFF, 4px 4px 14px rgba(0, 0, 0, .15) !important;
    background: #f2f3f6 !important;
    border: 0 !important;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: 30px;
}


.innerbox {
    -webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, .15), inset -2px -2px 5px #FFF !important;
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, .15), inset -2px -2px 5px #FFF !important;
    padding: 20px;
}

    .innerbox .row {
        margin-right: -10px;
        margin-left: -10px;
    }

        .innerbox .row .col-md-6 {
            padding-left: 10px;
            padding-right: 10px;
        }

.upshadow {
    -webkit-box-shadow: -4px -4px 14px #FFF, 4px 4px 14px rgba(0, 0, 0, .15) !important;
    box-shadow: -4px -4px 14px #FFF, 4px 4px 14px rgba(0, 0, 0, .15) !important;
    background: #f2f3f6 !important;
    border: 0 !important;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    letter-spacing: 2px;
    min-height: 60px;
    padding: 10px 22px;
    width: 100%;
    font-weight: 500;
}


    .upshadow.clickable:hover {
        -webkit-box-shadow: -2px -2px 5px #FFF, 2px 2px 5px rgba(0, 0, 0, .11) !important;
        box-shadow: -2px -2px 5px #FFF, 2px 2px 5px rgba(0, 0, 0, .11) !important;
    }

/*
 .upshadow.clickable:active {
     -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .15), inset -1px -1px 2px #FFF !important;
     box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .15), inset -1px -1px 2px #FFF !important;



 }
*/



.btn-sign {
    -webkit-box-shadow: -4px -4px 14px #FFF, 4px 4px 14px rgba(0, 0, 0, .15) !important;
    box-shadow: -4px -4px 14px #FFF, 4px 4px 14px rgba(0, 0, 0, .15) !important;
    background: #f2f3f6 !important;
    border: 0 !important;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    letter-spacing: 2px;
    min-height: 60px;
    padding: 10px 60px;
    color: #5c5c5c;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
}

    .btn-sign:hover {
        -webkit-box-shadow: -2px -2px 5px #FFF, 2px 2px 5px rgba(0, 0, 0, .11) !important;
        box-shadow: -2px -2px 5px #FFF, 2px 2px 5px rgba(0, 0, 0, .11) !important;
    }

    .btn-sign:active {
        -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .15), inset -1px -1px 2px #FFF !important;
        box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .15), inset -1px -1px 2px #FFF !important;
    }



.btn-icon {
    -webkit-box-shadow: -4px -4px 14px #FFF, 4px 4px 14px rgba(0, 0, 0, .15) !important;
    box-shadow: -4px -4px 14px #FFF, 4px 4px 14px rgba(0, 0, 0, .15) !important;
    background: #f2f3f6 !important;
    border: 0 !important;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    letter-spacing: 2px;
    min-height: 60px;
    padding: 10px 10px;
    color: #5c5c5c;
    font-weight: 500;
    line-height: 40px;
    color: #5c5c5c !important;
    text-align: center;
    min-width: 60px;
    cursor: pointer
}


    .btn-icon i {
        font-size: 24px;
        color: #000;
        vertical-align: middle;
    }

    .btn-icon:hover {
        -webkit-box-shadow: -2px -2px 5px #FFF, 2px 2px 5px rgba(0, 0, 0, .11) !important;
        box-shadow: -2px -2px 5px #FFF, 2px 2px 5px rgba(0, 0, 0, .11) !important;
    }

    .btn-icon:active {
        -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .15), inset -1px -1px 2px #FFF !important;
        box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .15), inset -1px -1px 2px #FFF !important;
    }

.text-btn {
    font-weight: 500;
    letter-spacing: 2px;
    padding-left: 22px;
    padding-right: 22px;
    text-transform: uppercase;
}


    .text-btn i {
        float: right;
        line-height: 40px;
        padding-left: 60px;
    }


.pb-10 {
    padding-bottom: 10px !important;
}


.pb-20 {
    padding-bottom: 20px !important;
}


.pb-30 {
    padding-bottom: 30px !important;
}


.pb-40 {
    padding-bottom: 40px !important;
}


.pb-50 {
    padding-bottom: 50px !important;
}


.pb-60 {
    padding-bottom: 60px !important;
}


.pb-70 {
    padding-bottom: 70px !important;
}


.pb-80 {
    padding-bottom: 80px !important;
}


.pb-90 {
    padding-bottom: 90px !important;
}


.pb-100 {
    padding-bottom: 100px !important;
}


.pt-10 {
    padding-top: 10px !important;
}


.pt-20 {
    padding-top: 20px !important;
}


.pt-30 {
    padding-top: 30px !important;
}


.pt-40 {
    padding-top: 40px !important;
}


.pt-50 {
    padding-top: 50px !important;
}


.pt-60 {
    padding-top: 60px !important;
}


.pt-70 {
    padding-top: 70px !important;
}


.pt-80 {
    padding-top: 80px !important;
}


.pt-90 {
    padding-top: 90px !important;
}


.pt-100 {
    padding-top: 100px !important;
}



.ml-10 {
    margin-left: 10px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.mr-15 {
    margin-right: 15px !important;
}


.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}






.mb-0 {
    margin-bottom: 0 !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-24 {
    margin-bottom: 24px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mb-120 {
    margin-bottom: 120px !important;
}

.mt-15 {
    margin-top: 15px !important;
}



.mt-0 {
    margin-top: 0 !important;
}



.mt-5 {
    margin-top: 5px !important;
}

.mt-24 {
    margin-top: 24px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.ptb-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.date {
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-left: 22px;
    position: relative;
    font-size: 16px;
    color: #5C5C5C;
    line-height: 1.4;
    margin-bottom: 10px;
}

.downshadow {
    -webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, .15), inset -5px -5px 10px #FFF !important;
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, .15), inset -5px -5px 10px #FFF !important;
    background: #f2f3f6 !important;
    border: 0 !important;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    letter-spacing: 2px;
}


    .downshadow.clickable:hover {
        -webkit-box-shadow: -2px -2px 5px #FFF, 2px 2px 5px rgba(0, 0, 0, .11) !important;
        box-shadow: -2px -2px 5px #FFF, 2px 2px 5px rgba(0, 0, 0, .11) !important;
    }

/*
 .downshadow.clickable:active {
     -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .15), inset -1px -1px 2px #FFF !important;
     box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .15), inset -1px -1px 2px #FFF !important;



 }
*/



.radio .form-group {
    position: relative;
    margin-bottom: 22px;
}

    .radio .form-group input[type=radio] {
        position: absolute;
        visibility: hidden;
        margin: 0;
    }

    .radio .form-group label {
        display: block;
        position: relative;
        font-weight: 500;
        font-size: 16px;
        line-height: 40px;
        cursor: pointer;
        padding: 10px 22px;
        padding-right: 46px;
        text-transform: uppercase;
    }

    .radio .form-group:hover label {
    }

    .radio .form-group .check {
        display: block;
        position: absolute;
        height: 24px;
        width: 24px;
        top: 18px;
        right: 22px;
        z-index: 5;
        -webkit-box-shadow: inset 2px 2px 6px rgba(0, 0, 0, .11), inset -2px -2px 6px #FFF;
        box-shadow: inset 2px 2px 6px rgba(0, 0, 0, .11), inset -2px -2px 6px #FFF;
        pointer-events: none;
    }

    .radio .form-group:hover .check {
    }

    .radio .form-group .check::before {
        display: block;
        position: absolute;
        content: '';
        height: 12px;
        width: 12px;
        top: 6px;
        left: 6px;
        margin: auto;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        background: #00e2a5;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        border-radius: 50%;
    }

    .radio .form-group input[type=radio]:checked ~ .check {
    }

        .radio .form-group input[type=radio]:checked ~ .check::before {
            border-radius: 0;
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
        }

    .radio .form-group input[type=radio]:checked ~ label {
    }






.checkbox .form-group {
    position: relative;
    margin-bottom: 22px;
}

    .checkbox .form-group input[type=checkbox] {
        position: absolute;
        visibility: hidden;
        margin: 0;
    }

    .checkbox .form-group label {
        display: block;
        position: relative;
        font-weight: 500;
        font-size: 16px;
        line-height: 40px;
        cursor: pointer;
        padding: 10px 22px;
        padding-right: 46px;
        text-transform: uppercase;
    }

    .checkbox .form-group:hover label {
    }

    .checkbox .form-group .check {
        display: block;
        position: absolute;
        height: 24px;
        width: 24px;
        top: 18px;
        right: 22px;
        z-index: 5;
        -webkit-box-shadow: inset 2px 2px 6px rgba(0, 0, 0, .11), inset -2px -2px 6px #FFF;
        box-shadow: inset 2px 2px 6px rgba(0, 0, 0, .11), inset -2px -2px 6px #FFF;
        pointer-events: none;
    }

    .checkbox .form-group:hover .check {
    }

    .checkbox .form-group .check::before {
        display: block;
        position: absolute;
        content: '';
        height: 12px;
        width: 12px;
        top: 6px;
        left: 6px;
        margin: auto;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        background: #00e2a5;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        border-radius: 50%;
    }

    .checkbox .form-group input[type=checkbox]:checked ~ .check {
    }

        .checkbox .form-group input[type=checkbox]:checked ~ .check::before {
            border-radius: 0;
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
        }

    .checkbox .form-group input[type=checkbox]:checked ~ label {
    }



/**
 * Wrapper
 */
.combo-select {
    position: relative;
}

    .combo-select .combo-input {
        margin-bottom: 0;
    }

/**
 * Input field
 */
.combo-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: none;
    width: 100%;
    display: block;
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;
    min-height: 60px;
    cursor: pointer;
    padding: 10px 22px;
    padding-right: 46px;
    text-transform: uppercase;
    -webkit-box-shadow: -4px -4px 14px #FFF, 4px 4px 14px rgba(0, 0, 0, .15) !important;
    box-shadow: -4px -4px 14px #FFF, 4px 4px 14px rgba(0, 0, 0, .15) !important;
    background: #f2f3f6 !important;
    border: 0 !important;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    letter-spacing: 2px;
}

    .combo-input:focus {
        outline: none;
    }

.form-group.down .combo-select .combo-input {
    -webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, .15), inset -2px -2px 5px #FFF !important;
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, .15), inset -2px -2px 5px #FFF !important;
    background: #f2f3f6 !important;
}




/**
 * Arrow
 */
.combo-arrow {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    cursor: pointer;
    text-align: center;
    font-size: 22px;
    width: 100%;
    z-index: 9;
    color: #5C5C5C;
}

    .combo-arrow:before {
        content: "\f123";
        display: inline-block;
        font-family: "Ionicons";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        text-rendering: auto;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 20px;
        line-height: 60px;
        display: block;
        width: 60px;
        height: 60px;
        text-align: center;
        right: 0px;
        bottom: 0;
        position: absolute;
        margin: auto 0;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
    }

/**
 * When opened
 */
/*
 .combo-open .combo-arrow {
     border-color: #51A7E8;
 }
*/

.combo-open .combo-arrow:before {
    /*      content: "\f126";*/
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

/**
 * When focused
 */
.combo-focus {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    border-color: #51A7E8;
}

    .combo-focus input {
        border-color: #51A7E8;
    }

/**
 * Hide native select
 */
.combo-select select {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    opacity: 0;
}

@media only screen and (min-width: 960px) {
    .combo-select select {
        left: -1px;
        top: -1px;
        width: 0;
        height: 0;
        margin: 0;
    }
}

/**
 * Selected option
 */
.option-selected {
    background-color: #eee;
}

/**
 * Hovered option
 */
.option-hover {
    background-color: #d7dade;
    color: #5c5c5c;
}

/**
 * Option item
 */
.option-item {
    cursor: pointer;
    /*border-bottom: 1px #e3e3e3 solid;*/
}

    .option-item:hover {
        background-color: #e0e2e6;
        color: #5c5c5c;
    }

    .option-item:last-child {
        border-bottom: none;
    }

/**
 * Disabled and optgroups
 */
/*.option-group {
  cursor: text;
  font-weight: 600;
  background: #e1e1e1;
  border: 1px #ccc solid;
  border-width: 1px 0; }*/

/**
 * Disabled
 */
.option-disabled {
    opacity: 0.5;
}

/**
 * Dropdown
 */
.combo-dropdown {
    position: absolute;
    z-index: 999;
    top: 100%;
    left: 0;
    min-width: 100%;
    max-width: 300px;
    max-height: 315px;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    /*display: none;*/
    overflow-y: auto;
    /*     background: #fff;*/
    /*     box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 6px rgba(0, 0, 0, 0.12);*/
    -webkit-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    border-radius: 0;
    box-sizing: border-box;
    /*   -webkit-transform: scale(0);
    -ms-transform: scale(0);

    transform: scale(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
*/
    margin-top: 0px;
    -webkit-box-shadow: -4px -4px 14px #FFF, 4px 4px 14px rgba(0, 0, 0, .15) !important;
    box-shadow: -4px -4px 14px #FFF, 4px 4px 14px rgba(0, 0, 0, .15) !important;
    background: #f2f3f6 !important;
    border: 0 !important;
}

    .combo-dropdown li {
        list-style: none;
        padding: 10px 15px;
        line-height: 40px;
        margin-top: 15px;
        margin-bottom: 15px;
        -webkit-box-shadow: -4px -4px 14px #FFF, 4px 4px 14px rgba(0, 0, 0, .15) !important;
        box-shadow: -4px -4px 14px #FFF, 4px 4px 14px rgba(0, 0, 0, .15) !important;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

/**
 * On Active
 */
.combo-open .combo-dropdown {
    /*display: block; */
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

/**
 * Search marker
 */
.combo-marker {
    text-decoration: underline;
}


.pt-60 {
    padding-top: 60px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}


textarea.form-control {
    -webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, .15), inset -2px -2px 5px #FFF !important;
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, .15), inset -2px -2px 5px #FFF !important;
    background: #f2f3f6 !important;
    border: 0 !important;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    letter-spacing: 2px;
    min-height: 60px;
    line-height: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 22px;
    padding-right: 22px;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    height: 60px;
    text-transform: uppercase;
    color: #5c5c5c;
    text-transform: inherit;
    letter-spacing: 1px;
}

    textarea.form-control:focus {
        -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .15), inset -1px -1px 2px #FFF !important;
        box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .15), inset -1px -1px 2px #FFF !important;
    }


.form-control::-webkit-input-placeholder {
    /* Edge */
    color: #5c5c5c;
    opacity: 1;
    font-weight: 500;
}

.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #5c5c5c;
    opacity: 1;
    font-weight: 500;
}

.form-control::placeholder {
    color: #5c5c5c;
    opacity: 1;
    font-weight: 500;
}

.form-control::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
}

.form-control:-ms-input-placeholder {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
}

.form-control::placeholder {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
}


.auto-complete-select {
    position: relative;
    width: 100%;
}

    .auto-complete-select .custom-combobox-toggle {
        position: absolute;
        right: 0;
        top: 0;
        height: 60px;
        width: 60px;
    }

        .auto-complete-select .custom-combobox-toggle:before {
            content: "\f123";
            display: inline-block;
            font-family: "Ionicons";
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            text-rendering: auto;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 20px;
            line-height: 60px;
            display: block;
            width: 60px;
            height: 60px;
            text-align: center;
            right: 0px;
            bottom: 0;
            position: absolute;
            margin: auto 0;
            -webkit-transition: .3s all ease;
            -o-transition: .3s all ease;
            transition: .3s all ease;
            -webkit-transform-origin: center center;
            -ms-transform-origin: center center;
            transform-origin: center center;
            cursor: pointer;
            color: #5c5c5c;
        }

        .auto-complete-select .custom-combobox-toggle.open:before {
            /*
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
*/
        }

    .auto-complete-select .ui-widget.ui-widget-content {
        -webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, .15), inset -2px -2px 5px #FFF !important;
        box-shadow: inset 2px 2px 5px rgba(0, 0, 0, .15), inset -2px -2px 5px #FFF !important;
        background: #f2f3f6 !important;
        border: 0 !important;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        letter-spacing: 2px;
        min-height: 60px;
        line-height: 40px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 22px;
        padding-right: 50px;
        margin-bottom: 0;
        font-weight: 500;
        font-size: 16px;
        line-height: 40px;
        min-height: 60px;
        text-transform: uppercase;
        color: #5c5c5c;
        width: 100%;
        font-weight: 500;
        font-family: 'Montserrat', sans-serif;
    }

        .auto-complete-select .ui-widget.ui-widget-content:focus {
            -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .15), inset -1px -1px 2px #FFF !important;
            box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .15), inset -1px -1px 2px #FFF !important;
        }

.ui-autocomplete.ui-widget.ui-widget-content {
    /* display: none; */
    overflow-y: hidden;
    /* background: #fff; */
    /* box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 6px rgba(0, 0, 0, 0.12); */
    /*
    -webkit-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
*/
    border-radius: 0;
    box-sizing: border-box;
    margin-top: 0px;
    -webkit-box-shadow: -4px -4px 14px #FFF, 4px 4px 14px rgba(0, 0, 0, .15) !important;
    box-shadow: -4px -4px 14px #FFF, 4px 4px 14px rgba(0, 0, 0, .15) !important;
    background: #f2f3f6 !important;
    border: 0 !important;
    -webkit-animation: fadeIn .2s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadeIn .2s;
    /* Firefox < 16 */
    -ms-animation: fadeIn .2s;
    /* Internet Explorer */
    -o-animation: fadeIn .2s;
    /* Opera < 12.1 */
    animation: fadeIn .2s;
    max-height: 315px;
    overflow: auto;
}


    .ui-autocomplete.ui-widget.ui-widget-content.ui-menu .ui-menu-item {
        padding: 10px 15px;
        margin-top: 15px;
        margin-bottom: 15px;
        -webkit-box-shadow: -4px -4px 14px #FFF, 4px 4px 14px rgba(0, 0, 0, .15) !important;
        box-shadow: -4px -4px 14px #FFF, 4px 4px 14px rgba(0, 0, 0, .15) !important;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
        line-height: 40px;
        font-weight: 500;
        letter-spacing: 2px;
    }

        .ui-autocomplete.ui-widget.ui-widget-content.ui-menu .ui-menu-item:hover {
            background-color: #e0e2e6;
            color: #5c5c5c;
        }

            .ui-autocomplete.ui-widget.ui-widget-content.ui-menu .ui-menu-item:hover .ui-menu-item-wrapper {
                background: none;
                background-color: none;
                border: none;
            }

    .ui-autocomplete.ui-widget.ui-widget-content.ui-menu .ui-menu-item-wrapper {
        padding: 0;
    }

@keyframes fadeIn {
    0% {
        opacity: 0;
        visibility: hidden;
    }

    100% {
        opacity: 1;
        visibility: visible;
    }
}

/* Firefox < 16 */
@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
        visibility: hidden;
    }

    100% {
        opacity: 1;
        visibility: visible;
    }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        visibility: hidden;
    }

    100% {
        opacity: 1;
        visibility: visible;
    }
}

/* Internet Explorer */
@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
        visibility: hidden;
    }

    100% {
        opacity: 1;
        visibility: visible;
    }
}

/* Opera < 12.1 */
@-o-keyframes fadeIn {
    0% {
        opacity: 0;
        visibility: hidden;
    }

    100% {
        opacity: 1;
        visibility: visible;
    }
}

.certificate-title {
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1;
    margin-top: 15px;
    position: relative;
    font-size: 16px;
    color: #5c5c5c;
    margin-bottom: 0;
}


.form-group.with-search {
    position: relative;
}

.form-control.with-search {
    padding-right: 60px;
}

.form-group.with-search:before {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 60px;
    content: "\f4a4";
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 38px;
    text-align: center;
    vertical-align: middle;
    line-height: 60px;
    cursor: pointer;
}


.w-full {
    width: 100%;
    display: block;
}

.breadcrumb {
    list-style: none;
    position: absolute;
    bottom: 0;
    margin: 0;
    background: transparent;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.8;
    padding: 10px 0;
}

    .breadcrumb li {
        display: inline-block;
        font-weight: 500;
        position: relative;
        font-family: 'Montserrat', sans-serif;
    }

        .breadcrumb li:after {
            display: inline-block;
            font-family: "Ionicons";
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            text-rendering: auto;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\f3d3";
            margin: 0 15px;
        }

        .breadcrumb li:last-child:after {
            content: none;
        }


.audience .single-audience {
    padding: 15px;
    line-height: 15px;
    position: relative;
    font-weight: 500;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 30px;
    animation: zoom .3s alternate ease-in;
    margin-bottom: 20px;
    padding-right: 50px;
}



.audience .col-md-6:last-child .single-audience {
    margin-bottom: 0;
}

.audience .col-md-6:nth-last-child(2) .single-audience {
    margin-bottom: 0;
}

.audience .innerbox {
    /*    padding-bottom: 0;*/
}

@-moz-keyframes zoom {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@-ms-keyframes zoom {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@-o-keyframes zoom {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes zoom {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes zoom {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}


.audience .single-audience .btn-icon {
    min-height: 30px;
    padding: 0;
    line-height: 30px;
    min-width: 30px;
    position: absolute;
    right: 15px;
    top: 15px;
    text-align: center
}

    .audience .single-audience .btn-icon i {
        font-size: 16px;
        padding-left: 2px;
    }







.invigilator .invigilator-single {
    padding: 15px;
    line-height: 15px;
    position: relative;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 30px;
    animation: zoom .3s alternate ease-in;
    margin-bottom: 20px;
    padding-right: 50px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}


    .invigilator .invigilator-single .invigilator-name {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
    }



    .invigilator .invigilator-single:last-child {
        margin-bottom: 40px;
    }

    .invigilator .invigilator-single .btn-icon {
        min-height: 30px;
        padding: 0;
        line-height: 30px;
        min-width: 30px;
        position: absolute;
        right: 15px;
        top: 15px;
        text-align: center
    }

        .invigilator .invigilator-single .btn-icon i {
            font-size: 16px;
            padding-left: 2px;
        }


    .invigilator .invigilator-single .role {
        display: inline-block;
        padding-right: 30px;
        width: 170px;
        position: relative;
    }


        .invigilator .invigilator-single .role:after {
            content: "";
            position: absolute;
            height: 40px;
            width: 1px;
            background: #707070;
            right: 15px;
            top: -5px;
        }


.with-radio .combo-arrow {
    right: 46px;
}

.with-radio .combo-select .combo-input {
    padding-right: 90px;
}


.with-radio .radio label {
    position: absolute;
    right: 0;
    padding-right: 22px;
    z-index: 999;
    top: 0;
    width: 60px;
    height: 60px;
}

.drop-btn {
    width: 100%;
    padding-right: 50px;
    position: relative;
}

    .drop-btn i {
        font-size: 20px;
        line-height: 60px;
        display: block;
        width: 60px;
        height: 60px;
        text-align: center;
        right: 0px;
        bottom: 0;
        position: absolute;
        margin: auto 0;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
    }

    .drop-btn.open i {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
    }

.certificate {
    position: relative;
}


.certificate-dropdown {
    padding: 20px;
    position: absolute;
    width: 100%;
    z-index: 99;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    margin-top: 60px;
    visibility: hidden;
    max-height: 490px;
    overflow: auto;
}



    .certificate-dropdown .row {
        margin-left: -10px;
        margin-right: -10px;
    }


        .certificate-dropdown .row .col-md-6 {
            padding-right: 10px;
            padding-left: 10px;
        }

    .certificate-dropdown .certificate-box {
        padding: 24px;
        position: relative;
    }


    .certificate-dropdown .certificate-title {
        margin-top: 0;
        margin-bottom: 10px;
    }


    .certificate-dropdown.open {
        opacity: 1;
        visibility: visible;
        margin-top: 24px;
    }

    .certificate-dropdown .certificate-box {
        margin-bottom: 20px;
    }

    .certificate-dropdown .col-md-6:nth-last-child(2) .certificate-box {
        margin-bottom: 0px;
    }

    .certificate-dropdown .col-md-6:last-child .certificate-box {
        margin-bottom: 0px;
    }

    .certificate-dropdown .certificate-box .certificate-image {
        width: 210px;
        height: 140px;
        background-position: center center;
        background-size: contain;
        background-image: url(../images/icon/cert-dummy.svg);
        background-repeat: no-repeat;
        cursor: pointer;
    }

        .certificate-dropdown .certificate-box .certificate-image img {
            display: none;
        }


    .certificate-dropdown .certificate-box i {
        font-size: 46px;
        position: absolute;
        right: 0;
        bottom: 0;
        color: #000;
        ;
        padding: 20px 24px;
        line-height: 1;
    }



    .certificate-dropdown .certificate-backdrop {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        width: 100vw;
        height: 100vh;
    }



    .certificate-dropdown.open .certificate-backdrop {
        display: block;
    }


.tooltip {
    margin: 4px 0px;
}


    .tooltip.show {
        opacity: 1;
        margin: 4px 0px;
    }

    .tooltip .tooltip-inner {
        -webkit-box-shadow: -2px -2px 5px #FFF, 2px 2px 5px rgba(0, 0, 0, .11) !important;
        box-shadow: -2px -2px 5px #FFF, 2px 2px 5px rgba(0, 0, 0, .11) !important;
        background: #f2f3f6 !important;
        color: #5c5c5c !important;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 600;
        max-width: 300px;
        border-radius: 1px;
    }


    .tooltip .arrow:before {
        border-bottom-color: #f2f3f6;
        border-top-color: #f2f3f6;
    }


.row.gap-8 {
    margin-left: -8px;
    margin-right: -8px;
}

    .row.gap-8 [class^="col"] {
        padding-right: 8px;
        padding-left: 8px;
    }


.row.gap-10 {
    margin-left: -10px;
    margin-right: -10px;
}

    .row.gap-10 [class^="col"] {
        padding-right: 10px;
        padding-left: 10px;
    }

.card.collapsed-card .card-body {
    display: none;
}

.card.filter {
    width: 100%;
    border: 0;
}


    .card.filter .card-header {
        -webkit-box-shadow: -4px -4px 14px #FFF, 4px 4px 14px rgba(0, 0, 0, .15) !important;
        box-shadow: -4px -4px 14px #FFF, 4px 4px 14px rgba(0, 0, 0, .15) !important;
        background: #f2f3f6 !important;
        border: 0 !important;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        letter-spacing: 2px;
        min-height: 60px;
        padding: 10px 22px;
        padding-right: 40px;
        width: 100%;
        text-transform: uppercase;
        font-weight: 500;
        white-space: nowrap;
        white-space: normal;
        text-overflow: ellipsis;
        overflow: hidden;
        position: relative;
        line-height: 40px;
        cursor: pointer;
    }

        .card.filter .card-header .card-tools {
            position: absolute;
            right: 0;
            top: 0;
        }

            .card.filter .card-header .card-tools i {
                line-height: 20px;
                padding: 20px;
                font-size: 20px;
                -webkit-transition: .3s ease all;
                -o-transition: .3s ease all;
                transition: .3s ease all;
                -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                -o-transform: rotate(180deg);
                transform: rotate(180deg);
            }


    .card.filter.collapsed-card .card-header .card-tools i {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }


    .card.filter .card-body {
        -webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, .15), inset -2px -2px 5px #FFF !important;
        box-shadow: inset 2px 2px 5px rgba(0, 0, 0, .15), inset -2px -2px 5px #FFF !important;
        background: #f2f3f6 !important;
        border: 0 !important;
        padding: 30px;
        padding-top: 15px;
    }


    .card.filter .card-body {
        -webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, .15), inset -2px -2px 5px #FFF !important;
        box-shadow: inset 2px 2px 5px rgba(0, 0, 0, .15), inset -2px -2px 5px #FFF !important;
        background: #f2f3f6 !important;
        border: 0 !important;
        padding: 30px;
        padding-top: 15px;
    }




.card.category {
    width: 100%;
    border: 0;
    margin-bottom: 20px;
}


    .card.category:last-child {
        margin-bottom: 0;
    }


    .card.category .card-header {
        -webkit-box-shadow: -4px -4px 14px #FFF, 4px 4px 14px rgba(0, 0, 0, .15) !important;
        box-shadow: -4px -4px 14px #FFF, 4px 4px 14px rgba(0, 0, 0, .15) !important;
        background: #f2f3f6 !important;
        border: 0 !important;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        letter-spacing: 0px;
        min-height: 60px;
        padding: 10px 22px;
        padding-right: 40px;
        width: 100%;
        text-transform: uppercase;
        font-weight: 500;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        position: relative;
        line-height: 40px;
        cursor: pointer;
        padding-left: 60px;
        margin-bottom: 0;
    }

        .card.category .card-header .card-tools {
            position: absolute;
            right: 0;
            top: 0;
        }

            .card.category .card-header .card-tools i {
                line-height: 20px;
                padding: 20px;
                font-size: 20px;
                -webkit-transition: .3s ease all;
                -o-transition: .3s ease all;
                transition: .3s ease all;
                -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                -o-transform: rotate(180deg);
                transform: rotate(180deg);
            }

        .card.category .card-header .form-group {
            position: absolute;
            left: 0;
            top: 0;
            width: 60px;
            height: 60px;
        }

            .card.category .card-header .form-group .check {
                right: auto;
                left: 20px;
            }

            .card.category .card-header .form-group label {
                position: absolute;
                left: 0;
                top: 0;
                width: 60px;
                height: 60px;
            }


    .card.category.collapsed-card .card-header .card-tools i {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }


    .card.category .card-body {
        -webkit-box-shadow: -4px -4px 14px #FFF, 4px 4px 14px rgba(0, 0, 0, .15) !important;
        box-shadow: -4px -4px 14px #FFF, 4px 4px 14px rgba(0, 0, 0, .15) !important;
        background: #f2f3f6 !important;
        border: 0 !important;
        padding: 0px;
    }


        .card.category .card-body ul {
            list-style: none;
            margin-bottom: 0px;
        }

            .card.category .card-body ul li {
                position: relative;
                margin: 0;
            }

                .card.category .card-body ul li:after {
                    content: "";
                    height: 1px;
                    left: 60px;
                    right: 60px;
                    background: #9A9A9A;
                    bottom: 0px;
                    position: absolute;
                }

                .card.category .card-body ul li:last-child {
                    padding-bottom: 0
                }

                    .card.category .card-body ul li:last-child:after {
                        content: none;
                    }

                .card.category .card-body ul li label {
                    line-height: 20px;
                    padding-top: 30px;
                    padding-bottom: 30px;
                    min-height: 80px;
                    padding-left: 60px;
                    margin-bottom: 0;
                }



            .card.category .card-body ul .check {
                right: auto;
                left: 22px;
                top: 28px;
            }



        .card.category .card-body .small-title {
        }


.question-pool {
}

.min-pool {
    min-height: 600px
}


.question-pool > .col-md-6:first-child:after {
    position: absolute;
    content: "";
    width: 1px;
    background: #707070;
    right: -1px;
    top: 120px;
    bottom: 40px;
}


.question-type input[type=checkbox],
.question-type input[type=radio] {
    cursor: pointer;
    position: absolute;
    opacity: 0;
}

.question-type label.btn-sign {
    cursor: pointer;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
    padding: 10px;
    margin-bottom: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.question-type input[type=checkbox]:checked ~ label.btn-sign,
.question-type input[type=radio]:checked ~ label.btn-sign {
    color:#a40e15;
}

.use-check input[type=checkbox],
.use-check input[type=radio] {
    cursor: pointer;
    position: absolute;
    opacity: 0;
}

.use-check label.btn-sign {
    cursor: pointer;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
    padding: 10px;
    margin-bottom: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.use-check input[type=checkbox]:checked ~ label.btn-sign,
.use-check input[type=radio]:checked ~ label.btn-sign {
    color:#a40e15;
}

.question-list {
    margin: 80px 0;
    width: 100%;
}



    .question-list .question-list-head {
        position: relative;
    }

        .question-list .question-list-head:after {
            background: #707070;
            content: "";
            position: absolute;
            left: 8px;
            right: 8px;
            bottom: 0px;
            height: 1px;
        }

        .question-list .question-list-head h5 {
            font-size: 16px;
            letter-spacing: 2.5px;
            color: #5c5c5c;
            line-height: 20px;
            font-weight: 500;
            text-transform: uppercase;
        }

            .question-list .question-list-head h5.name {
                padding-left: 50px;
            }


    .question-list .card.single-list {
        background: #F2F3F6;
        border: 0;
    }

        .question-list .card.single-list > .card-header {
            background: #F2F3F6;
            border: 0;
            padding: 0;
            padding-top: 36px;
            padding-bottom: 14px;
            position: relative;
            /* */
        }

            .question-list .card.single-list > .card-header:after {
                background: #9A9A9A;
                content: "";
                position: absolute;
                left: 8px;
                right: 8px;
                bottom: 0px;
                height: 1px;
            }




        .question-list .card.single-list .card-header h5 {
            font-size: 16px;
            letter-spacing: 0;
            color: #5c5c5c;
            padding-top: 2px;
            line-height: 28px;
            font-weight: 300;
            text-transform: uppercase;
            margin: 0;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

            .question-list .card.single-list .card-header h5.name {
                padding-left: 50px;
            }

            .question-list .card.single-list .card-header h5.type {
                text-transform: capitalize;
            }

        .question-list .card.single-list .card-header .right {
            position: relative;
            padding-right: 126px;
        }

        .question-list .card.single-list .card-header .card-tools {
            position: absolute;
            right: 0;
            top: 0px;
            line-height: 20px;
            height: 30px;
            font-weight: 500;
            font-size: 14px;
            padding: 5px 15px;
            -webkit-box-shadow: -4px -4px 14px #FFF, 4px 4px 14px rgba(0, 0, 0, .15);
            box-shadow: -4px -4px 14px #FFF, 4px 4px 14px rgba(0, 0, 0, .15);
            background: #f2f3f6;
            padding-right: 30px;
            cursor: pointer;
        }

            .question-list .card.single-list .card-header .card-tools:after {
                content: "\f123";
                display: inline-block;
                font-family: "Ionicons";
                speak: none;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                text-rendering: auto;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                font-size: 16px;
                line-height: 30px;
                display: block;
                width: 30px;
                height: 30px;
                text-align: center;
                right: 0px;
                bottom: 0;
                position: absolute;
                margin: auto 0;
                -webkit-transition: .3s all ease;
                -o-transition: .3s all ease;
                transition: .3s all ease;
                -webkit-transform-origin: center center;
                -ms-transform-origin: center center;
                transform-origin: center center;
                cursor: pointer;
                color: #5c5c5c;
            }

        .question-list .card.single-list.collapsed-card .card-header .card-tools:after {
            -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
        }


        .question-list .card.single-list .card-header .form-group {
            position: absolute;
            width: 60px;
            height: 60px;
            bottom: 0;
            margin: 0;
        }

            .question-list .card.single-list .card-header .form-group input[type=checkbox] {
                position: absolute;
                visibility: hidden;
                margin: 0;
            }

            .question-list .card.single-list .card-header .form-group label {
                display: block;
                position: relative;
                font-weight: 500;
                font-size: 16px;
                line-height: 40px;
                cursor: pointer;
                height: 60px;
                width: 60px;
                text-transform: uppercase;
                margin: 0;
            }

            .question-list .card.single-list .card-header .form-group:hover label {
            }

            .question-list .card.single-list .card-header .form-group .check {
                display: block;
                position: absolute;
                height: 24px;
                width: 24px;
                top: 30px;
                right: auto;
                left: 0;
                z-index: 5;
                -webkit-box-shadow: inset 2px 2px 6px rgba(0, 0, 0, .11), inset -2px -2px 4px #FFF;
                box-shadow: inset 2px 2px 6px rgba(0, 0, 0, .11), inset -2px -2px 4px #FFF;
                pointer-events: none;
            }

            .question-list .card.single-list .card-header .form-group:hover .check {
            }

            .question-list .card.single-list .card-header .form-group .check::before {
                display: block;
                position: absolute;
                content: '';
                height: 12px;
                width: 12px;
                top: 6px;
                left: 6px;
                margin: auto;
                -webkit-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
                background:#a40e15;
                -webkit-transform: scale(0);
                -ms-transform: scale(0);
                -o-transform: scale(0);
                transform: scale(0);
                border-radius: 50%;
            }

            .question-list .card.single-list .card-header .form-group input[type=checkbox]:checked ~ .check {
            }

                .question-list .card.single-list .card-header .form-group input[type=checkbox]:checked ~ .check::before {
                    border-radius: 0;
                    -webkit-transform: scale(1);
                    -ms-transform: scale(1);
                    -o-transform: scale(1);
                    transform: scale(1);
                }

            .question-list .card.single-list .card-header .form-group input[type=checkbox]:checked ~ label {
            }




        .question-list .card.single-list .card-body {
            padding: 15px 0;
        }


        .question-list .card.single-list .marks {
            max-width: 90px;
        }

            .question-list .card.single-list .marks .head {
                font-size: 16px;
                line-height: 1.2;
                text-transform: uppercase;
                position: relative;
                padding-bottom: 6px;
                font-weight: 300;
            }


                .question-list .card.single-list .marks .head:after {
                    position: absolute;
                    content: "";
                    width: 50px;
                    background: #FF4545;
                    height: 1px;
                    bottom: 2px;
                    left: 0;
                }


            .question-list .card.single-list .marks .value {
                text-transform: lowercase;
                font-weight: 500;
                letter-spacing: 2px;
                font-size: 16px;
                line-height: 1.3;
            }


.radio.left .form-group label {
    padding: 16px 0 14px 0;
    padding-left: 46px;
    margin-bottom: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 16px;
    letter-spacing: 2px;
    line-height: 20px;
    min-height: 48px;
}

.radio.left .form-group .check {
    right: auto;
    left: 20px;
    top: 12px;
    ;
}

.inline-card {
    -webkit-box-shadow: -4px -4px 14px #FFF, 4px 4px 14px rgba(0, 0, 0, .15) !important;
    box-shadow: -4px -4px 14px #FFF, 4px 4px 14px rgba(0, 0, 0, .15) !important;
    background: #f2f3f6 !important;
    border: 0 !important;
    letter-spacing: 2px;
    padding: 14px 22px 12px 22px;
    ;
    line-height: 22px;
    display: inline-block;
    font-weight: 500;
    min-height: 48px;
}

    .inline-card span {
        margin-left: 18px;
    }

.question-card {
    -webkit-box-shadow: -4px -4px 14px #FFF, 4px 4px 14px rgba(0, 0, 0, .15) !important;
    box-shadow: -4px -4px 14px #FFF, 4px 4px 14px rgba(0, 0, 0, .15) !important;
    background: #f2f3f6 !important;
    width: 100%;
    padding: 15px;
    margin-bottom: 30px;
}


    .question-card .card-header {
        padding: 0;
        background: #F2F3F6;
        border: 0;
        padding: 0;
        position: relative;
        padding-right: 50px;
        min-height: 50px;
    }

        .question-card .card-header .qnumber {
            font-size: 16px;
            min-width: 60px;
            font-weight: 500;
            display: inline-block;
            letter-spacing: 2px
        }

        .question-card .card-header .qmark {
            font-size: 16px;
            min-width: 60px;
            font-weight: 400;
            text-transform: capitalize;
            display: inline-block
        }

            .question-card .card-header .qmark .value {
                font-weight: 500;
            }


        .question-card .card-header .btn-icon {
            min-height: 48px;
            padding-top: 4px;
            padding-bottom: 4px;
            min-width: 48px;
            position: absolute;
            right: 0;
            top: 0;
        }



    .question-card .content {
        padding: 15px 0 60px 0;
    }

        .question-card .content p {
            letter-spacing: 0;
            font-weight: 300;
            text-transform: inherit;
            line-height: 1.2;
            margin-bottom: 30px;
        }

        .question-card .content ul {
            list-style: none;
        }

        .question-card .content .checkbox .form-group label {
            padding: 0;
            text-transform: capitalize;
            font-weight: 300;
            line-height: 1.4;
        }

        .question-card .content .radio .form-group label {
            padding: 0;
            text-transform: capitalize;
            font-weight: 300;
            line-height: 1.4;
            padding-left: 36px;
        }

        .question-card .content .radio .form-group .check {
            right: auto;
            left: 0;
            height: 20px;
            width: 20px;
            top: 0;
        }

            .question-card .content .radio .form-group .check:before {
                content: "";
                width: 20px;
                height: 20px;
                left: 0;
                top: 0;
                background: url(../images/icon/close.svg);
                background-repeat: no-repeat;
                background-position: center center;
                -webkit-transform: scale(1);
                -ms-transform: scale(1);
                -o-transform: scale(1);
                transform: scale(1);
            }

        .question-card .content .radio .form-group input[type=radio]:checked ~ .check:before {
            opacity: 0
        }

        .question-card .content .radio .form-group .check:after {
            position: absolute;
            content: "";
            width: 20px;
            height: 20px;
            left: 0;
            top: 0;
            background: url(../images/icon/checkmark.svg);
            background-repeat: no-repeat;
            background-position: center center;
            -webkit-transition: .3s all ease;
            -o-transition: .3s all ease;
            transition: .3s all ease;
            -webkit-transform: scale(0);
            -ms-transform: scale(0);
            -o-transform: scale(0);
            transform: scale(0);
        }

        .question-card .content .radio .form-group input[type=radio]:checked ~ .check:after {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
        }



    .question-card .video-box {
        margin-bottom: 10px;
    }


textarea.small-input {
    -webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, .15), inset -2px -2px 5px #FFF;
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, .15), inset -2px -2px 5px #FFF;
    background: #f2f3f6;
    border: 0 !important;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    letter-spacing: 0px;
    margin-bottom: 0;
    font-weight: 300;
    font-size: 16px;
    text-transform: inherit;
    color: #5c5c5c;
    width: 100%;
    padding: 7px;
    text-align: left;
    height: auto;
    outline: 0 !important;
    line-height: 1.2;
    margin-left: 0;
}

    textarea.small-input:focus {
        -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, .15), inset -1px -1px 2px #FFF;
        box-shadow: inset 1px 1px 3px rgba(0, 0, 0, .15), inset -1px -1px 2px #FFF;
    }


.answer-card .text-box {
    min-height: 30vh;
    font-weight: 400;
    height: 100%;
}

    .answer-card .text-box .limit {
        font-weight: 300;
        margin-bottom: 5px;
    }


        .answer-card .text-box .limit .count {
            font-weight: 500;
            margin-left: 10px;
        }



    .answer-card .text-box textarea.small-input {
        min-height: 30vh;
        padding: 15px;
        font-weight: 400;
        height: calc(100% - 60px);
    }


.answer-card > .row > .col {
    min-width: 500px;
}



.question-card .drag-match .box-drag {
    -webkit-box-shadow: -4px -4px 10px #FFF, 4px 4px 10px rgba(0, 0, 0, .15);
    box-shadow: -4px -4px 10px #FFF, 4px 4px 10px rgba(0, 0, 0, .15);
    background: #f2f3f6;
    line-height: 20px;
    font-size: 16px;
    padding: 18px 15px;
    text-align: center;
    font-weight: 400;
    min-height: 56px;
    letter-spacing: 0;
    text-transform: inherit;
    margin-bottom: 30px;
}

.question-card .drag-match .img-drag {
    -webkit-box-shadow: -4px -4px 10px #FFF, 4px 4px 10px rgba(0, 0, 0, .15);
    box-shadow: -4px -4px 10px #FFF, 4px 4px 10px rgba(0, 0, 0, .15);
    background: #f2f3f6;
    border: 6px solid #f2f3f6;
    padding-top: 70%;
    position: relative;
    margin-bottom: 30px;
}

.question-card .drag-match .ui-sortable-handle {
    cursor: move;
    cursor: grab;
}

    .question-card .drag-match .ui-sortable-handle.ui-sortable-helper {
        cursor: move;
        cursor: grabbing;
    }

.question-card .drag-match .img-drag.ui-sortable-helper {
    /*
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
*/
}



.question-card .drag-match .placeholder-highlight {
    padding-top: 70%;
    position: relative;
    margin-bottom: 30px;
    border: 6px dashed #e1e1e4;
}

.question-card .drag-match .img-drag > img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.question-card.editable .drag-match .img-drag {
    height: auto;
    padding-top: 0
}


.question-card .drag-match.content .placeholder-highlight {
    min-height: 56px;
    padding-top: 00%;
    position: relative;
    margin-bottom: 30px;
    border: 6px dashed #e1e1e4;
}


.question-card .objective {
    background: #f2f3f6;
    -webkit-box-shadow: -4px -4px 12px #FFF, 4px 4px 14px rgba(0, 0, 0, .15);
    box-shadow: -4px -4px 12px #FFF, 4px 4px 14px rgba(0, 0, 0, .15);
    margin-bottom: 40px;
}


    .question-card .objective label {
        padding: 5px;
        padding-right: 5px;
    }

    .question-card .objective .form-group .check {
        top: 10px;
        right: 15px;
    }

    .question-card .objective .img-drag {
        background: #f2f3f6;
        border: 0px solid #f2f3f6;
        padding-top: 60%;
        position: relative;
        margin-bottom: 0px;
        max-width: 80%;
    }

        .question-card .objective .img-drag > img {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

.question-card.editable .objective .img-drag {
    height: auto;
    padding-top: 0
}


.objective-row {
    margin-right: -40px;
    margin-left: -40px;
}


    .objective-row .col-6 {
        padding-left: 40px;
        padding-right: 40px;
    }



audio,
video {
    max-width: 100%;
    outline: 0;
    width: 100%;
}




.progress {
    width: 100%;
    height: 36px;
    border-radius: 0;
}

.progress-wrap {
    background: #f80;
    margin: 0px 0;
    overflow: hidden;
    position: relative;
    border-radius: 0;
}

    .progress-wrap .progress-bar {
        left: 0;
        position: absolute;
        top: 0;
        background: #f2f3f6;
        border-radius: 0;
    }

/**
* jQuery asScrollable v0.4.10
* https://github.com/amazingSurge/jquery-asScrollable
*
* Copyright (c) amazingSurge
* Released under the LGPL-3.0 license
*/
.asScrollable.is-enabled {
    overflow: hidden !important;
}

.is-enabled .asScrollable-container {
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
    overflow: hidden !important;
}

    .is-enabled .asScrollable-container::-webkit-scrollbar {
        width: 0;
        height: 0;
        -webkit-appearance: none;
    }

.asScrollable-vertical.is-enabled .asScrollable-container {
    overflow-y: scroll !important;
}

.asScrollable-horizontal.is-enabled .asScrollable-container {
    overflow-x: scroll !important;
}

.is-enabled .asScrollable-content {
    position: relative !important;
    overflow: visible !important;
}

    .is-enabled .asScrollable-content::before,
    .is-enabled .asScrollable-content::after {
        display: table;
        content: "\20";
    }

    .is-enabled .asScrollable-content::after {
        clear: both;
    }

.asScrollable-bar {
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    line-height: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 2px;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    -webkit-touch-callout: none;
    user-input: disabled;
    user-focus: ignore;
}

.is-disabled .asScrollable-bar {
    display: none;
}

.asScrollable-bar-hide {
    opacity: 0;
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms;
}

.asScrollable-bar.is-hovering {
    background: rgba(238, 238, 238, .4);
}

.asScrollable-bar.is-dragging {
    background: rgba(238, 238, 238, .6) !important;
    opacity: 1;
}

.asScrollable-bar.is-disabled {
    display: none;
}

.asScrollable-bar-handle {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 0;
    cursor: pointer;
    background: rgba(224, 224, 224, .6);
    border-radius: 2px;
    -webkit-transition: width, height .5s;
    transition: width, height .5s;
}

.asScrollable-bar.is-dragging .asScrollable-bar-handle {
    background: rgba(150, 150, 150, .8) !important;
}

.asScrollable-bar.is-dragging,
.asScrollable-bar.is-hovering {
    border-radius: 5px;
}

    .asScrollable-bar.is-dragging .asScrollable-bar-handle,
    .asScrollable-bar.is-hovering .asScrollable-bar-handle {
        border-radius: 5px;
    }

.asScrollable-bar-vertical {
    width: 4px;
    height: 100%;
    height: calc(100% - 10px);
    margin: 5px 3px;
}

    .asScrollable-bar-vertical.is-dragging,
    .asScrollable-bar-vertical.is-hovering {
        width: 10px;
        margin: 5px 1px;
    }

    .asScrollable-bar-vertical .asScrollable-bar-handle {
        width: 100%;
    }

.asScrollable-bar-horizontal {
    width: 100%;
    width: calc(100% - 10px);
    height: 4px;
    margin: 3px 5px;
}

    .asScrollable-bar-horizontal.is-dragging,
    .asScrollable-bar-horizontal.is-hovering {
        height: 10px;
        margin: 1px 5px;
    }

    .asScrollable-bar-horizontal .asScrollable-bar-handle {
        height: 100%;
    }

.asScrollable.is-scrolling .asScrollable-bar {
    opacity: 1;
    -webkit-transition: opacity 0;
    transition: opacity 0;
}

.asScrollable.is-hovering .asScrollable-bar-handle {
    background: rgba(150, 150, 150, .6);
}

.asScrollable.is-dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    user-input: disabled;
    user-focus: ignore;
}


.owl-carousel .owl-nav button.disabled {
    pointer-events: none;
    opacity: .5;
}












.audioplayer {
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    width: 100%;
    align-items: center;
}

.audioplayer-playpause {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause {
    background: url(../images/icon/play.svg);
    background-size: 18px;
    background-position: center left;
    background-repeat: no-repeat;
}

    .audioplayer:not(.audioplayer-playing) .audioplayer-playpause:hover {
    }

.audioplayer-playing .audioplayer-playpause {
    background: url(../images/icon/puase.svg);
    background-size: 12px;
    background-position: center left;
    background-repeat: no-repeat;
}

    .audioplayer-playing .audioplayer-playpause:hover {
    }

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
}

.audioplayer-playing .audioplayer-playpause a {
}

    .audioplayer-playing .audioplayer-playpause a::before,
    .audioplayer-playing .audioplayer-playpause a::after {
        content: '';
        width: 4px;
        height: 14px;
        background-color: #FD4F1A;
    }

.audioplayer-time {
    display: flex;
    width: 40px;
    justify-content: center;
    font-size: 12px;
    color: rgba(51, 51, 51, .6)
}

.audioplayer-time-current {
    margin-left: 24px;
}

.audioplayer-time-duration {
    margin-right: 24px;
}

.audioplayer-bar {
    position: relative;
    display: flex;
    margin: 0 0px;
    height: 20px;
    flex-basis: 0;
    flex-grow: 1;
    cursor: pointer;
}

    .audioplayer-bar::before {
        content: '';
        position: absolute;
        top: 5px;
        width: 100%;
        height: 2px;
        background-color: #DDE2E6;
    }

    .audioplayer-bar > div {
        position: absolute;
        left: 0;
        top: 5px;
    }

.audioplayer-bar-loaded {
    z-index: 1;
    height: 2px;
    background: #BEC8D2;
}

.audioplayer-bar-played {
    flex-direction: row-reverse;
    z-index: 2;
    height: 2px;
    background: -webkit-linear-gradient(left, #0059FF, #09B1FA);
}

    .audioplayer-bar-played::after {
        display: flex;
        position: absolute;
        content: '';
        box-sizing: border-box;
        top: -5px;
        right: -1px;
        margin-right: -5px;
        width: 12px;
        height: 12px;
        background-color: #fff;
        border-radius: 6px;
    }

.audioplayer:not(.audioplayer-playing) .audioplayer-bar-played::after {
    border: 2px solid #BEC8D2;
}

.audioplayer-playing .audioplayer-bar-played::after {
    border: 2px solid #0059FF;
}

.audioplayer-volume {
    display: flex;
    align-items: center;
}

.audioplayer-volume-button {
    display: flex;
    align-items: center;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

    .audioplayer-volume-button a {
        display: flex;
        width: 6px;
        height: 8px;
        background-color: #9A9FB0;
        position: relative;
    }

        .audioplayer-volume-button a:before,
        .audioplayer-volume-button a:after {
            content: '';
            position: absolute;
        }

        .audioplayer-volume-button a:before {
            width: 0;
            height: 0;
            border-top: 8px solid transparent;
            border-right: 9px solid #9A9FB0;
            border-bottom: 8px solid transparent;
            border-left: none;
            top: -4px;
        }

.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after {
    left: 10px;
    top: -2px;
    width: 6px;
    height: 6px;
    border: 6px double #9A9FB0;
    border-width: 6px 6px 0 0;
    border-radius: 0 12px 0 0;
    transform: rotate(45deg);
}

.audioplayer-mute .audioplayer-volume-button a {
    background-color: #FD4F1A;
}

    .audioplayer-mute .audioplayer-volume-button a:before {
        border-right: 9px solid #FD4F1A;
    }

.audioplayer-volume-adjust {
    display: flex;
    align-items: center;
    margin-left: 8px;
}

    .audioplayer-volume-adjust > div {
        position: relative;
        display: flex;
        width: 60px;
        height: 2px;
        cursor: pointer;
        background-color: #BEC8D2;
    }

    .audioplayer-volume-adjust div div {
        position: absolute;
        top: 0;
        left: 0;
        height: 2px;
        background-color: #0059FF;
    }





.custom-audio-player {
    margin-bottom: 40px;
    position: relative;
}




    .custom-audio-player .audioplayer {
        position: relative;
        padding-bottom: 46px;
        padding-top: 66px;
        background: url(../images/icon/audio-icon.svg);
        background-repeat: no-repeat;
        background-size: 70px;
        background-position: center 10px;
    }




    .custom-audio-player .timespan {
        position: absolute;
        display: flex;
        bottom: 15px;
        font-size: 15px;
        color: #5c5c5c;
        opacity: 1
    }

        .custom-audio-player .timespan:before {
            content: "Duration";
            font-weight: 300;
            margin-right: 5px;
            font-size: 15px;
        }

        .custom-audio-player .timespan:after {
            content: "Mins";
            margin-left: 5px;
            font-weight: 300;
            font-size: 15px;
        }

        .custom-audio-player .timespan .audioplayer-time {
            margin: 0px;
            padding: 0 6px;
            font-weight: 500;
            font-size: 15px;
            position: relative;
            display: block;
            color: #5c5c5c;
            opacity: 1;
            width: auto;
            letter-spacing: 1px;
        }


            .custom-audio-player .timespan .audioplayer-time.audioplayer-time-current:after {
                content: "/";
                position: absolute;
                right: -4px;
                top: 1px;
            }


    .custom-audio-player .counter {
        position: absolute;
        right: 0;
        bottom: 0;
    }


    .custom-audio-player .counter {
        position: absolute;
        right: 0;
        bottom: 0;
        text-align: right;
    }

        .custom-audio-player .counter > div {
            line-height: 1.4;
            font-weight: 300;
        }

            .custom-audio-player .counter > div span {
                font-weight: 500;
                letter-spacing: 1px;
                margin: 0 8px;
            }



    .custom-audio-player .audioplayer-bar {
        height: 15px;
    }

    .custom-audio-player .audioplayer-bar-loaded {
        height: 6px;
    }


    .custom-audio-player .audioplayer-bar-played {
        height: 6px;
        background: rgb(188, 139, 255);
        background: linear-gradient(45deg, #FFC3FF 38%, #927FFF 100%);
        width: 100%;
    }


        .custom-audio-player .audioplayer-bar-played::after {
            border-radius: 0;
            background-color: transparent;
            right: -2px;
            margin: 0;
            height: 18px;
            width: 8px;
            top: -6px;
            background: #BEC8D2;
        }

    .custom-audio-player .audioplayer:not(.audioplayer-playing) .audioplayer-bar-played::after {
        border-top: 6px solid #9983ff;
        border-bottom: 6px solid #9983ff;
        border-color: #9983ff;
    }

    .custom-audio-player .audioplayer.audioplayer-playing .audioplayer-bar-played::after {
        border-top: 6px solid #ffc3ff;
        border-bottom: 6px solid #ffc3ff;
        border-color: #ffc3ff;
    }

.exampage {
    position: relative;
    max-width: 1700px;
    margin: 0 auto;
}

    .exampage .container-fluid {
        padding: 0 30px;
    }

    .exampage .main-content {
        padding: 40px 0px;
    }

.info-card {
    margin: 0px;
    -webkit-box-shadow: -4px -4px 14px #FFF, 4px 4px 8px rgba(0, 0, 0, .08);
    box-shadow: -4px -4px 14px #FFF, 4px 4px 8px rgba(0, 0, 0, .08);
    background: #f2f3f6;
    color: #5c5c5c;
    position: relative;
    min-height: 130px;
    text-transform: none;
    height: 100%;
    line-height: 1.8;
}

    .info-card .violation {
        width: 40%;
        padding-top: 30px;
        text-align: center;
    }


        .info-card .violation span {
            display: inline-block;
            padding: 5px 8px;
            line-height: 1;
            font-weight: 500;
            background: #FF4545;
            color: #fff;
            margin-right: 5px;
            text-align: center;
        }

        .info-card .violation a {
            display: block;
            padding-bottom: 30px;
        }


    .info-card .type-order {
        list-style: none;
        padding: 2px 15px;
        font-size: 11px;
    }

        .info-card .type-order .type {
            margin-left: 5px;
        }



    .info-card .d-flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

.h-100 {
    height: 100%;
}

.info-card .info {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
    font-weight: 300;
    padding-left: 15px;
    text-transform: capitalize;
    font-size: 11px;
}



.info-card .attende-name {
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding-left: 15px;
    font-size: 10px;
}



.info-card .exam-name {
    color:#a40e15 !important;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding-left: 15px;
    padding-top: 10px;
    line-height: 2;
    font-size: 12px;
}



.theme {
    color:#a40e15 !important;
}


.info-card .info b {
    font-weight: 500;
    display: block;
    letter-spacing: 1.5px;
}



.ttu {
    text-transform: uppercase !important;
}

.ttc {
    text-transform: capitalize !important;
}


.ttn {
    text-transform: none !important;
}


.info-card .violation {
    width: 40%;
}


.info-card .video-box {
    width: 60%;
}

.info-card .video-box {
    background: url(../images/verify-face.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}


.ps-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.sw-theme-default > .tab-content > .tab-pane {
    padding: 16px 20px;
}

.sw-theme-default {
    border: 0;
}




.sw.sw-theme-default .loader {
    background: #f2f3f6;
    border-radius: 50%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    width: 50px;
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 40%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

    .sw.sw-theme-default .loader::after {
        content: "";
        background: #f2f3f6;
        width: calc(100% - 30px);
        height: calc(100% - 30px);
        border-radius: 50%;
        animation: inner 1s ease infinite;
        margin: 0;
        padding: 0;
    }

.sw.::before {
    content: none;
}

.sw.sw-theme-default.sw-loading::before {
    content: none;
}


.sw.sw-theme-default::after {
    content: "";
    display: block;
    position: absolute;
    opacity: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(242, 243, 246, 0.7);
    z-index: 2;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 9;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    pointer-events: none;
}



.sw.sw-theme-default.sw-loading::after {
    content: "";
    display: block;
    position: absolute;
    opacity: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(242, 243, 246, 0.7);
    z-index: 2;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 9;
}


.sw.sw-theme-default.sw-loading .loader {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    animation: outer 1s ease infinite;
}



.sw.sw-theme-default nav {
}

.nav-area {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
}


    .nav-area .small-title.pl-auto {
        padding-left: 56px;
    }



    .nav-area .swiper-area {
        position: relative;
        padding-left: 40px;
        padding-right: 40px;
    }

        .nav-area .swiper-area .nav {
            position: static;
            padding: 20px 16px;
            margin: -20px 0px;
        }

    .nav-area .max-auto {
        max-width: 616px
    }

    .nav-area .current-qn {
        padding: 0 30px;
    }

        .nav-area .current-qn .small-title {
            padding-left: 0;
            text-align: center;
        }

    .nav-area .btn-sm {
        min-width: 114px;
        margin-top: 15px;
        font-size: 12px;
    }


    .nav-area .current-qn .form-control {
        height: 40px;
        min-height: 40px;
        width: 72px;
        text-align: center;
        color: #743AE8;
        padding-right: 10px;
        padding-left: 10px;
    }






    .nav-area .swiper-area .nav .nav-link {
        width: 40px;
        height: 40px;
        -webkit-box-shadow: -4px -4px 14px #FFF, 3px 4px 9px rgba(0, 0, 0, .12);
        box-shadow: -4px -4px 14px #FFF, 3px 4px 9px rgba(0, 0, 0, .12);
        background: #f2f3f6;
        border: 0;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        padding: 0;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 2px;
    }




    .nav-area .swiper-area .swiper-button-next,
    .nav-area .swiper-area .swiper-button-prev {
        width: 40px;
        height: 40px;
        -webkit-box-shadow: -4px -4px 14px #FFF, 3px 4px 9px rgba(0, 0, 0, .12);
        box-shadow: -4px -4px 14px #FFF, 3px 4px 9px rgba(0, 0, 0, .12);
        background: #f2f3f6;
        border: 0;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        top: 20px;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        margin: 0;
    }

        .nav-area .swiper-area .swiper-button-next:hover,
        .nav-area .swiper-area .swiper-button-prev:hover {
            -webkit-box-shadow: -2px -2px 5px #FFF, 2px 2px 5px rgba(0, 0, 0, .11);
            box-shadow: -2px -2px 5px #FFF, 2px 2px 5px rgba(0, 0, 0, .11);
        }


        .nav-area .swiper-area .swiper-button-next.swiper-button-disabled,
        .nav-area .swiper-area .swiper-button-prev.swiper-button-disabled {
            opacity: .5;
            -webkit-box-shadow: -2px -2px 5px #FFF, 2px 2px 5px rgba(0, 0, 0, .11);
            box-shadow: -2px -2px 5px #FFF, 2px 2px 5px rgba(0, 0, 0, .11);
        }

        .nav-area .swiper-area .swiper-button-next:after,
        .nav-area .swiper-area .swiper-button-prev:after {
            color: #5c5c5c;
            font-weight: bolder;
            font-size: 14px;
        }

    .nav-area .swiper-area .swiper-button-next {
        right: 0;
    }

    .nav-area .swiper-area .swiper-button-prev {
        left: 0;
    }

    .nav-area .nav:before {
    }




.score-area {
    padding: 30px 20px;
    margin-left: 60px;
}




    .score-area .score {
        position: relative;
        padding-left: 40px;
        line-height: 1.2;
        font-size: 15px;
        text-transform: uppercase;
        margin-bottom: 30px;
        min-width: 144px;
    }


        .score-area .score svg {
            position: absolute;
            left: 0;
            ;
            top: 0;
        }


.upload-area {
    text-align: center;
}

.big-btn {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 500;
    line-height: 1.8;
    padding: 15px 20px;
    display: inline-block;
    margin: 0 auto;
    min-width: 200px;
}

    .big-btn .icon {
        display: block;
        padding-top: 80px;
        position: relative;
    }

        .big-btn .icon:after {
            content: "";
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            height: 50px;
            width: 54px;
            background-position: center center;
            background-size: contain;
            background-repeat: no-repeat
        }


        .big-btn .icon.audio-record:after {
            background-image: url(../images/icon/record-mic.svg);
        }


        .big-btn .icon.video-record:after {
            background-image: url(../images/icon/record-video.svg);
        }


        .big-btn .icon.file-up:after {
            background-size: 38px;
            background-image: url(../images/icon/upload-black.svg);
        }




.upload-area .big-btn {
    margin-bottom: 20px;
}

.upload-area .limit {
    margin: 0px 0;
    margin-bottom: 10px;
    font-weight: 300;
}

    .upload-area .limit .count {
        margin: 0 10px;
        font-weight: 500;
    }

.upload-area.bisection {
}

    .upload-area.bisection .limit {
        white-space: nowrap;
        line-height: 1.4;
        text-align: left;
    }

        .upload-area.bisection .limit .count {
            margin: 0 10px;
            margin-left: 0;
            font-weight: 500;
        }

        .upload-area.bisection .limit .file-type {
            margin-left: 0;
            text-transform: uppercase;
            font-weight: 500;
        }



@keyframes outer {
    0% {
        -webkit-box-shadow: 0px 0px 0px #FFF, 0px 0px 0px rgba(0, 0, 0, .08);
        box-shadow: 0px 0px 0px #FFF, 0px 0px 0px rgba(0, 0, 0, .08);
        width: 2vmin;
        height: 2vmin;
        opacity: 0;
    }

    20% {
        -webkit-box-shadow: -4px -4px 14px #FFF, 4px 4px 8px rgba(0, 0, 0, .10);
        box-shadow: -4px -4px 14px #FFF, 4px 4px 8px rgba(0, 0, 0, .10);
        opacity: 1;
    }

    50% {
        width: 20vmin;
        height: 20vmin;
    }

    80% {
        -webkit-box-shadow: -4px -4px 14px #FFF, 4px 4px 8px rgba(0, 0, 0, .10);
        box-shadow: -4px -4px 14px #FFF, 4px 4px 8px rgba(0, 0, 0, .10);
        opacity: 1;
    }

    100% {
        box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25), 0px 0px 0px rgba(255, 255, 255, 0.15);
        width: 2vmin;
        height: 2vmin;
        opacity: 0;
    }
}

@keyframes inner {
    0% {
        -webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, .15), inset -2px -2px 5px #FFF;
        box-shadow: inset 2px 2px 5px rgba(0, 0, 0, .15), inset -2px -2px 5px #FFF;
    }

    20% {
        -webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, .15), inset -2px -2px 5px #FFF;
        box-shadow: inset 2px 2px 5px rgba(0, 0, 0, .15), inset -2px -2px 5px #FFF;
    }

    80% {
        -webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, .15), inset -2px -2px 5px #FFF;
        box-shadow: inset 2px 2px 5px rgba(0, 0, 0, .15), inset -2px -2px 5px #FFF;
    }

    100% {
        -webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, .15), inset -2px -2px 5px #FFF;
        box-shadow: inset 2px 2px 5px rgba(0, 0, 0, .15), inset -2px -2px 5px #FFF;
    }
}





/* responsive | you can change the max-width value to match your theme */

@media screen and (max-width: 679px) {
    .audioplayer-volume-adjust {
        display: none;
    }
}



.no-volume .audioplayer-volume {
    display: none !important;
}






@media(min-width:1900px) {
    .exampage .main-content {
        padding: 16px 0px;
    }

        .exampage .main-content > svg {
            left: -70px !important;
            top: 16px !important;
            z-index: 1
        }
}

@media(min-width:1500px) {
    .question-list {
        padding-right: 60px;
    }
}

@media(max-width:1500px) {
    .main-content.full-width .container-fluid {
        padding: 0 50px;
    }


    .objective-row {
        margin-right: -20px;
        margin-left: -20px;
    }


        .objective-row .col-6 {
            padding-left: 20px;
            padding-right: 20px;
        }
}

@media(max-width:767px) {


    .objective-row {
        margin-right: -10px;
        margin-left: -10px;
    }


        .objective-row .col-6 {
            padding-left: 10px;
            padding-right: 10px;
        }


    .exampage .container-fluid {
        padding-left: 0px;
        padding-right: 0;
    }

    .score-area {
        margin-left: 0;
    }

    .info-card {
        margin-bottom: 16px;
        height: auto;
    }

    .question-pool .col-md-6:first-child:after {
        content: none
    }

    .main-content.full-width .container-fluid {
        padding: 0 30px;
    }

    .banner .container-fluid {
        padding: 0 15px;
    }

    .banner-left {
        padding-bottom: 0
    }

        .banner-left h1 {
            font-size: 46px;
        }

    .left-aside {
        max-width: 100% !important;
    }

    .radio {
        margin-bottom: 40px;
    }

    .checkbox {
        margin-bottom: 40px;
    }

    .shadowbox {
    }

        .shadowbox .radio {
            margin-bottom: 0px;
        }

        .shadowbox .checkbox {
            margin-bottom: 0px;
        }

    .ui-autocomplete.ui-widget.ui-widget-content {
        max-width: calc(100% - 90px)
    }

    .form-group {
        margin-bottom: 30px;
    }

    .certificate-title {
        margin-bottom: 30px;
    }

    .invigilator .invigilator-single .role {
        padding-bottom: 30px;
    }

        .invigilator .invigilator-single .role:after {
            height: 1px;
            width: 50px;
            left: 0;
            bottom: 15px;
            top: auto;
        }

    .invigilator .invigilator-single .invigilator-name {
        display: block;
        white-space: normal;
        text-overflow: inherit;
        overflow: visible
    }


    .invigilator .invigilator-single {
        padding-right: 15px;
        display: block;
    }

    .question-list .card.single-list .card-header h5.name {
        padding-left: 40px;
    }

    .question-list .card.single-list .card-header h5 {
        padding-left: 40px;
    }
}


.pd-tp-15 {
    padding-top: 15px !important;
}

.swipe-wrapper {
    padding-bottom: 10px !important;
    padding-top: 20px !important;
}

.radio .form-group {
    position: relative;
    /*! margin-bottom: 22px; */
    margin-left: 12px;
    padding: 5px;
}

.btn-sign{
    cursor:pointer;
}
