﻿/*Add By Shailendra Tiwari 19/07/2023*/

.carddll {
    /*box-shadow:11px 16px 4px 8px rgba(0,0,0,0.2);*/
    transition: 0.3s;
    /*width: 100%;*/
    --bs-card-border-radius: 2.375rem;
    /* max-width: 300px;
            min-height: 200px;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*max-width: 500px;*/
    /* height: 300px;
            padding: 35px;*/
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.45);
    /*box-shadow: 0px 0px 7px 20px rgba(0,0,0,0.2);*/
    /*backdrop-filter: blur(15px);*/
}

.bg-bubbles {
    /*position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

    .bg-bubbles li {
        position: absolute;
        list-style: none;
        display: block;
        width: 40px;
        height: 40px;
        background-color: rgba(255, 255, 255, 0.15);
        bottom: -160px;
        -webkit-animation: square 25s infinite;
        animation: square 20s infinite;
        -webkit-transition-timing-function: linear;
        transition-timing-function: linear;
    }

        .bg-bubbles li:nth-child(1) {
            left: 10%;
        }

        .bg-bubbles li:nth-child(2) {
            left: 20%;
            width: 80px;
            height: 80px;
            -webkit-animation-delay: 2s;
            animation-delay: 2s;
            -webkit-animation-duration: 17s;
            animation-duration: 17s;
        }

        .bg-bubbles li:nth-child(3) {
            left: 25%;
            -webkit-animation-delay: 4s;
            animation-delay: 4s;
        }

        .bg-bubbles li:nth-child(4) {
            left: 40%;
            width: 60px;
            height: 60px;
            -webkit-animation-duration: 22s;
            animation-duration: 22s;
            background-color: rgba(255, 255, 255, 0.25);
        }

        .bg-bubbles li:nth-child(5) {
            left: 70%;
        }

        .bg-bubbles li:nth-child(6) {
            left: 80%;
            width: 120px;
            height: 120px;
            -webkit-animation-delay: 3s;
            animation-delay: 3s;
            background-color: rgba(255, 255, 255, 0.2);
        }

        .bg-bubbles li:nth-child(7) {
            left: 32%;
            width: 160px;
            height: 160px;
            -webkit-animation-delay: 7s;
            animation-delay: 7s;
        }

        .bg-bubbles li:nth-child(8) {
            left: 55%;
            width: 20px;
            height: 20px;
            -webkit-animation-delay: 15s;
            animation-delay: 15s;
            -webkit-animation-duration: 40s;
            animation-duration: 40s;
        }

        .bg-bubbles li:nth-child(9) {
            left: 25%;
            width: 10px;
            height: 10px;
            -webkit-animation-delay: 2s;
            animation-delay: 2s;
            -webkit-animation-duration: 40s;
            animation-duration: 40s;
            background-color: rgba(255, 255, 255, 0.3);
        }

        .bg-bubbles li:nth-child(10) {
            left: 90%;
            width: 160px;
            height: 160px;
            -webkit-animation-delay: 11s;
            animation-delay: 11s;
        }

@-webkit-keyframes square {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-700px) rotate(600deg);
        transform: translateY(-700px) rotate(600deg);
    }
}

@keyframes square {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-700px) rotate(600deg);
        transform: translateY(-700px) rotate(600deg);
    }
}
/*background bubels*/
.wrapper {
    /*       background: #50a3a2;
            background: -webkit-linear-gradient(top left, #50a3a2 0%, #53e3a6 100%);
            background: linear-gradient(to bottom right, #50a3a2 0%, #53e3a6 100%);*/
    background: linear-gradient(to bottom right, #de7dedb0 0%, #e353534a 100%);
    /*position: absolute;*/
    top: 19%;
    left: 0;
    width: 100%;
    height: 700px;
    /*margin-top: -200px;*/
    overflow: hidden;
}

    .wrapper.form-success h1 {
        -webkit-transform: translateY(85px);
        -ms-transform: translateY(85px);
        transform: translateY(85px);
    }

.iconSty {
    width: auto !important;
    height: 0px !important;
    line-height: 0px !important;
}

.Logomp {
    width: 238px;
}

.canvasjs-chart-credit {
    display: none !important;
}

.btntops {
    background: #223a66 !important;
    display: inline-block !important;
    padding: 6px 12px !important;
    margin-bottom: 0;
    font-size: 11px !important;
    color: white !important;
}

    .btntops:hover {
        background: #223a66;
    }

.menu-area {
    background-color: #589167;
    box-shadow: 0 4px 24px 0 rgb(103 151 255 / 10%), 0 12px 64px 0 rgb(103 151 255 / 10%);
    position: relative;
    z-index: 10;
}

.LogoBg {
    background-color: white;
}

.TopBG {
    background: #f5f5f5;
    border-bottom: 2px solid #eeeeee;
}

.text-top {
    color: #696969;
    text-decoration: none;
    transition: all .7s ease;
    cursor: pointer;
    font-family: 'Mukta', sans-serif;
    font-size: medium;
    font-weight: 400;
}

body {
    line-height: unset;
}

.profile {
    background-color: white !important;
}

.navbar {
    margin-bottom: 0px !important;
    min-height: 0px !important;
    border-radius: unset !important;
}

#footer {
    background-color: unset;
    border-top: unset;
    color: #ccc;
    padding: unset;
    text-align: left;
}

.btn-login {
    background: linear-gradient( 45deg, #f8931f, #f32a2a);
    color: #fff !important;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 0;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    cursor: pointer;
    line-height: 2.4;
    padding-left: 5px;
    padding-right: 5px;
}

    .btn-login:hover {
        color: #fff !important;
        text-decoration: none;
    }

.brd {
    border-right: 1px solid #d3cece !important;
    line-height: 2.2;
    padding-right: 5px;
}

    .brd > a {
        color: #696969 !important;
        text-decoration: none;
        transition: all .7s ease;
        cursor: pointer;
        font-family: 'Mukta', sans-serif;
        font-weight: 500;
    }


.AboutULLI > li {
    list-style-type: disclosure-closed;
    list-style-position: inside;
    font-family: 'Fira Sans', sans-serif;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
}

.ImpLinkstyle > li {
    list-style-type: disclosure-closed;
    list-style-position: inside;
    font-family: 'Fira Sans', sans-serif;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    color: #223a66;
}

    .ImpLinkstyle > li > a {
        /*color: #626c84;*/
        color: #4100ff;
        font-weight: 500;
    }

        .ImpLinkstyle > li > a:hover {
            color: blue !important;
        }

.Pageheadercs {
    font-size: medium;
    border-bottom: 1px solid #dfdfdf;
}

    .Pageheadercs:after {
        content: '';
        position: absolute;
        top: 119px;
        height: 1px;
        width: 50px;
        right: 31%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 0;
        border-bottom: -32px solid #da0f32;
        border-style: dotted;
        border-color: #da0f32;
    }

.input-group-text {
    border-radius: 0rem !important;
}

body {
    background-color: #eee;
}

.OtPageheadercs {
    font-size: medium;
    border-bottom: 1px solid #dfdfdf;
    margin-top: 10px;
}

    .OtPageheadercs:after {
        content: '';
        position: absolute;
        top: 200px;
        height: 1px;
        width: 66px;
        left: 12.8%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 0;
        border-bottom: -32px solid #da0f32;
        border-style: dotted;
        border-color: #da0f32;
    }


.about {
    background: #fff;
    padding: 18px;
    border: 1px px solid #e7e7e7;
}

    .about .borderdiv {
        border: 5px double #dcdcdc;
        padding: 20px;
        min-height: 800px;
    }

.features {
    margin-top: -70px;
    background: rgb(250, 244, 208);
    padding-bottom: 50px;
}

.d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.feature-item {
    flex-basis: 33.33%;
    margin: 0px 10px;
    margin-bottom: 0px;
    padding: 40px 30px;
    background-color: #fff;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0px 0px 30px 0px rgba(0, 42, 106, 0.1);
    border: 5px solid #FFF;
}

    .feature-item h4 {
        color: #223a66;
    }

    .feature-item p {
        font-size: 14px;
    }

.Fh3h {
    color: #223a66;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: medium;
}

.SBGW {
    background-color: white;
    padding: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
}


.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.COVM > li {
    background-color: #fffff9;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #e6e6e6;
    list-style-type: none;
    min-height: 50px;
    margin-bottom: 5px;
    font-family: 'poppins';
}

.UserAnnoun {
    width: 30px;
    border-radius: 20%;
    border: 2px solid #e01919;
    border-style: dotted;
    margin-right: 10px;
}

.btn-round-full {
    border-radius: 50px;
}

.btn-main {
    background: #223a66;
    color: #fff;
    border-color: #223a66;
}

.btnM {
    background-color: transparent;
    color: #f30c0c !important;
    padding: 5px !important;
    line-height: 0;
    font-weight: bold;
    border-color: red;
}


.MultiCarousel {
    float: left;
    overflow: hidden;
    padding: 15px;
    width: 100%;
    position: relative;
}

    .MultiCarousel .MultiCarousel-inner {
        transition: 1s ease all;
        float: left;
    }

        .MultiCarousel .MultiCarousel-inner .item {
            float: left;
        }

            .MultiCarousel .MultiCarousel-inner .item > div {
                text-align: center;
                padding: 10px;
                margin: 10px;
                background: #f1f1f1;
                color: #666;
            }

    .MultiCarousel .leftLst, .MultiCarousel .rightLst {
        position: absolute;
        border-radius: 50%;
        top: calc(50% - 20px);
    }

    .MultiCarousel .leftLst {
        left: 0;
    }

    .MultiCarousel .rightLst {
        right: 0;
    }

        .MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over {
            pointer-events: none;
        }

.SubmenuSlideTop {
    z-index: 11 !important;
}



.ReportBox {
    display: inline-block;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 15%);
    position: relative;
    transition: all .2s ease-in-out;
    width: 100%;
    margin-bottom: 10px;
    min-height: 300px;
    background-color: #f9f9f9;
    padding: 10px;
    border-top: 1px solid red;
}

    .ReportBox > ul {
        padding-left: 20px;
    }


        .ReportBox > ul > li {
            list-style-type: disclosure-closed;
            padding-left: 0px;
            padding: 5px;
            font-size: 18px;
            font-weight: 500;
        }

    .ReportBox ul li::before {
        content: unset !important;
    }

.cause-link > a {
    padding: 2px !important;
    margin-top: 10px;
}




.DashboardModul {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #010E0580 /*#C4E7FBB3 #F26D6DB3*/;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    z-index: 9999999;
    /*background: transparent url("/PHE_New_Css_JS/img/RightBaar1.jpg") no-repeat scroll center center / cover;*/
}

    .DashboardModul a {
        /*padding: 8px 8px 8px 32px;*/
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        .DashboardModul a:hover {
            color: #f1f1f1;
        }

    .DashboardModul .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
        margin: 0px;
    }

.PHT {
    font-size: 24px;
    color: #2364b8;
    font-weight: 600;
    display: table;
    text-transform: uppercase;
}

.countno {
    margin-bottom: 20px;
    font-size: 30px;
}

.countertext {
    color: #223a66;
}

.sponsor-single > a > img {
    transition: transform 0.5s;
}

.sponsor-single > a:hover img {
    transform: rotate(180deg);
    border: 1px solid red;
    border-radius: 50%;
}


.iconimgn:hover {
    transform: rotate(180deg);
    border: 1px solid red;
    border-radius: 50%;
}


.iconimgn {
    width: 60px;
    /*border: 2px solid #c7c6c5;*/
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    /* opacity: 0.6; */
    padding: 5px;
    transition: transform 0.5s;
}



.blink-text {
    animation: blinkingText 1s infinite;
}

@keyframes blinkingText {

    0% {
        color: red;
        font-weight: bold;
    }

    100% {
        color: #626c84;
    }
}



@media (min-width: 1200px) {
    .container {
        width: 95% !important;
    }

    .navbar-toggler {
        display: none;
    }

    .PDSI {
        width: 100%;
        height: 500px !important;
    }
}

@media (min-width: 1600px) {
    .container {
        width: 80% !important;
    }

    .navbar-toggler {
        display: none;
    }

    .PDSI {
        width: 100%;
        height: 500px !important;
    }
}

@media (max-width: 1199px) {
    .container {
        width: 100% !important;
    }

    .navbar-toggler {
        display: none;
    }

    .PDSI {
        width: 100%;
        height: 500px !important;
    }
}


@media (max-width: 767px) {
    .container {
        width: 100% !important;
    }

    .navbar-toggler {
        display: block;
    }

    .PDSI {
        width: 100%;
        height: 150px !important;
    }

    .d-lg-flex {
        display: unset !important;
    }

    .features {
        margin-top: 10px !important;
    }

    .feature-item {
        margin-bottom: 20px;
    }

    .nav-justified > li {
        float: left !important;
    }
}


/*GGSlider--------------------------------------------------------------------------*/



@media (min-width: 1200px) {

    .GGPDSI {
        width: 100%;
        height: 400px !important;
    }
}

@media (min-width: 1600px) {


    .GGPDSI {
        width: 100%;
        height: 400px !important;
    }
}

@media (max-width: 1199px) {


    .GGPDSI {
        width: 100%;
        height: 400px !important;
    }
}


@media (max-width: 767px) {


    .GGPDSI {
        width: 100%;
        height: 150px !important;
    }
}

/*Multi Slider*/


.multislider {
    position: relative;
    width: 100%;
}

    .multislider .MS-content {
        white-space: nowrap;
        overflow: hidden;
        margin: 0;
        height: 200px;
    }

        .multislider .MS-content .item {
            display: inline-block;
            width: 33.333%;
            position: relative;
            vertical-align: top;
            overflow: hidden;
            height: 100%;
            white-space: normal;
            padding: 0 10px;
        }

@media (max-width: 991px) {
    .multislider .MS-content .item {
        width: 30%;
    }
}

@media (max-width: 767px) {
    .multislider .MS-content .item {
        width: 100%;
    }
}

.multislider .MS-content .item .imgTitle {
    position: relative;
}

    .multislider .MS-content .item .imgTitle .blogTitle {
        margin: 0;
        text-align: left;
        letter-spacing: 2px;
        color: #252525;
        font-style: italic;
        position: absolute;
        background-color: rgba(255, 255, 255, 0.5);
        width: 100%;
        bottom: 0;
        font-weight: bold;
        padding: 0 0 2px 10px;
    }

    .multislider .MS-content .item .imgTitle img {
        height: auto;
        width: 100%;
        border: 1px solid #e5e0e0;
        border-radius: 3px;
    }

.multislider .MS-content .item p {
    font-size: 14px;
    margin: 2px 10px 0 5px;
    text-align: justify;
    /* text-indent: 15px;*/
}

.multislider .MS-content .item a {
    float: right;
    margin: 0 20px 0 0;
    font-size: 16px;
    font-style: italic;
    color: rgba(173, 0, 0, 0.82);
    font-weight: bold;
    letter-spacing: 1px;
    transition: linear 0.1s;
}

    .multislider .MS-content .item a:hover {
        text-shadow: 0 0 1px grey;
    }

.multislider .MS-controls button {
    position: absolute;
    border: none;
    outline: 0;
    font-size: 46px;
    top: 83px;
    color: White;
    transition: 0.15s linear;
    background-color: #46a371;
    width: 30px;
}

    .multislider .MS-controls button:hover {
        color: rgba(0, 0, 0, 0.8);
    }

@media (max-width: 992px) {
    .multislider .MS-controls button {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .multislider .MS-controls button {
        font-size: 20px;
    }
}

.multislider .MS-controls .MS-left {
    left: 0px;
}

@media (max-width: 767px) {
    .multislider .MS-controls .MS-left {
        left: -10px;
    }
}

.multislider .MS-controls .MS-right {
    right: 0px;
}

@media (max-width: 767px) {
    .multislider .MS-controls .MS-right {
        right: -10px;
    }
}



.boxsado {
    width: 100%;
    box-shadow: 0px 2px 12px -3px rgb(0 0 0 / 47%);
    margin-bottom: 10px;
    padding: 10px 10px 10px;
    position: relative;
    background-color: #fff;
    min-height: 230px;
}



.Notification {
    color: maroon;
    animation-duration: 1200ms;
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    -webkit-animation: blink 1200ms infinite; /* Safari and Chrome */
    animation: blink 1s linear infinite;
}

@keyframes blink {
    from {
        color: green;
    }

    to {
        color: Red;
    }
}

.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0.2;
    }
}



.RankBox {
    border: 2px solid #dcd8d8;
    border-radius: 50%;
    padding: 5px;
    /* width: 20px; */
    position: absolute;
    /* top: 1px; */
    background: red;
    color: white;
    z-index: 999;
}




.balloon {
    display: inline-block;
    position: relative;
    transition: transform 0.5s ease;
    z-index: 10;
    animation: balloons 4s ease-in-out infinite;
    transform-origin: bottom center;
}

@keyframes balloons {
    0%,100% {
        transform: translateX(0) rotate(-4deg);
    }

    50% {
        transform: translateX(-25px) rotate(4deg);
    }
}






/*-----------------------------
	News Ticker
------------------------------*/
.acme-news-ticker {
    background: #fff;
    position: relative;
    height: 41px;
    margin-top: 45px;
    width: 100%;
    padding-left: 0px;
}

@media (min-width: 768px) {
    .acme-news-ticker {
        margin-top: 0;
    }
}

.acme-news-ticker-label {
    background: #46a371;
    padding: 10px;
    width: auto;
    float: left;
    line-height: normal;
    height: 100%;
    color: #fff;
    font-weight: bold;
}

@media (max-width: 575px) {
    .acme-news-ticker-label {
        /* position: absolute;*/
        top: -45px;
    }
}

.acme-news-ticker-box {
    height: 100%;
    padding-top: 10px;
    overflow: hidden;
    border: 1px solid #f7f7f7;
    box-shadow: -1px 1px 12px -3px rgb(0 0 0 / 47%);
}

@media (max-width: 575px) {
    .acme-news-ticker-box {
        padding-left: 10px;
        padding-right: 120px;
    }

        .acme-news-ticker-box ul {
            padding-right: 0px;
        }
}

.acme-news-ticker-box ul {
    width: 100%;
    list-style-type: none !important;
    padding: 0;
    margin: 0;
    padding-right: 120px;
}

    .acme-news-ticker-box ul li a {
        text-decoration: none;
    }

.acme-news-ticker-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    background-color: #f6f6f6;
}

    .acme-news-ticker-controls span {
        height: 100%;
        background: #f6f6f6;
        padding: 0;
        width: 40px;
        border-color: #eeeeee;
        border-style: solid;
        border-width: 0 0 0 1px;
        cursor: pointer;
        display: inline-block;
    }

        .acme-news-ticker-controls span:hover {
            background: #da0f32;
            color: white;
        }

        .acme-news-ticker-controls span.acme-news-ticker-arrow {
            margin: 0;
            display: inline-block;
            position: relative;
        }

            .acme-news-ticker-controls span.acme-news-ticker-arrow:after {
                border-color: #999;
                border-bottom-style: solid;
                border-bottom-width: 2px;
                border-right-style: solid;
                border-right-width: 2px;
                content: '';
                display: inline-block;
                height: 8px;
                left: 50%;
                position: absolute;
                top: 50%;
                width: 8px;
            }

        .acme-news-ticker-controls span.acme-news-ticker-pause {
            position: relative;
            display: inline-block;
        }

            .acme-news-ticker-controls span.acme-news-ticker-pause:before {
                position: absolute;
                content: "";
                width: 10px;
                height: 10px;
                border-color: #999;
                border-style: solid;
                border-width: 0 2px 0;
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                left: 50%;
                top: 50%;
            }

    .acme-news-ticker-controls.acme-news-ticker-horizontal-controls span.acme-news-ticker-prev:after {
        -webkit-transform: translate(-50%, -50%) rotate(135deg);
        -ms-transform: translate(-50%, -50%) rotate(135deg);
        transform: translate(-50%, -50%) rotate(135deg);
    }

    .acme-news-ticker-controls.acme-news-ticker-horizontal-controls span.acme-news-ticker-next:after {
        -webkit-transform: translate(-50%, -50%) rotate(315deg);
        -ms-transform: translate(-50%, -50%) rotate(315deg);
        transform: translate(-50%, -50%) rotate(315deg);
    }

    .acme-news-ticker-controls.acme-news-ticker-vertical-controls span.acme-news-ticker-prev:after {
        -webkit-transform: translate(-50%, -50%) rotate(225deg);
        -ms-transform: translate(-50%, -50%) rotate(225deg);
        transform: translate(-50%, -50%) rotate(225deg);
    }

    .acme-news-ticker-controls.acme-news-ticker-vertical-controls span.acme-news-ticker-next:after {
        -webkit-transform: translate(-50%, -50%) rotate(405deg);
        -ms-transform: translate(-50%, -50%) rotate(405deg);
        transform: translate(-50%, -50%) rotate(405deg);
    }

/*# sourceMappingURL=style.css.map */




.loginbgimage {
    /*background-image: -webkit-linear-gradient( 136deg,rgb(247 151 116) 0%,rgb(180 251 195) 50%,rgb(255 237 204) 100%);*/
    /* background-image: -webkit-linear-gradient(136deg, rgb(4 17 105) 0%, rgb(210 37 37 / 71%) 50%, rgb(70 62 166) 100%);*/
    /*background: radial-gradient(circle, rgba(9,9,121,1) 21%, rgba(0,212,255,1) 48%, rgba(2,0,36,1) 86%);*/

    background: -webkit-linear-gradient(136deg, rgb(29 7 255 / 44%) 0%, rgb(210 37 37 / 77%) 50%, rgb(70 62 166) 100%);
    /*background: radial-gradient(circle, rgb(255 255 255) 21%, rgb(255 255 255) 48%, rgb(255 0 0 / 15%) 86%);*/
    /*min-height: 650px;*/
    min-height: 700px;
}

.dbox {
    text-align: center;
    margin: 10px 0 10px;
    background-color: #fff;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0px 0px 30px 0px rgba(0, 42, 106, 0.1);
    position: relative;
    border: 5px solid #eeefef;
    margin-bottom: 50px;
}

.dbox__icon {
    position: absolute;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
}

.fa-2x {
    color: #fd8e99 !important;
}

.dbox__icon:before {
    width: 75px;
    height: 75px;
    position: absolute;
    border: 5px solid #eeefef;
    content: '';
    border-radius: 50%;
    left: -23px;
    top: -20px;
    z-index: -2;
    border-top: 8px solid #fd8d8d;
    border-bottom: 8px solid #8bdb9d;
    animation: rotate 4s linear infinite;
    background-color: #fff;
}

.dbox__icon1 {
    position: absolute;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
}

    .dbox__icon1:before {
        width: 75px;
        height: 75px;
        position: absolute;
        border: 5px solid #eeefef;
        content: '';
        border-radius: 50%;
        left: -23px;
        top: -20px;
        z-index: -2;
        border-top: 8px solid #fd8d8d;
        border-bottom: 8px solid #8bdb9d;
        background-color: #fff;
    }

.totalDataLoader {
    width: 30px;
    content: "Please Wait";
}



.dbox__body {
    padding: 34px 2px;
}

.dbox__count {
    display: block;
    font-size: 30px;
    color: #cd3a3a;
    font-weight: bold;
}

.dbox__title {
    font-size: 16px;
    color: black;
}



@keyframes rotate {
    100% {
        transform: rotate(1turn);
    }
}

.feature-img img {
    width: 50px;
    padding: 10px;
    border: 2px solid #da0f32;
    border-radius: 20px;
    border-style: dashed;
}

.droid {
    font-family: 'droid_serif';
    font-size: 1.2em;
    color: #272C4C;
}

._feedback h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 1px;
    font-family: 'droid_serif';
}

._feedback p {
    color: #323232;
    font-family: 'Poppins', sans-serif;
}

._feedback hr {
    margin: 13px 0;
}

/*Paging Class*/

.current {
    color: green !important;
    background-color: yellow !important;
}

#pagin li {
    display: inline-block;
}

    #pagin li a {
        vertical-align: middle;
        margin: 0px 5px;
        border: 1px solid #545252;
        padding: 10px 10px 10px;
        cursor: pointer;
    }

.prev {
    cursor: pointer;
    background-color: #46a371 !important;
    color: white;
    margin: 0px 5px;
    border: 1px solid #dddada;
    padding: 10px 10px 10px;
    color: white;
}

.next {
    cursor: pointer;
    background-color: #da0f32 !important;
    color: white;
    margin: 0px 5px;
    border: 1px solid #e9dfdf;
    padding: 10px 10px 10px;
}

.last {
    cursor: pointer;
    margin-left: 5px;
}

.first {
    cursor: pointer;
    margin-right: 5px;
}

.fimg {
    width: 100%;
}

.IQLI {
    border: 1px solid #e1d2d2 !important;
    border-bottom: unset !important;
}

    .IQLI a {
        border: unset !important;
        font-weight: bold !important;
        padding: 15px !important;
    }

    .IQLI .active {
        padding: 15px !important;
        background-color: #f36969 !important;
        border: 1px solid #e1d2d2 !important;
        border-bottom: unset !important;
        color: white !important;
        font-weight: bold !important;
    }

    .IQLI:hover {
        border-top: 3px solid #46a371;
    }

.tab-content > .tab-pane {
    border: 1px solid #e1d2d2 !important;
    padding: 5px;
}

.kc-report-img {
    width: 40px;
}


.paalheding {
    margin-bottom: 0px !important;
    background-color: #f0f1f3 !important;
    border-radius: unset !important;
}




#balloon-container {
    height: 100vh;
    padding: 1em;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    /*overflow: hidden;*/
    transition: opacity 500ms;
    z-index: 99999;
}

.balloon {
    height: 125px;
    width: 105px;
    border-radius: 75% 75% 70% 70%;
    position: relative;
}

    .balloon:before {
        content: "";
        height: 75px;
        width: 1px;
        padding: 1px;
        background-color: #FDFD96;
        display: block;
        position: absolute;
        top: 125px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .balloon:after {
        content: "eMandi2.0";
        text-align: center;
        display: block;
        position: absolute;
        color: inherit;
        top: 120px;
        left: 0;
        right: 0;
        margin: auto;
        color: black;
    }

@keyframes float {
    from {
        transform: translateY(100vh);
        opacity: 1;
    }

    to {
        transform: translateY(-300vh);
        opacity: 0;
    }
}



/*Dark mode Css*/

.checkbox {
    opacity: 0;
    position: absolute;
}

.checkbox-label {
    background-color: #111;
    width: 43px;
    height: 21px;
    border-radius: 50px;
    position: relative;
    padding: 5px;
    cursor: pointer;
    display: table-cell;
    justify-content: space-between;
    align-items: center;
    top: 5px;
}

    .checkbox-label .ball {
        background-color: #fff;
        width: 15px;
        height: 18px;
        position: absolute;
        left: 2px;
        top: 2px;
        border-radius: 50%;
        transition: transform 0.2s linear;
    }

.checkbox:checked + .checkbox-label .ball {
    transform: translateX(24px);
}
/*  Support me if you like it */
.support {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

    .support a {
        color: #292c35;
        font-size: 32px;
        backface-visibility: hidden;
        display: inline-block;
        transition: transform 0.2s ease;
    }

        .support a:hover {
            transform: scale(1.1);
        }


[data-bs-theme="dark"] .TopBG {
    background-color: black;
}

[data-bs-theme="dark"] .header {
    background-color: black;
}

[data-bs-theme="dark"] .site-navigation.navigation.navdown {
    background-color: black;
}

[data-bs-theme="dark"] .bg-white {
    background-color: black !important;
}

[data-bs-theme="dark"] .feature-light-row {
    background-color: black;
}

[data-bs-theme="dark"] .solid-bg {
    background-color: black;
}

[data-bs-theme="dark"] .section-title {
    color: white !important;
}

[data-bs-theme="dark"] .boxsado {
    background-color: dimgrey !important;
}

[data-bs-theme="dark"] p {
    color: white !important;
}

[data-bs-theme="dark"] h2 {
    color: white !important;
}

[data-bs-theme="dark"] .countertext {
    color: white !important;
}
/*End Dark mode Css*/





.SocialSiteTitle {
    background: linear-gradient( 45deg, #223a66, #223a66);
    width: 40px;
    color: #fff;
    padding: 8px 10px;
    font-size: 17px;
    border-radius: 6px 0 0 6px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    text-transform: uppercase;
    height: 224px;
    font-weight: bold;
    border-right: 1px solid #fd1a1a;
    border-left: 2px solid #46a371;
}



/* fixed social calender*/
#fixed-social {
    position: fixed;
    z-index: 99999;
    top: 180px;
    right: -232px;
    transition: all 0.5s;
    cursor: pointer;
    display: inline-block;
    background-color: #f5f2e8;
    height: 225px;
    border: 1px solid #cbcbc7;
    border-right: unset;
    border-bottom-left-radius: 5%;
    border-top-left-radius: 5%;
}

    #fixed-social:hover {
        right: 0px;
    }



    #fixed-social > a {
        color: #223a66;
    }

        #fixed-social > a:hover {
            color: #da0f32;
        }





@media (max-width: 767px) {
    .dbox__count {
        font-size: 20px;
    }

    .dbox__title {
        font-size: 14px;
    }

    .fimg {
        display: none;
    }

    .OtPageheadercs:after {
        content: '';
        position: absolute;
        top: 146px;
        height: 1px;
        width: 66px;
        left: 9.8%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        transform: translateX(-50%);
        border-bottom: -32px solid #da0f32;
        border-style: dotted;
        border-color: #da0f32;
    }
}
