@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    font-family: "Poppins", sans-serif;
}

.Login_Section {
    background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.3)), url(/assets/img/loginbg.jpg);
    background-size: cover;
    background-position: center center;
    backdrop-filter: invert(45%);
    animation: zoom 10s ease-in-out infinite alternate;
    transition: background-image 1s ease-in-out;
    height: 100vh;
}

@keyframes zoom {
    0% {
        background-size: 100%;
    }

    100% {
        background-size: 110%;
    }
}

.LoginMain_Row {
    backdrop-filter: invert(80%);
    background: linear-gradient(105deg, rgba(255, 253, 253, 0.9)20%, rgb(70 193 198)80%);
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    box-shadow: 0px 2px 10px 0px rgb(0, 0, 0);
}

@media (max-width: 767px) {
    .LoginMain_Row {
        background: linear-gradient(62deg, rgba(1, 145, 202, 0.8)50%, rgba(2, 125, 173, 0.8)50%);
        border-radius: 10px;
        box-shadow: 0px 2px 10px 0px rgb(12, 12, 12);
    }
}

.Login_Section {
    background-color: rgb(255, 255, 255);
}

.Login_textheader {
    color: rgb(255, 254, 254);
    font-family: "Poppins", sans-serif;
    font-weight: bold;
}

    .Login_textheader span {
        border-bottom: 1px solid rgb(255, 254, 254);
        padding: 14px;
    }

.text_Div {
    border-bottom: 1px solid rgb(255, 255, 255);
    padding-left: 0px;
}

    .text_Div .icon {
        color: rgb(230, 31, 31) !important;
        padding: 10px;
        background-color: white;
        font-size: 20px;
    }

    .text_Div input {
        background-color: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
        color: white !important;
        font-size: 20px;
    }

    .text_Div ::placeholder {
        color: rgb(255, 250, 250);
    }

.Remberme span {
    color: rgb(253, 243, 243);
}


.btn-grad {
    background-image: linear-gradient(to right, #d53369 0%, #cbad6d 51%, #d53369 100%)
}

.btn-grad {
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
}

    .btn-grad:hover {
        background-position: right center;
        color: #fff;
        text-decoration: none;
    }

.facebook_icon {
    color: rgb(0, 89, 223);
    font-size: 30px;
    background-color: rgb(255, 255, 255);
    padding: 15px 22px 15px 22px;
}

.google_icon {
    color: rgb(255, 38, 0);
    font-size: 30px;
    background-color: rgb(255, 255, 255);
    padding: 15px 15px 15px 15px;
}

.twiter_icon {
    color: rgb(0, 162, 255);
    font-size: 30px;
    background-color: rgb(255, 255, 255);
    padding: 15px 15px 15px 15px;
}

.newregistration span a {
    color: white;
    font-size: 19px;
}

.dob_text {
    font-weight: bold;
    color: rgb(253, 253, 253);
    font-family: sans-serif;
    font-size: 19px;
}

@media print {
    .table {
        background-image: url('/assets/img/watermark.png') !important;
        background-position: center;
        background-repeat: no-repeat;
        margin-bottom: 0rem !important;
        border-color: #000000;
    }

        .table tbody td {
            color: #000;
            height: 40px;
        }

    .printtable {
        border: 1px dashed #CC0000;
        padding: 10px;
        border-radius: 10px;
        width: 950px;
        margin: 0 auto;
    }

    iframe {
        width: 100%;
        max-height: 650px;
    }



    body {
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
    }

    * {
        visibility: visible !important;
    }
}


.btn-grad {
    background-image: linear-gradient(to right, #FF512F 0%, #DD2476 51%, #FF512F 100%)
}

.btn-grad {
    padding: 11px 27px;
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    font-size: 13px;
    color: #fff;
}

    .btn-grad:hover {
        background-position: right center;
        color: #fff;
        text-decoration: none;
    }

a.btn-grad {
    text-decoration: none;
}


.center-body {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 100000;
    background-color: #000000cf;
}

.loader-circle-11 {
    position: relative;
    width: 110px;
    height: 110px;
    transform-style: preserve-3d;
    perspective: 400px;
}

    .loader-circle-11 .arc {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border-bottom: 10px solid #ffbc00;
    }

        .loader-circle-11 .arc:nth-child(1) {
            animation: rotate1 1.15s linear infinite;
        }

        .loader-circle-11 .arc:nth-child(2) {
            animation: rotate2 1.15s linear infinite;
        }

        .loader-circle-11 .arc:nth-child(3) {
            animation: rotate3 1.15s linear infinite;
        }

.loading .arc:nth-child(1) {
    animation-delay: -0.8s;
}

.loader-circle-11 .arc:nth-child(2) {
    animation-delay: -0.4s;
}

.loader-circle-11 .arc:nth-child(3) {
    animation-delay: 0s;
}


img.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

img.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

.btn-action {
    display: inline-block;
    padding: 9px 16px;
    background-color: #F44336;
    color: white;
    text-decoration: none;
    border-radius: 10px;
    font-size: 15px;
    cursor: pointer;
    transition: background-color 0.2s;
}

    .btn-action:hover {
        background-color: #F44336;
    }


strong {
    font-family: "Poppins", serif !important;
}

.ribbon {
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    padding: 5px 0;
    box-shadow: inset rgba(0, 0, 0, 0.9) -15px 0px 10px -10px;
}

    .ribbon h3 {
        background: #ff0e17;
        font-size: 20px;
        font-weight: 500;
        position: relative;
        padding: 15px 0;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 10% 50%);
        box-shadow: inset #b43208 -15px 0px 10px -1px;
        color: #fff !important;
        !importanjt;
        !importanj;
        !i;
        !;
        margin-right: -20px;
        margin-top: 25px;
    }

    .ribbon.pink h3 {
        width: 69%;
        float: right;
    }

    .ribbon.orange h3 {
        background: #ff0000;
    }

    .ribbon.blue h3 {
        background: #0253b9;
    }

@media screen and (max-width:990px) {
    .ribbon {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 991px) {
    .form-login-body {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 480px) {
    .form-login-body {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.form-login-body .login-desk {
    filter: drop-shadow(0 0 13.5px rgba(0, 0, 0, 0.09));
    margin-top: 6%;
    margin-bottom: 5%;
}

    .form-login-body .login-desk .detail-box {
        /* background-color: #fff; */
        padding: 20px;
        text-align: center;
        background-image: url(../images/5734.jpg);
        background-size: cover;
    }

        .form-login-body .login-desk .detail-box .logo {
            width: 130px;
        }

        .form-login-body .login-desk .detail-box .help {
            width: 450px;
            margin-top: 0px;
            margin-bottom: 50px;
        }

        .form-login-body .login-desk .detail-box .detailsh {
            text-align: center;
        }

            .form-login-body .login-desk .detail-box .detailsh h3 {
                font-size: 1.5rem;
                margin-bottom: 0px;
                font-weight: 700;
                color: #ff4245;
                line-height: 35px;
            }

            .form-login-body .login-desk .detail-box .detailsh p {
                font-size: 0.8rem;
            }

    .form-login-body .login-desk .loginform {
        background-color: #cf0003;
        text-align: center;
        color: #fff;
        padding: 14px 37px;
    }

        .form-login-body .login-desk .loginform a {
            color: #fff;
        }

        .form-login-body .login-desk .loginform h4 {
            color: #fff;
            font-size: 1.3rem;
        }

        .form-login-body .login-desk .loginform p {
            font-size: 0.8rem;
            margin-bottom: 15px;
        }

        .form-login-body .login-desk .loginform .login-det .form-row {
            margin-top: 0px;
        }

            .form-login-body .login-desk .loginform .login-det .form-row label {
                font-size: 0.85rem;
            }

        .form-login-body .login-desk .loginform .login-det .input-group .input-group-prepend .input-group-text {
            background-color: #7a0005;
            color: #fff;
            border-right: 0px;
            border: 0px;
        }

        .form-login-body .login-desk .loginform .login-det .input-group .form-control {
            background-color: #ffffff;
            color: #2e2d2d !important;
            border-left: 0px;
            border: 0px;
            font-size: 15px;
            height: 40px;
        }

            .form-login-body .login-desk .loginform .login-det .input-group .form-control:focus {
                border: 0px;
            }

        .form-login-body .login-desk .loginform .login-det .btn-danger {
            width: 100%;
            border-radius: 0px;
            background-color: #FFC107;
            border-radius: 0px !important;
        }

        .form-login-body .login-desk .loginform .forget {
            text-align: right;
        }

        .form-login-body .login-desk .loginform .social-link ul {
            float: right;
            margin-top: 30px;
        }

            .form-login-body .login-desk .loginform .social-link ul li {
                float: left;
                padding: 15px;
                font-size: 0.9rem;
            }

::-webkit-input-placeholder {
    color: #fff !important;
}

::-moz-placeholder {
    color: #fff !important;
}

:-ms-input-placeholder {
    color: #fff !important;
}

:-moz-placeholder {
    color: #fff !important;
}

/* ===================================== Responsive Style CSS ==================================== */

img.logo {
    width: 32%;
}


.shape7 {
    position: absolute;
    top: 46%;
    left: 40%;
    z-index: -1;
    opacity: 0.2;
}

    .shape7 img {
        -webkit-animation: bounce_one 5s linear infinite;
        animation: bounce_one 5s linear infinite
    }

.shape8 {
    position: absolute;
    top: 6%;
    right: 4.5%;
    z-index: -1;
    opacity: 0.2;
}

    .shape8 img {
        -webkit-animation: moveleftbounce 5s linear infinite;
        animation: moveleftbounce 5s linear infinite
    }

.shape9 {
    position: absolute;
    top: 11%;
    left: -1.2%;
    z-index: -1;
    opacity: 0.2;
}

    .shape9 img {
        -webkit-animation: animationFramesOne 20s linear infinite;
        animation: animationFramesOne 20s linear infinite
    }

.shape10 {
    position: absolute;
    top: 32%;
    right: 11%;
    z-index: -1;
    opacity: 0.2;
}

    .shape10 img {
        -webkit-animation: bounce_one 5s linear infinite;
        animation: bounce_one 5s linear infinite
    }

.shape11 {
    position: absolute;
    bottom: 19%;
    left: 4%;
    z-index: -1;
    opacity: 0.2;
}

    .shape11 img {
        -webkit-animation: moveleftbounce 5s linear infinite;
        animation: moveleftbounce 3s linear infinite;
    }

.shape12 {
    position: absolute;
    right: 17.5%;
    bottom: 21%;
    opacity: 0.2;
}

    .shape12 img {
        -webkit-animation: moveleftbounce 5s linear infinite;
        animation: moveleftbounce 5s linear infinite
    }

@keyframes animationFramesOne {
    0% {
        transform: translate(0) rotate(0deg)
    }

    20% {
        transform: translate(73px,-1px) rotate(36deg)
    }

    40% {
        transform: translate(141px,72px) rotate(72deg)
    }

    60% {
        transform: translate(83px,122px) rotate(108deg)
    }

    80% {
        transform: translate(-40px,72px) rotate(144deg)
    }

    to {
        transform: translate(0) rotate(0deg)
    }
}

@keyframes moveleftbounce {
    0% {
        transform: translateX(0px)
    }

    50% {
        transform: translateX(20px)
    }

    100% {
        transform: translateX(0px)
    }
}

@keyframes bounce_one {
    0% {
        transform: translateY(-0.625rem)
    }

    50% {
        transform: translateY(0.625rem)
    }

    to {
        transform: translateY(-0.625rem)
    }
}


.bg-img-fix {
    background-image: url(../images/bg.jpg);
    background-size: cover;
    animation: slidein 50s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}




@-webkit-keyframes slidein {
    from {
        background-position: top;
        background-size: 3000px;
    }

    to {
        background-position: -100px 0px;
        background-size: 2750px;
    }
}

@keyframes slidein {
    from {
        background-position: top;
        background-size: 3000px;
    }

    to {
        background-position: -100px 0px;
        background-size: 2750px;
    }
}


img.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-10px)
    }
}

@keyframes mover {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-10px)
    }
}

input::placeholder {
    color: #000000 !important;
    opacity: 1 !important;
    font-size: 14px !important;
}

.center-body {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 100000;
    background-color: #000000cf;
}

.loader-circle-11 {
    position: relative;
    width: 110px;
    height: 110px;
    transform-style: preserve-3d;
    perspective: 400px;
}

    .loader-circle-11 .arc {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border-bottom: 10px solid #ffbc00;
    }

        .loader-circle-11 .arc:nth-child(1) {
            animation: rotate1 1.15s linear infinite;
        }

        .loader-circle-11 .arc:nth-child(2) {
            animation: rotate2 1.15s linear infinite;
        }

        .loader-circle-11 .arc:nth-child(3) {
            animation: rotate3 1.15s linear infinite;
        }

.loading .arc:nth-child(1) {
    animation-delay: -0.8s;
}

.loader-circle-11 .arc:nth-child(2) {
    animation-delay: -0.4s;
}

.loader-circle-11 .arc:nth-child(3) {
    animation-delay: 0s;
}

@keyframes rotate1 {
    from {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0);
    }

    to {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(1turn);
    }
}

@keyframes rotate2 {
    from {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0);
    }

    to {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(1turn);
    }
}

@keyframes rotate3 {
    from {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0);
    }

    to {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(1turn);
    }
}

#radial1 i {
    font-size: 29px;
    color: #6f6f6f;
}

#radial1 {
    padding: 0px 10px;
    width: 46px;
    height: 46px;
}


span.head-1 {
    font-size: 20px;
    font-weight: 700;
    color: #9b0607;
    margin-top: 7px;
    display: block;
}

span.head-2 {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.head-2 {
    font-size: 22px;
    font-weight: 500;
    color: #000;
}

span.head-3 {
    font-size: 13px;
    font-weight: 600;
    color: #e51212;
    display: block;
}


.btn-proceed {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
}

    .btn-proceed:hover {
        background-color: #45a049;
    }

.btn-danger {
    background-color: #f44336;
    color: white;
    padding: 5px 20px;
    border-radius: 5px;
}

    .btn-danger:hover {
        background-color: #e53935;
    }

.bg-elements {
    display: none;
}

.leaders-sec .custompadding {
    padding: 15px 25px;
}

.leaders-sec .panel-default > .panel-heading {
    color: #1a3e67;
    background-color: #ffffff;
    border-color: transparent;
    padding: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.leaders-sec .panel-default > .panel-heading-leader {
    color: #1a3e67;
    background-color: #ffffff;
    border-color: #1a3e67;
    padding: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top: 8px solid #008491;
}

.leaders-sec .panel-default > .panel-heading h3.panel-title {
    background: #ffb539;
    margin-bottom: 0;
    padding: 15px 20px;
    color: #fff;
    font-size: 1.3em;
    border-radius: 0
}

.leaders-sec .panel-default > .panel-heading h3.panel-title1 {
    background: #cf0003;
    margin-bottom: 0;
    padding: 15px 20px;
    color: #fff;
    font-size: 1.3em;
    border-radius: 0
}

.leaders-sec .panel-default > .panel-heading h3.panel-title:before {
    content: '';
    position: absolute;
    top: 38px;
    left: 0px;
    border-bottom: 7px solid #008387;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    transform: rotate(45deg);
    display: none;
}

.leaders-sec .panel-default > .panel-heading-leader + .panel-body {
    padding: 0px 15px 10px;
    text-align: center;
}

    .leaders-sec .panel-default > .panel-heading-leader + .panel-body .hu-abtunv {
        padding: 0px 10px 15px;
    }

    .leaders-sec .panel-default > .panel-heading-leader + .panel-body h4 {
        color: #323232;
        font-size: 1.4em;
        margin-bottom: 0px;
    }

    .leaders-sec .panel-default > .panel-heading-leader + .panel-body h5 {
        color: #6a6a6a;
        font-size: 1.25em;
        margin-bottom: 5px;
        margin-top: 0px;
        font-weight: 300;
    }

    .leaders-sec .panel-default > .panel-heading-leader + .panel-body h6 {
        color: #ff6500;
        font-size: 1.3em;
        margin-bottom: 5px;
        margin-top: 8px;
    }

    .leaders-sec .panel-default > .panel-heading-leader + .panel-body p {
        color: #5a5a5a;
        font-size: 1em;
        line-height: 24px;
        margin-bottom: 15px;
        margin-top: 0px;
    }

.leaders-sec .panel {
    border-radius: 0px;
    margin: 0px;
    margin-left: -5px;
    margin-right: -5px;
    border-right: 1px solid #cf0003ba;
}

.leaders-sec .panel-default > .panel-headingclr2 {
    background-color: #0030bb;
}

.leaders-sec .panel-footer2 {
    background-color: #0030bb;
}

.leaders-sec .panel-default > .panel-headingclr3 {
    background-color: #007073;
}

.leaders-sec .panel-footer3 {
    background-color: #00bbb4;
}

.leaders-sec .panel-footer {
    background-color: #ffffff;
    border-radius: 0px;
    border-top: 1px solid #ddd;
    color: #111;
}

    .leaders-sec .panel-footer a {
        color: #111;
        font-size: 1.1em;
        padding: 5px 15px;
    }

.leaders-sec .panel-title {
    text-align: left;
    font-size: 1.25em;
    color: #083880;
}

.play-pause {
    position: relative;
    top: 0px;
    z-index: 99;
    color: #ffffff;
    display: inline-block;
}

    .play-pause b {
        padding: 5px 10px;
        background: #ffffff !important;
        border-radius: 3px;
    }

    .play-pause strong {
        padding: 8px 10px;
        background: #cf0003 !important;
        border-radius: 0px;
        border-left: 4px solid #fff;
    }
