@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');


h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", serif !important;
}

strong {
    font-family: "Poppins", serif !important;
}

body {
    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;
        margin-right: -20px;
        margin-top: 90%;
    }

    .ribbon.pink h3 { /* background: #d10074; */
        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 {
        padding: 20px;
        text-align: center;
        background-image: url(../images/herbl.png);
        background-size: cover;
        border-bottom-left-radius: 31px;
        background-position: top;
        background-attachment: local;
    }

        .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 {
        text-align: center;
        color: #ffffff;
        padding: 46px 50px;
        border-radius: 10px;
        margin: 0 auto;
        border: 1px solid #fff;
        background-color: #14032f99 !important;
    }

        .form-login-body .login-desk .loginform a {
            color: #ffffff;
            font-weight: 600;
        }

        .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.95rem;
                font-weight: 600;
            }

        .form-login-body .login-desk .loginform .login-det .input-group .input-group-prepend .input-group-text {
            background-color: #E91E63;
            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: 50%;
            border-radius: 0px;
            border-radius: 25px !important;
            padding: 10px 0px;
            background-image: linear-gradient(92deg, #fc0458 25%, #f5576c 105%);
        }

        .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 {
    /* Chrome/Opera/Safari */
    color: #fff !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff !important;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff !important;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #fff !important;
}
/* ===================================== Responsive Style CSS ==================================== */

img.logo {
    width: 32%;
    filter: brightness(100);
}


.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 !important;
    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;
    /****** center box
	width: 300px;
	height: 300px;
	border: solid 1px #aaa;
	******/
    position: absolute;
    z-index: 100000;
    background-color: #000000cf;
}

body {
    background-color: #202628;
}

.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;
}

/*@media print {
    .table {
        margin-bottom: 0rem !important;
        border: 1px solid #000;
        border-color: #000000;
        background-color: transparent !important;
    }

        .table tbody td {
            color: #000;
        }

    .printtable {
        border: 1px dashed #CC0000;
        padding: 10px;
        border-radius: 10px;
        width: 950px;
        margin: 0px auto;
    }
}
*/

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;
}

.table tbody td {
    border: 1px solid #dfdede !important;
}

.table {
    background-color: transparent !important;
}



@media print {
    .table {
        margin-bottom: 0rem !important;
        border: 1px solid #000;
        border-color: #000000;
        background-color: transparent !important;
    }

        .table tbody td {
            color: #000;
        }

    .printtable {
        border: 1px dashed #CC0000;
        padding: 10px;
        border-radius: 10px;
        width: 950px;
        margin: 0px auto;
    }

    .table1 {
        background-color: transparent !important;
    }

    .table1 {
        margin-bottom: 0rem !important;
        border: 1px solid #000;
        border-color: #000000;
        background-color: transparent !important;
    }

    .table1 {
        background-color: transparent !important;
    }

    .table1 {
        margin-bottom: 0rem !important;
        border: 1px solid #000;
        border-color: #000000;
        background-color: transparent !important;
    }
}

.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;
}
/*All News Section start*/
.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;
    /*border-top: 8px solid #008491;*/
}

.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-bottom: 15px; */
    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;
    }

.newsticker {
    height: 435px;
    padding: 0px;
    margin: 0px auto;
    overflow-x: hidden !important;
    width: 100%;
    list-style: none;
}

    .newsticker li {
        overflow: hidden;
        padding-left: 50px;
        border-bottom: 1px solid #cf0003;
        padding-top: 17px;
        padding-bottom: 17px;
        position: relative;
        margin-left: 17px;
    }

        .newsticker li:before {
            content: url(/admin_assets/images/announc-con.png);
            position: absolute;
            background-color: #f3c577;
            padding: 9px;
            border-radius: 8px;
            left: 0;
            height: 50px;
            width: 50px;
            width: 54px;
            left: 0;
        }

.newsitem {
    overflow: hidden;
}

.newsticker li.stopped {
    margin-top: 0px !important;
}

.contentbox {
    margin-left: 14px;
}

    .contentbox a {
        display: block;
        font-size: 1.0em;
        font-weight: 500;
        color: #e80909;
    }

    .contentbox .fa-file-pdf-o {
        color: #d10303;
    }

span.dsize {
    font-size: 0.9em;
}

.foot {
    padding: 13px 7px;
    text-align: right;
    background: #f3f1f1;
}

    .foot a {
        background: #cf0003;
        padding: 8px 21px;
        color: #ffff;
        text-decoration: none;
        font-size: .98em
    }

.blink-01 {
    position: relative;
    animation: blink01 0.2s infinite alternate;
}

    .blink-01::before {
        opacity: 1;
        position: absolute;
        top: 32%;
        left: 0;
        z-index: -2;
        filter: blur(40px);
        width: 100%;
        height: 100%;
        content: '';
        animation: bg_blink01 0.2s infinite alternate;
    }

    .blink-01::after {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        filter: blur(20px);
        content: 'Blinking';
        animation: blink01 0.2s infinite alternate;
    }

@keyframes blink01 {
    0% {
        color: #37e7ef;
    }

    100% {
        color: #f8e85f;
    }
}

.form-label .red {
    padding-top: 5px;
}

.table th {
    background-color: #ebebeb;
    font-weight: 500 !important;
    border: 1px solid #dfdede !important;
    vertical-align: middle;
}

.card-footer1 {
    border: 0;
    background-color: #ffffff3b;
    margin-bottom: 12px;
    padding: 12px;
    border-radius: 15px !important;
    box-shadow: 0px 0px 6px #a3a3a3;
}

.cancel-fee {
    font-size: 23px;
    font-weight: 600;
    color: #f80468;
    text-shadow: 1px 0px 1px #737377;
}

/*stop print */
@media print {
    /* Hide elements you don't want to print */
    body * {
        visibility: hidden; /* Hide all content */
    }

    /* Specifically show the content you want to print (the PDF viewer here) */
    #pdf-container, #pdf-canvas {
        display: none !important; /* Only show the PDF viewer */
    }

    /* Optionally hide other elements like header, footer */
    header, footer, .main-content, .sidebar {
        display: none !important; /* Force hide header, footer, and other sections */
    }
}
