@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/* font-family: 'Roboto', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Suez+One&display=swap'); /*font-family: 'Suez One', serif;*/
.animated {
    -webkit-animation-duration: 1000 ms;
    animation-duration: 1000 ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
/* .owl-animated-out - only for current item */
/* This is very important class. Use z-index if you want move Out item above In item */
.owl-animated-out {
    z-index: 1
}
/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */
.owl-animated-in {
    z-index: 0
}

.dashwrap .card{
  margin-bottom: 3em !important;
}.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

body {
    font-size: 15px;
}

header {
    position: relative;
    z-index: 10;
    background-image: repeating-linear-gradient(135deg, #f0f0f0, #f2f2f2 1px, transparent 2px, transparent 7px);
    background-position: 0 1px;
    background-color: #fff;
}

    header .min-height {
        min-height: 80px;
    }

    header .tophead {
        display: flex;
    }

        header .tophead .leftside {
            width: 196px;
        }

        header .tophead .rightside {
            width: 86%;
            box-sizing: border-box;
            padding-left: 20px;
        }

            header .tophead .rightside .modulename {
                color: #004c85;
                font-weight: 500;
                padding: 17px 0px 14px 0px;
            }

    header .topbtn {
        list-style: none;
        margin: 0px;
        padding: 0px;
        display: flex;
        justify-content: end;
    }

        header .topbtn li {
            padding: 19px 10px;
        }

            header .topbtn li a {
                display: block;
                padding: 7px 15px;
                background-color: #d90944;
                color: #fff;
                text-transform: uppercase;
                text-decoration: none;
                font-weight: 700;
                box-shadow: -1px 1px 0px 2px #9d0530;
                transition-duration: .3s;
            }

                header .topbtn li a:hover {
                    background-color: #9d0530;
                }

h1, h2, h3, h4, h5 {
    font-family: 'Suez One', serif;
    font-weight: 600;
    letter-spacing: 1px;
}

.logo {
    position: relative;
    background-color: #d90944;
    margin-left: -15px;
    padding: 7px 15px 7px 15px;
}

    .logo img {
        position: relative;
        z-index: 5;
        max-width: 100%;
    }
/*.logo:after {
  content: "";
  position: absolute;
  right: -70px;
  top: 0px;
  width: 0;
  height: 0;
  border-top: 114px solid #003c4b;
  border-right: 70px solid transparent;
}*/
.pageheading {
    padding: 30px 20px;
    text-align: center;
}

    .pageheading h2 {
        color: #fff;
        margin: 0px;
        padding: 0px;
        text-shadow: 3px 5px 0px #000000de;
    }

.card {
    border-radius: 3px;
    box-shadow: 0px 0px 15px rgba(0,0,0,.5);
}

.card-sub-title {
    font-family: inherit;
    letter-spacing: 0px;
    background: #114989;
    background: -moz-linear-gradient(left, #114989 0%, #d90944 100%);
    background: -webkit-linear-gradient(left, #114989 0%,#d90944 100%);
    background: linear-gradient(to right, #114989 0%,#d90944 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#114989', endColorstr='#d90944',GradientType=1 );
    border-radius: 3px;
    color: #fff;
    padding: 8px 15px;
    font-size: 1.2em;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.form-group label {
    margin-bottom: 0px;
    font-size: 14px;
    color: #000;
    font-weight: 600;
}

.form-control {
    font-size: 14px;
    height: 44px;
    box-sizing: border-box;
    padding: 0px 0px;
    border: 0px;
    border-bottom: 1px solid #ccc;
    font-weight: 600;
}

    .form-control.file-upload {
        height: auto;
        margin-top: 5px;
    }

input[type="file"]::file-selector-button {
    padding: 10px 20px;
    border-radius: 4px;
    background-color: #ccc;
    transition: 1s;
    border: 0px;
    color: #000;
}

    input[type="file"]::file-selector-button:hover {
        background-color: #d90944;
        color: #fff;
        border: 0px;
    }

.form-control:disabled, .form-control[readonly] {
    background-color: #fff;
    opacity: 1;
    color: #4f4f4f;
}

.form-control.select {
    background-image: url("../images/select.png");
    background-repeat: no-repeat;
    background-position: 97% 57%;
    background-size: 19px;
}

.form-group {
    margin-bottom: 10px;
}

.form-control:focus {
    border-color: #d90944;
    outline: 0;
    box-shadow: none;
}

.note {
    font-size: 12px;
    margin-top: 3px;
    display: block;
    color: #c8033b;
}

.formsubmitbtn {
    padding: 15px 0px 0px 0px;
    border-top: 1px solid #eee;
    margin-top: 22px;
}

.custombtn {
    text-transform: uppercase;
    font-weight: 600;
    padding: 9px 10px;
}

.custombtn1 {
    margin: 10px;
    padding: 4px 22px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    border-radius: 4px;
    border: 0px;
    font-weight: 500;
    box-shadow: 0px 0px 4px -7px #d42300;
    background-image: linear-gradient(45deg, #004953 0%, #00c5d4 51%, #454545 100%);
    cursor: pointer;
    touch-action: manipulation;
    font-size: 12px;
}

.custombtn1:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
}

.btn-success {
    background-color: #07b071;
    border-color: #07b071;
}

    .btn-success:hover, .btn-success:active, .btn-success:focus {
        background-color: #11c884;
        border-color: #11c884;
    }

.btn-outline-danger {
    color: #d90944;
    border-color: #d90944;
}

    .btn-outline-danger:hover, ..btn-outline-danger:active, ..btn-outline-danger:focus {
        background-color: #d90944;
        border-color: #d90944;
        color: #fff;
    }

.btn-primary {
    background-color: #004c85;
    border-color: #004c85;
}

    .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
        background-color: #0264ae;
        border-color: #0264ae;
    }

.btn-danger {
    background-color: #d90944;
    border-color: #d90944;
}

    .btn-danger:hover, .btn-primary:active, .btn-primary:focus {
        background-color: #e11d55;
        border-color: #e11d55;
    }

.modal-content {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.58);
}


.footer-widget p {
    margin-bottom: 27px;
}


.animate-border {
    position: relative;
    display: block;
    width: 115px;
    height: 3px;
    background: #d0202e;
}

    .animate-border:after {
        position: absolute;
        content: "";
        width: 35px;
        height: 3px;
        left: 0;
        bottom: 0;
        border-left: 10px solid #fff;
        border-right: 10px solid #fff;
        -webkit-animation: animborder 2s linear infinite;
        animation: animborder 2s linear infinite;
    }

@-webkit-keyframes animborder {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px);
    }
}

@keyframes animborder {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px);
    }
}

.animate-border.border-white:after {
    border-color: #fff;
}

.animate-border.border-yellow:after {
    border-color: #F5B02E;
}

.animate-border.border-orange:after {
    border-right-color: #007bff;
    border-left-color: #007bff;
}

.animate-border.border-ash:after {
    border-right-color: #EEF0EF;
    border-left-color: #EEF0EF;
}

.animate-border.border-offwhite:after {
    border-right-color: #F7F9F8;
    border-left-color: #F7F9F8;
}

/* Animated heading border */
@keyframes primary-short {
    0% {
        width: 15%;
    }

    50% {
        width: 90%;
    }

    100% {
        width: 10%;
    }
}

@keyframes primary-long {
    0% {
        width: 80%;
    }

    50% {
        width: 0%;
    }

    100% {
        width: 80%;
    }
}

.dk-footer {
    padding: 0px 0 0;
    background-color: #f7f6f3;
    position: fixed;
    z-index: 2;
    left: 0;
    right: 0;
    margin: 0px auto;
    bottom: 0;
}

    .dk-footer .contact-us {
        margin-top: 0px;
        margin-bottom: 0px;
        padding-left: 10px;
    }

        .dk-footer .contact-us .contact-info {
            margin-left: 50px;
        }

        .dk-footer .contact-us.contact-us-last {
            margin-left: -10px;
        }

    .dk-footer .contact-icon i {
        font-size: 24px;
        top: -25px;
        position: relative;
        color: #003c4b;
    }

.dk-footer-box-info {
    position: relative;
    top: 0px;
    background: #f0eee7;
    padding: 30px;
    z-index: 2;
}

.footer-social-link h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 25px;
}

.footer-social-link ul {
    list-style-type: none;
    width: 100% !important;
    float: none;
    padding: 0;
    margin: 20px 0px 0px 0px !important;
}

.footer-social-link li {
    display: inline-block;
}

.footer-social-link a i {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    background: #000;
    margin-right: 5px;
    color: #fff;
}

    .footer-social-link a i.fa-facebook {
        background-color: #3B5998;
    }

    .footer-social-link a i.fa-twitter {
        background-color: #55ACEE;
    }

    .footer-social-link a i.fa-google-plus {
        background-color: #DD4B39;
    }

    .footer-social-link a i.fa-linkedin {
        background-color: #0976B4;
    }

    .footer-social-link a i.fa-instagram {
        background-color: #B7242A;
    }

.footer-awarad {
    margin-top: 285px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .footer-awarad p {
        color: #fff;
        font-size: 24px;
        font-weight: 700;
        margin-left: 20px;
        padding-top: 15px;
    }

.footer-info-text {
    margin: 26px 0 32px;
}

.footer-left-widget {
    padding-left: 10px;
}

.footer-widget .foot-section-heading {
    margin-bottom: 25px;
}

.footer-widget h3 {
    font-size: 21px;
    color: #003c4b;
    position: relative;
    margin-bottom: 15px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    font-weight: 400;
}

.footer-widget ul {
    width: 100%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-widget li {
    margin-bottom: 18px;
}

.footer-widget p {
    margin-bottom: 27px;
}

.footer-widget a {
    color: #464646;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
}

    .footer-widget a:hover {
        color: #007bff;
    }

.footer-widget:after {
    content: "";
    display: block;
    clear: both;
}

.dk-footer-form {
    position: relative;
}

    .dk-footer-form input[type=email] {
        padding: 14px 28px;
        border-radius: 50px;
        background: #F0EEE7;
        border: 1px solid #E3E2DF;
    }

    .dk-footer-form input::-webkit-input-placeholder, .dk-footer-form input::-moz-placeholder, .dk-footer-form input:-ms-input-placeholder, .dk-footer-form input::-ms-input-placeholder, .dk-footer-form input::-webkit-input-placeholder {
        color: #878787;
        font-size: 14px;
    }

    .dk-footer-form input::-webkit-input-placeholder, .dk-footer-form input::-moz-placeholder, .dk-footer-form input:-ms-input-placeholder, .dk-footer-form input::-ms-input-placeholder, .dk-footer-form input::placeholder {
        color: #878787;
        font-size: 14px;
    }

    .dk-footer-form button[type=submit] {
        position: absolute;
        top: 0px;
        right: 0;
        padding: 15px 24px 15px 17px;
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;
        border: 1px solid #d0202e;
        background: #d0202e;
        color: #fff;
    }

    .dk-footer-form button:hover {
        cursor: pointer;
    }

/* ==========================

    Contact

=============================*/
.contact-us {
    position: relative;
    z-index: 2;
    margin-top: 65px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-icon {
    position: absolute;
}

    .contact-icon i {
        font-size: 36px;
        top: -5px;
        position: relative;
        color: #007bff;
    }

.contact-info {
    margin-left: 75px;
    color: #262626;
}

    .contact-info h3 {
        font-size: 19px;
        color: #d0202e;
        margin-bottom: 5px;
        font-weight: 700;
        font-family: inherit;
    }

.copyright {
    padding: 8px 30px;
    background-color: #041a2b;
}

    .copyright span,
    .copyright a {
        color: #fff;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
        text-decoration: none;
    }

        .copyright a:hover {
            color: #007bff;
        }

.copyright-menu ul {
    text-align: right;
    margin: 0;
}

.copyright-menu li {
    display: inline-block;
    padding-left: 20px;
}

.back-to-top {
    position: relative;
    z-index: 2;
}

    .back-to-top .btn-dark {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        padding: 0;
        position: fixed;
        bottom: 40px;
        left: 20px;
        background: #d0202e;
        border-color: #d0202e;
        display: none;
        z-index: 999;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

        .back-to-top .btn-dark:hover {
            cursor: pointer;
            background: #003C4B;
            border-color: #003C4B;
        }

.foot-leftbox {
    position: relative;
}

.foot-contact {
    padding: 30px 0px 0px 0px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.21);
    margin-bottom: 20px;
}

.searccourse {
    position: relative;
    background-color: #003c4b;
    padding: 50px;
    outline-style: dashed;
    outline-width: 1px;
    outline-offset: -1.55rem;
    outline-color: #fbc766;
}

.section-7 {
    position: relative;
    padding: 20px 50px;
    border-bottom: 1px solid rgb(230, 230, 230);
    border-top: 1px solid rgb(230, 230, 230);
}

    .section-7 .recruit-head {
        color: #003c4b;
        margin-top: 35px;
    }

        .section-7 .recruit-head span {
            -webkit-text-stroke: 1px #d0202e;
            color: #fff;
        }

    .section-7 .recriter {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

        .section-7 .recriter .thumb {
            padding: 0px 10px;
            border-left: 1px solid #eee;
        }

            .section-7 .recriter .thumb img {
                max-width: 100%;
            }

        .section-7 .recriter .owl-dots {
            text-align: center;
            margin: 15px auto;
        }

        .section-7 .recriter .owl-dot {
            display: inline-block;
            width: 12px;
            height: 12px;
            background-color: #003c4b !important;
            border-radius: 50%;
            margin: 0px 2px;
        }

            .section-7 .recriter .owl-dot.active {
                background-color: #d0202e !important;
            }

.facewidjt {
    box-shadow: 0px 0px 15px rgba(0,0,0,.3);
}

    .facewidjt .fb-head {
        background-color: #385ea5;
        color: #fff;
        margin: 0px -12px;
        padding: 10px 20px;
        font-size: 1.5em;
    }

    .facewidjt .fbwindow {
        overflow: hidden;
        width: 100%;
        margin: 0px -12px;
    }

.notification {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    position: fixed;
    bottom: 50px;
    right: 40px;
    z-index: 100;
    border: 1px solid #d90944;
    background-color: rgba(255, 255, 255, 1);
    text-align: center;
    font-size: 1.6em;
    color: #d90944;
    cursor: pointer;
}

    .notification:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        border: 2px solid #d90944;
        border-radius: 3px;
        animation: scale 1.6s linear infinite;
        border-radius: 50%;
    }

@keyframes scale {
    0%, 35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: .8
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

.latestupdate {
    position: fixed;
    bottom: 110px;
    right: 40px;
    width: 250px;
    background-color: rgba(255, 255, 255, 0.91);
    border-radius: 14px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.32);
    z-index: 101;
    transition-duration: .3s;
}

    .latestupdate ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        overflow: auto;
        scrollbar-width: thin;
        /*scrollbar-color: rgba(80, 25, 134, .0) rgba(255, 255, 255, .0);*/
        transition-duration: .3s;
        max-height: 250px;
    }

    .latestupdate:hover {
        scrollbar-color: rgba(0, 60, 75, 1) rgba(255, 255, 255, .0);
    }

    .latestupdate ul::-webkit-scrollbar {
        width: 6px
    }

    .latestupdate ul::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0)
    }

    .latestupdate ul::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, 0);
        transition-duration: .3s;
    }

    .latestupdate ul:hover::-webkit-scrollbar-thumb {
        background: rgba(80, 25, 134, 1);
    }

    .latestupdate ul li {
        padding: 11px;
        border-bottom: 1px solid #ccc;
        font-weight: 600;
        color: #000;
        font-size: 14px;
    }

        .latestupdate ul li.boxtitle {
            color: #d90944;
            font-size: 15px;
            font-weight: 700;
            text-transform: uppercase;
        }

        .latestupdate ul li:last-child {
            border-bottom: 0px solid #ccc;
        }

        .latestupdate ul li a {
            text-decoration: none;
        }

    .latestupdate:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid white;
        bottom: -10px;
        right: 22px;
    }

    .latestupdate.hidenews, .latestupdate ul.hidenews {
        display: none
    }

.loginbg {
    background-image: url("../images/collagebg.png");
    background-repeat: repeat-y;
    background-size: 100%;
    background-color: #000;
}

.input-group .toggle-password {
    background-color: transparent;
    width: 45px;
    color: rgba(0, 0, 0, 0.3);
}

.refresh {
    padding: 0px;
    text-align: center;
    text-align: center;
}

.cp_refresh {
    padding: 42px 0px 0px 0px;
}

    .cp_refresh a {
        animation: mymove 5s infinite;
        display: inline-block;
    }

@keyframes mymove {
    100% {
        transform: rotate(368deg);
    }
}

.captcha img {
    max-width: 100%;
}

.otp-dash {
    font-size: 2.3em;
}

.otp-time #countdown {
    color: #C00;
}

.otp-time {
    display: block;
    padding: 10px;
}

.otp .form-control {
    border-radius: 0px;
    /* font-size: 22px; */
    margin: 0px 10px;
    text-align: center;
    border-bottom: 2px solid #ccc;
}

.myaccount > a {
    color: #000;
    text-decoration: none;
    display: block;
    padding: 4px 6px;
    background: #fff;
    border: 1px solid #d90944;
    margin-top: 10px;
    border-radius: 54px;
}

.myaccount .profilepic {
    height: 50px;
    margin-right: 10px;
}

.myaccount .dropdown-menu {
    right: 0px;
    left: 0px;
    margin: 0px auto;
    max-width: 11.8rem;
    border-radius: 0px;
    border: 1px solid #d90944;
    border-top: 0px;
    box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.2);
}

    .myaccount .dropdown-menu li a {
        padding: 12px 12px;
    }

        .myaccount .dropdown-menu li a .fa {
            margin-right: 5px;
            color: #004c85;
        }

.dropdown-menu .has-submenu:after {
    font-family: FontAwesome;
    content: "\f0da";
    position: absolute;
    right: 8px
}

.primarymenu {
    position: relative;
    margin: 0px auto;
    z-index: 5;
    padding: 0px 69px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.45);
    background-color: #004c85de;
    width: 100%;
    left: 0;
    right: 0;
}

    .primarymenu .navbar {
        padding-bottom: 0px;
        padding-top: 0px;
    }

    .primarymenu .navbar-nav > li > a {
        padding: 15px 20px !important;
        color: #fff;
        font-weight: 700;
        transition-duration: .3s;
        display: block;
        text-decoration: none;
    }

        .primarymenu .navbar-nav > li > a:hover, .primarymenu .navbar-nav > li.show > a {
            color: #d90944;
            background-color: rgb(249, 243, 228);
        }

    .primarymenu .navbar-nav .dropdown-menu {
        min-width: 240px !important;
        padding: 0px;
        border-radius: 0px;
        background-color: rgba(255, 255, 255, 1);
        box-shadow: 20px 20px 25px rgba(0, 0, 0, .5);
        border: 0px;
    }

        .primarymenu .navbar-nav .dropdown-menu > li > a {
            color: #000;
            padding: 12px 15px;
            font-size: 0.85em;
            display: block;
            text-decoration: none;
            border-bottom: 1px dashed #ccc;
            font-weight: 600;
        }

            .primarymenu .navbar-nav .dropdown-menu > li > a .sub-arrow {
                display: none;
            }

            .primarymenu .navbar-nav .dropdown-menu > li > a:hover, .primarymenu .navbar-nav .dropdown-menu > li.show > a {
                background-color: #ece6e5 !important;
                color: #f23012 !important;
            }

.dash-page-head {
    background-image: url("../images/collagebg.png");
    background-color: #000;
    animation: slide 30s linear infinite;
    background-size: 50%;
    padding-bottom: 50px;
    position: relative;
}

@keyframes slide {
    from {
        background-position: left;
    }

    to {
        background-position: right;
    }
}

.dash-title {
    padding: 40px 80px;
}

    .dash-title h2 {
        color: #fff;
        margin: 0px;
        padding: 0px;
        text-shadow: 3px 5px 0px #000000de;
    }

.breed-crum-div {
    margin-bottom: 0px;
    border-radius: 0px;
    padding: 0px;
}

.breadcrumb {
    font-size: .9em;
    margin-bottom: 0px;
    background-color: transparent;
    padding: 0px 15px;
    display: flex;
    justify-content: flex-end;
    background-color: rgba(255,255,255,.8);
    border-radius: 3px;
    float: right;
}

    .breadcrumb li {
        padding: 5px 5px;
        color: #000;
        text-transform: uppercase;
    }

        .breadcrumb li a {
            color: #000;
            display: block;
            text-decoration: none;
        }

    .breadcrumb > li + li::before {
        content: close-quote;
    }

.dashwrap {
    position: relative;
    padding: 0px 80px;
    margin: -57px auto 0px auto;
}

.dash-footer {
    position: relative;
}

.copyright.dash-foot {
    background-image: url("../images/up vector-01.png");
    background-position: bottom left;
    background-size: 65%;
    background-color: rgba(255,255,255,.0);
    padding: 8px 70px 130px 70px;
    background-repeat: repeat-x;
}

    .copyright.dash-foot span, .copyright.dash-foot a {
        color: #000;
    }

body.dashboard {
    background-color: #f9f3e4;
}

.dashboardtable table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 7px;
    margin-bottom: 15px;
    font-size: 13px;
}

    .dashboardtable table thead tr {
        background-color: #36444d;
        box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.58);
    }

    .dashboardtable table tbody tr {
        box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.73);
    }

    .dashboardtable table thead th {
        padding: 5px 8px;
        color: #fff;
        font-weight: 600;
        border-right: 1px solid #ccc;
    }

    .dashboardtable table tbody td, .dashboardtable table tbody th {
        padding: 6px 8px;
        border-right: 1px solid #ccc;
    }

        .dashboardtable table tbody td .btn, .dashboardtable table tbody th .btn {
            padding: 3px 12px;
            font-size: 13px;
            font-weight: 600;
        }

.badge {
    border-radius: 3px;
    font-size: 13px;
}

.badge-outline-warning {
    color: #b75805;
    border: 1px solid #b75805;
}

.badge-danger {
    background-color: #fb2b16;
    color: #fff;
}

.radio-control {
    border-bottom: 1px solid #c8c8c8;
    padding: 9px 0px;
    border-radius: 4px;
}

.regis-type {
    display: inline-flex;
    height: 100px;
    width: 100%;
    background: #fff;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 5px;
    padding: 20px 15px;
    box-shadow: 5px 5px 30px rgba(0,0,0,0.2);
}

    .regis-type .option {
        background: #fff;
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        margin: 0 10px;
        border-radius: 5px;
        cursor: pointer;
        padding: 0 17px;
        border: 2px solid lightgrey;
        transition: all 0.3s ease;
    }

        .regis-type .option .dot {
            height: 20px;
            width: 20px;
            background: #d9d9d9;
            border-radius: 50%;
            position: relative;
        }

            .regis-type .option .dot::before {
                position: absolute;
                content: "";
                top: 4px;
                left: 4px;
                width: 12px;
                height: 12px;
                background: #d90944;
                border-radius: 50%;
                opacity: 0;
                transform: scale(1.5);
                transition: all 0.3s ease;
            }

    .regis-type input[type="radio"] {
        display: none;
    }

#option-1:checked:checked ~ .option-1,
#option-2:checked:checked ~ .option-2,
#option-3:checked:checked ~ .option-3,
#option-4:checked:checked ~ .option-4,
#option-5:checked:checked ~ .option-5 {
    border-color: #d90944;
    background: #d90944;
}

    #option-1:checked:checked ~ .option-1 .dot,
    #option-2:checked:checked ~ .option-2 .dot,
    #option-3:checked:checked ~ .option-3 .dot,
    #option-4:checked:checked ~ .option-4 .dot,
    #option-5:checked:checked ~ .option-5 .dot {
        background: #fff;
    }

        #option-1:checked:checked ~ .option-1 .dot::before,
        #option-2:checked:checked ~ .option-2 .dot::before,
        #option-3:checked:checked ~ .option-3 .dot::before,
        #option-4:checked:checked ~ .option-4 .dot::before,
        #option-5:checked:checked ~ .option-5 .dot::before {
            opacity: 1;
            transform: scale(1);
        }

.regis-type .option span {
    font-size: 18px;
    color: #808080;
    margin-left: 10px;
}

#option-1:checked:checked ~ .option-1 span,
#option-2:checked:checked ~ .option-2 span,
#option-3:checked:checked ~ .option-3 span,
#option-4:checked:checked ~ .option-4 span,
#option-5:checked:checked ~ .option-5 span {
    color: #fff;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}

    .form-check .form-check-input {
        float: left;
        margin-left: -1.5em;
    }

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    appearance: none;
    color-adjust: exact;
}

    .form-check-input[type="checkbox"] {
        border-radius: 0.25em;
    }

    .form-check-input[type="radio"] {
        border-radius: 50%;
    }

    .form-check-input:active {
        filter: brightness(90%);
    }

    .form-check-input:focus {
        border-color: #86b7fe;
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    }

    .form-check-input:checked {
        background-color: #0d6efd;
        border-color: #0d6efd;
    }

        .form-check-input:checked[type="checkbox"] {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
        }

        .form-check-input:checked[type="radio"] {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
        }

    .form-check-input[type="checkbox"]:indeterminate {
        background-color: #0d6efd;
        border-color: #0d6efd;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
    }

    .form-check-input:disabled {
        pointer-events: none;
        filter: none;
        opacity: 0.5;
    }

        .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
            opacity: 0.5;
        }

.form-switch {
    padding-left: 2.5em;
}

    .form-switch .form-check-input {
        width: 2em;
        margin-left: -2.5em;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
        background-position: left center;
        border-radius: 2em;
        transition: background-position 0.15s ease-in-out;
    }

.card-sub-title2 {
    font-family: inherit;
    background: #dfdfdf;
    border-radius: 3px;
    color: #114989;
    padding: 8px 15px;
    font-size: 1.2em;
    /*text-transform: uppercase;*/
    margin-bottom: 15px;
    letter-spacing: 0px;
}

.counter {
    color: #f27f21;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    height: 150px;
    width: 90%;
    padding: 30px 51px 30px 51px;
    margin: 0 auto;
    border: 3px solid #f27f21;
    border-radius: 0px 25px;
    position: relative;
    z-index: 1;
}

    .counter:before,
    .counter:after {
        content: "";
        background: #f9f9f9;
        border-radius: 0px 20px;
        box-shadow: 0px 0px 20px rgb(0 0 0 / 12%);
        position: absolute;
        left: 15px;
        top: 15px;
        bottom: 15px;
        right: 15px;
        z-index: -1;
    }

    .counter:after {
        background: transparent;
        width: 100px;
        height: 100px;
        border: 10px solid #f27f21;
        border-top: none;
        border-right: none;
        border-radius: 0 0 0 20px;
        box-shadow: none;
        top: auto;
        left: -6px;
        bottom: -6px;
        right: auto;
    }

    .counter .counter-icon {
        font-size: 35px;
        line-height: 35px;
        margin: 0 0 15px;
        transition: all 0.3s ease 0s;
    }

    .counter:hover .counter-icon {
        transform: rotateY(360deg);
    }

    .counter .counter-value {
        color: #10212f;
        font-size: 30px;
        font-weight: 700;
        line-height: 20px;
        margin: 0 0 20px;
        display: block;
        transition: all 0.3s ease 0s;
    }

    .counter:hover .counter-value {
        text-shadow: 2px 2px 0 #d1d8e0;
    }

    .counter h3 {
        font-size: 14px;
        font-weight: 600;
        margin: 0 0 0px;
        font-family: inherit;
    }

    .counter.blue {
        color: #1ab6c8;
        border-color: #4accdb;
    }

        .counter.blue:after {
            border-bottom-color: #1ab6c8;
            border-left-color: #1ab6c8;
        }

    .counter.pink {
        color: #EE436D;
        border-color: #EE436D;
    }

        .counter.pink:after {
            border-bottom-color: #EE436D;
            border-left-color: #EE436D;
        }

    .counter.purple {
        color: #662F6A;
        border-color: #9C52A1;
    }

        .counter.purple:after {
            border-bottom-color: #8A2991;
            border-left-color: #8A2991;
        }

@media screen and (max-width:990px) {
    .counter {
        margin-bottom: 40px;
    }
}

#printtbl .table th {
    background-color: #eee;
    color: #333;
}

    #printtbl .table th.mhead {
        background-color: #ccc;
    }
.substxt {
    border: 1px solid #ccc;
    padding: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}