* {
    font-family: 'Poppins', arial, sans-serif;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    /* background: #eaffdd;*/
}

.container {
    max-width: 1689px !important
}

main .page-container {
    min-height: 75vh;
}

table.dataTable {
    width: 98% !important;
}

ul {
    list-style: none !important;
}

.tooltip-inner {
    display: none;
}

.headSelect {
    width:100%;
    height: auto;
    color: #000 !important;
    border: 0px solid #979797 !important;
    margin-left: 10px;
    border-radius: 4px !important;
    font-size: 14px !important;
    margin-bottom:5px;
    /*font-weight: 600;*/
 
}

.xcom {
    background: #212121;
    padding: 2px 10px;
    border-radius: 4px;
}

.PhotoGallerysDiv {
    margin: 16px 0px;
    height: 205px;
    overflow: hidden;
}

.counter {
    color: #628900;
    background: linear-gradient(to bottom, #628900 49%, transparent 50%);
    font-family: 'Poppins', sans-serif;
    text-align: center;
    width: 200px;
    height: 200px;
    padding: 25px 15px 35px;
    margin: 0 auto;
    border: 18px solid #628900;
    border-radius: 100% 100%;
    box-shadow: inset 0 8px 10px rgba(0, 0, 0, 0.3);
}

    .counter .counter-value {
        color: #fff;
        font-size: 35px;
        font-weight: 600;
        display: block;
        margin: 0 0 25px;
    }

    .counter h3 {
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        margin: 0;
    }

    .counter.red {
        color: #e3213c;
        background: linear-gradient(to bottom, #e3213c 49%, transparent 50%);
        border-color: #e3213c;
    }

    .counter.orange {
        color: #fb8603;
        background: linear-gradient(to bottom, #fb8603 49%, transparent 50%);
        border-color: #fb8603;
    }

    .counter.blue {
        color: #1f8bc1;
        background: linear-gradient(to bottom, #1f8bc1 49%, transparent 50%);
        border-color: #1f8bc1;
    }

    .counter.purple {
        color: #9b0eaa;
        background: linear-gradient(to bottom, #9b0eaa 49%, transparent 50%);
        border-color: #9b0eaa;
    }

    .counter.blue4 {
        color: #1f8bc1;
        background: linear-gradient(to bottom, #1f8bc1 49%, transparent 50%);
        border-color: #1f8bc1;
    }

    .counter.pink2 {
        color: #f40dc2;
        background: linear-gradient(to bottom, #f40dc2 49%, transparent 50%);
        border-color: #f40dc2;
    }

    .counter.blue2 {
        color: #05bcc0;
        background: linear-gradient(to bottom, #05bcc0 49%, transparent 50%);
        border-color: #05bcc0;
    }

    .counter.purple2 {
        color: #924780;
        background: linear-gradient(to bottom, #924780 49%, transparent 50%);
        border-color: #924780;
    }

    .counter.green2 {
        color: #a3cd39;
        background: linear-gradient(to bottom, #a3cd39 49%, transparent 50%);
        border-color: #a3cd39;
    }

    .counter.purple3 {
        color: #9b0eaa;
        background: linear-gradient(to bottom, #9b0eaa 49%, transparent 50%);
        border-color: #9b0eaa;
    }

    .counter.green3 {
        color: #10b745;
        background: linear-gradient(to bottom, #10b745 49%, transparent 50%);
        border-color: #10b745;
    }

    .counter.yellow2 {
        color: #f4961a;
        background: linear-gradient(to bottom, #f4961a 49%, transparent 50%);
        border-color: #f4961a;
    }

    .counter.indigo {
        color: #6610f2;
        background: linear-gradient(to bottom, #6610f2 49%, transparent 50%);
        border-color: #6610f2;
    }

    .counter.pink {
        color: #e83e8c;
        background: linear-gradient(to bottom, #e83e8c 49%, transparent 50%);
        border-color: #e83e8c;
    }

    .counter.yellow {
        color: #ffc107;
        background: linear-gradient(to bottom, #ffc107 49%, transparent 50%);
        border-color: #ffc107;
    }

    .counter.teal {
        color: #20c997;
        background: linear-gradient(to bottom, #20c997 49%, transparent 50%);
        border-color: #20c997;
    }

    .counter.cyan {
        color: #17a2b8;
        background: linear-gradient(to bottom, #17a2b8 49%, transparent 50%);
        border-color: #17a2b8;
    }

    .counter.teal2 {
        color: #fab40a;
        background: linear-gradient(to bottom, #fab40a 49%, transparent 50%);
        border-color: #fab40a;
    }

    .counter.teal3 {
        color: #924780;
        background: linear-gradient(to bottom, #924780 49%, transparent 50%);
        border-color: #924780;
    }

@media screen and (max-width:990px) {
    .counter {
        margin-bottom: 40px;
    }
}

/*Dashboard CSS*/
.dashboardBox {
    padding: 0px 0px;
}

.dashboardBox-part {
    border-radius: 5px;
    /* padding: 5px 10px 10px 5px;*/
    padding: 15px;
    /* margin: 10px 0px;*/
    box-shadow: 0 0 0 1px #e2e5e8;
}

/* .dashboardBox-part:hover {
        box-shadow: 7px -6px 7px -4px #333;
    }*/


.btn-Shadow {
    box-shadow: 0px 0.01em 0.01em rgb(45 35 66 / 40%), 0px 0.3em 0.7em -0.01em rgb(45 35 66 / 30%), inset 0px -0.01em 0px rgb(58 65 111 / 50%);
}



.dashboardBox-part:hover .fa,
.dashboardBox-part:hover .title,
.dashboardBox-part:hover .text,
.dashboardBox-part:hover a {
    color: #FFF;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.dashboardBox-footer {
    padding: 5px 0px 0px 0px;
    margin-top: 5px;
    border-top: 1px solid #fff;
}

    .dashboardBox-footer a {
        color: #000;
    }

        .dashboardBox-footer a:hover {
            color: #fff;
            font-weight: bold;
        }

.BoxMiddle {
    margin: 0px;
    padding: 5px;
}

.divePtraBox {
    border: 1px solid #999;
    color: #333;
    border-radius: 5px 5px 0px 0px;
}

    .divePtraBox:hover {
        box-shadow: 0px 1px 7px;
    }

.box-3d {
    border: 1px solid #999999;
    -webkit-box-shadow: 0px 0px 20px #888888;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 5px 5px 20px #888888;
}

.text-3d {
    text-shadow: 2px 8px 6px rgba(0,0,0,0.2), 0px -5px 35px rgba(255,255,255,0.3);
}

.box-2d {
    border: 1px solid #999999;
    -webkit-box-shadow: 0px 0px 20px #888888;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 1px 1px 2px #888888;
}

.counterBox {
    color: #628900;
    background: linear-gradient(to bottom, #628900 49%, transparent 50%);
    font-family: 'Poppins', sans-serif;
    text-align: center;
    height: 190px;
    padding: 20px 5px 25px;
    margin: 0 auto;
    border: 18px solid #628900;
    box-shadow: inset 0 8px 10px rgba(0, 0, 0, 0.3);
}

    .counterBox .counter-value {
        color: #fff;
        font-size: 30px !important;
        font-weight: 600 !important;
        display: block;
        margin-top: 35px !important;
    }

        .counterBox .counter-value a {
            font-size: 30px !important;
            font-weight: 600 !important;
        }

    .counterBox h3 {
        font-size: 16px !important;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 1.5;
        margin: 0;
    }

    .counterBox.red {
        color: #e3213c;
        background: linear-gradient(to bottom, #e3213c 49%, transparent 50%);
        border-color: #e3213c;
    }

    .counterBox.orange {
        color: #fb8603;
        background: linear-gradient(to bottom, #fb8603 49%, transparent 50%);
        border-color: #fb8603;
    }

    .counterBox.blue {
        color: #491fe0;
        background: linear-gradient(to bottom, #491fe0 49%, transparent 50%);
        border-color: #491fe0;
    }

    .counterBox.purple {
        color: #9b0eaa;
        background: linear-gradient(to bottom, #9b0eaa 49%, transparent 50%);
        border-color: #9b0eaa;
    }

    .counterBox.blue4 {
        color: #1f8bc1;
        background: linear-gradient(to bottom, #1f8bc1 49%, transparent 50%);
        border-color: #1f8bc1;
    }

    .counterBox.pink2 {
        color: #f40dc2;
        background: linear-gradient(to bottom, #f40dc2 49%, transparent 50%);
        border-color: #f40dc2;
    }

    .counterBox.blue2 {
        color: #05bcc0;
        background: linear-gradient(to bottom, #05bcc0 49%, transparent 50%);
        border-color: #05bcc0;
    }

    .counterBox.purple2 {
        color: #924780;
        background: linear-gradient(to bottom, #924780 49%, transparent 50%);
        border-color: #924780;
    }

    .counterBox.green2 {
        color: #a3cd39;
        background: linear-gradient(to bottom, #a3cd39 49%, transparent 50%);
        border-color: #a3cd39;
    }

    .counterBox.purple3 {
        color: #9b0eaa;
        background: linear-gradient(to bottom, #9b0eaa 49%, transparent 50%);
        border-color: #9b0eaa;
    }

    .counterBox.green3 {
        color: #10b745;
        background: linear-gradient(to bottom, #10b745 49%, transparent 50%);
        border-color: #10b745;
    }

    .counterBox.yellow2 {
        color: #f4961a;
        background: linear-gradient(to bottom, #f4961a 49%, transparent 50%);
        border-color: #f4961a;
    }

    .counterBox.indigo {
        color: #6610f2;
        background: linear-gradient(to bottom, #6610f2 49%, transparent 50%);
        border-color: #6610f2;
    }

    .counterBox.pink {
        color: #e83e8c;
        background: linear-gradient(to bottom, #e83e8c 49%, transparent 50%);
        border-color: #e83e8c;
    }

    .counterBox.yellow {
        color: #ffc107;
        background: linear-gradient(to bottom, #ffc107 49%, transparent 50%);
        border-color: #ffc107;
    }

    .counterBox.teal {
        color: #5c5b5c;
        background: linear-gradient(to bottom, #5c5b5c 49%, transparent 50%);
        border-color: #5c5b5c;
    }

    .counterBox.cyan {
        color: #17a2b8;
        background: linear-gradient(to bottom, #17a2b8 49%, transparent 50%);
        border-color: #17a2b8;
    }

    .counterBox.teal2 {
        color: #f6782d;
        background: linear-gradient(to bottom, #f6782d 49%, transparent 50%);
        border-color: #f6782d;
    }

    .counterBox.teal3 {
        color: #924780;
        background: linear-gradient(to bottom, #924780 49%, transparent 50%);
        border-color: #924780;
    }

@media screen and (max-width:990px) {
    .counterBox {
        margin-bottom: 40px;
    }
}

.text-red {
    color: #e5292a !important;
}

.text-orange {
    color: #fb8603 !important;
}

.text-blue {
    color: #000000 !important;
}

.text-purple {
    color: #9b0eaa !important;
}

.text-blue4 {
    color: #1f8bc1 !important;
}

.text-pink2 {
    color: #f40dc2 !important;
}

.text-blue2 {
    color: #05bcc0 !important;
}

.text-purple2 {
    color: #924780 !important;
}

.text-green {
    color: #628900 !important;
}

.text-green2 {
    color: #a3cd39 !important;
}

.text-purple3 {
    color: #9b0eaa !important;
}

.text-green3 {
    color: #10b745 !important;
}

.text-yellow2 {
    color: #be6b00 !important;
}

.text-indigo {
    color: #6610f2 !important;
}

.text-pink {
    color: #e83e8c !important;
}

.text-yellow {
    color: #ffc107 !important;
}

.text-teal {
    color: #5c5b5c !important;
}

.text-cyan {
    color: #17a2b8 !important;
}

.text-teal2 {
    color: #f6782d !important;
}

.text-teal3 {
    color: #924780 !important;
}

.text-orange2 {
    color: #a25703 !important;
}

.text-cyan2 {
    color: #024b56 !important;
}

.text-black {
    color: #363535 !important;
}

.dashFont {
    font-size: 12px !important;
    font-weight: 600 !important;
}

.text-16 {
    font-size: 15px !important;
}

.PhotoGallerys {
    background-color: #efefef
}

.image {
    overflow: hidden;
    height: 200px;
    width: 350px;
    position: relative;
    cursor: pointer;
    margin: 20px 10px;
    box-shadow: 0 0 25px 1px rgba(0, 0, 0, .3);
    transition: .5s;
    background-color: #555
}

    .image:after {
        content: '';
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 50%;
        width: 500px;
        height: 500px;
        transform: translate(-140%, -50%);
        background-color: blue;
        opacity: 0.8;
        border-radius: 50%;
        transition: .8s
    }

    .image:hover:after {
        transform: translate(-50%, -50%)
    }

    .image:hover img {
        transform: translate(-50%, -50%) scale(1.3) rotate(20deg)
    }

.imgG {
    position: absolute;
    height: 110%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .8s
}

i {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-2000px, -50%);
    color: #fff;
    transition: .8s;
    transition-timing-function: ease-in
}

.image:hover i {
    transform: translate(-50%, -50%);
    transition-timing-function: ease
}

.dashPoint {
    font-size: 16px !important;
}

.dashPoint2 {
    font-size: 18px !important;
}

.dashNum {
    font-size: 15px !important;
    color: #337ab7 !important;
}

.btnLink {
    color: #0023ff !important;
    font-family: Verdana;
}

.border-success {
    border-color: #1d3a7c !important;
}

.btn-wrap {
    display: flex;
    background-color: #fb8603;
    padding: 10px;
    background-image: linear-gradient(360deg, #d3ae37 10%, #fb8603 100%);
    padding-bottom: 0;
}

    .btn-wrap > .btn {
        margin-right: 5px;
        margin-bottom: 0;
        font-weight: 500;
        background-color: #924780;
        color: #fff;
        padding: 5px 10px;
        line-height: 1;
        border-radius: 15px 15px 0px 0px;
        border: 1px solid #924780;
    }

        .btn-wrap > .btn > .count {
            display: inline-block;
            padding: 5px;
            border-radius: 48px;
            background-color: #000000;
            line-height: 1;
            height: auto;
            margin-left: 5px;
            font-weight: normal;
            color: #fff;
        }

.btn-wrap-sub {
    display: flex;
    background-color: #f7941d52;
    padding: 5px;
    padding-bottom: 0px;
}

    .btn-wrap-sub > .btn {
        margin-right: 5px;
        margin-bottom: 5px;
        font-weight: 500;
        background-color: #2b62ab;
        color: #fff;
        padding: 3px 16px;
        line-height: 1;
        /* border-radius: 20px; */
        border: 1px solid #2b62ab;
    }

        .btn-wrap-sub > .btn > .count {
            display: inline-block;
            padding: 5px;
            border-radius: 48px;
            background-color: #000000;
            line-height: 1;
            height: auto;
            margin-left: 5px;
            font-weight: normal;
            color: #fff;
        }

.note {
    padding: 5px !important;
}

.head-email-contact {
    left: 75rem !important;
}

.btn {
    text-transform: none !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
}

.pb-2 {
    padding-bottom: 2px !important;
}

.pt-1 {
    padding-top: 2px !important;
}

.hsmall {
    text-shadow: 2px 2px #000 !important;
    font-weight: 600 !important;
    margin-left: 6px;
}

@media only screen and (max-width: 600px) {
    .hsmall {
        font-size: 20px;
    }


    #ImageControls .carousel-item {
        height: 260px !important;
    }
}

.smalltd {
    width: 80px !important;
}




/*MY CSSSSSSS*/

/* <!-- Video slider -->  */
.Videocarousel {
    padding: 0.3em 0.3em 0;
    background: rgb(240, 240, 240);
    text-align: center;
}

    .Videocarousel div {
        position: relative;
        margin-bottom: 0.3em;
        padding-top: 56.25%;
    }

    .Videocarousel iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .Videocarousel span {
        /* display: inline-block; */
        word-spacing: 1em;
        overflow: auto;
        white-space: nowrap;
        word-wrap: normal;
    }

    .Videocarousel a {
        position: relative;
        display: inline-block;
        max-width: 120px;
        width: 25%;
        border: 1px solid blue;
        opacity: 0.7;
        text-decoration: none;
    }

        .Videocarousel a:visited,
        .Videocarousel a:nth-of-type(1) {
            border-color: #555;
        }

        .Videocarousel a:hover {
            opacity: 1;
        }

        .Videocarousel a:not(:active):focus {
            pointer-events: none;
        }

        .Videocarousel a::before {
            content: "";
            position: absolute;
            top: 0em;
            right: 0em;
            bottom: 0em;
            left: 0em;
            background: rgba(0, 0, 1, 0.1);
            transition: background 0s 9999999s;
        }

        .Videocarousel a:nth-of-type(1)::before {
            background: rgba(255, 255, 254, 0.7);
        }

    .Videocarousel span:active a::before {
        background: rgba(0, 0, 0, 0);
        transition: background 0s;
    }

    .Videocarousel span:active a:active::before {
        background: rgba(255, 255, 255, 0.7);
        transition: background 0s;
    }

    .Videocarousel img {
        max-width: 100%;
        vertical-align: middle;
    }

.badge {
    font-size: 80%;
    background-color: #03cafe !important;
}


.lh-lg {
    line-height: 36px;
}

.topbar p {
    font-weight: 500 !important;
    color: #1d3a7c !important;
    font-size: 12px !important;
}

.head-email-contact select {
    width: 108px !important;
    border: none !important;
    border-radius: 4px !important;
    font-size: 14px !important;
}

.head-email-contact btn {
    border: none !important;
    border-radius: 4px !important;
    font-size: 14px !important;
}

.Loginheader {
    margin-top: -5px !important;
    color: #fff;
    font-size: 14px;
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid;
}

/*.container-fluid {
    padding: 0 !important;
    margin: 0 !important;
}*/

.border-footer-left {
    border-left: 2px solid;
}

.border-footer-right {
    border-right: 2px solid;
}

.owl-carousel .item img {
    border-radius: 10px;
    transition: transform 0.2s linear;
}

.owl-carousel .item:hover img {
    transform: scale(1.1,1.1);
}


.owl-carousel .item {
    box-shadow: 0px 10px 20px -10px #1376c5;
    overflow: hidden;
}

.bg-info {
    background-color: #03cafe !important;
}

.bg-lightGreen {
    background: #cbfedd !important;
}

.dropdown:hover > .dropdown-menu {
    display: block !important;
    position: absolute;    
}


.one h2 {
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 5px;
}

    .one h2:before {
        width: 92px;
        height: 5px;
        display: block;
        content: "";
        position: absolute;
        bottom: 14px;
        left: 39%;
        margin-left: -14px;
        background-color: #e76f1e;
    }

    .one h2:after {
        width: 199px;
        height: 1px;
        display: block;
        content: "";
        position: relative;
        margin-top: 11px;
        left: 46%;
        margin-left: -50px;
        background-color: #b80000;
    }


.dt-button {
    background-color: transparent !important;
    border: none !important;
    padding: 0.3em 0.7em !important;
    background-image: none !important;
}

    .dt-button:hover {
        transform: scale(1.1);
    }

.buttons-copy {
    color: #2e86c6 !important;
    font-weight: 600;
}

    .buttons-copy::before {
        font-family: "Font Awesome 5 Free";
        content: "\f0c5";
        display: inline-block;
        padding-right: 3px;
        vertical-align: middle;
    }

.buttons-excel {
    color: green !important;
    font-weight: 600;
}

    .buttons-excel::before {
        font-family: "Font Awesome 5 Free";
        content: "\f1c3";
        display: inline-block;
        padding-right: 3px;
        vertical-align: middle;
    }



.buttons-colvis {
    color: #ce5310 !important;
    font-weight: 600;
    text-transform: capitalize;
}

    .buttons-colvis::before {
        font-family: "Font Awesome 5 Free";
        content: "\f0ae";
        display: inline-block;
        padding-right: 3px;
        vertical-align: middle;
    }


.buttons-page-length {
    color: #FFCC00 !important;
    font-weight: 600;
    text-transform: capitalize;
}

    .buttons-page-length::before {
        font-family: "Font Awesome 5 Free";
        content: "\f815";
        display: inline-block;
        padding-right: 3px;
        vertical-align: middle;
    }


div.dt-buttons {
    border: 1px solid #d4d9df;
    margin-bottom: 10px;
    border-radius: 12px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgb(232 237 255) 0px 30px 60px -30px, rgb(187 235 255) 0px -2px 6px 0px inset;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    line-height: 1.42857143 !important;
    color: #2e86c6 !important;
    text-decoration: none !important;
    background-color: #fff !important;
    border: 1px solid #ddd !important;
}



.bg-c-style {
    /* border:1px solid #999;*/
    margin-bottom: 20px;
    border-radius: 5px 5px 0px 0px;
}

.bg-c-red {
    background: linear-gradient( 45deg, #e52d27, #b31217) !important;
}

.bg-c-blue {
    background: linear-gradient(to bottom, #00b2cd 0%, #1a00fb 100%) !important;
}

.bg-c-green {
    /* background: linear-gradient( 45deg, #2ca961, #2ed88a) !important;*/
    background: linear-gradient(to bottom, #5aeda8, #148f48) !important;
}

.bg-c-yellow {
    background: linear-gradient( 45deg, #F57C00, #FFB64D) !important;
}

.bg-c-pupel {
    background: #DA22FF; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #9733EE, #DA22FF); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #9733EE, #DA22FF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}


.i-card {
    background-color: #fff;
    width: 40px !important;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    padding: 11px 0;
    font-size: 18px;
}


.hr-head {
    margin: 0;
    border: 1px solid #ffffff;
    margin-top: 2px;
}



.navbar-toggler {
    margin: 8px;
    border: 1px solid !important;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    height: 50px;
    display: flex;
    width: 50px;
    outline: black;
    background-size: 100%, 100%;
    background-image: none;
    justify-content: center;
    align-items: center;
}

    .carousel-control-next-icon:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f105";
        font-size: 44px;
        color: #fff;
        text-shadow: 2px 2px black;
    }

    .carousel-control-prev-icon:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f104";
        font-size: 44px;
        color: #fff;
        text-shadow: 2px 2px black;
    }

#ImageControls .carousel-item {
    height: 360px;
}



h3 {
    position: relative;
    text-align: center;
    font-weight: 700;
    color: #1a76aa !important;
    margin: 0px auto 20px;
    padding: 10px 40px;
}


#togglePassword {
    color: #3170a6 !important;
}

.STheme {
    display: none !important;
}

.input-group-text {
    background-image: linear-gradient(to bottom right, #1569a0, #36bce4) !important;
}

#refreshcaptcha {
    padding: 7px;
    color: #3170a6 !important;
    cursor: pointer;
    /* width: auto; */
    /*font-size: 31px;*/
}

.navbar-nav > .nav-item > a:hover, .navbar-nav > .nav-item > a.active {
    background-color: #a3c6e0 !important;
}

#login-btn {
    width: 100%;
    height: 38px;
}


.nav-item {
    font-size: 13px;
    font-weight: 700;
}

.bg_Gradiunt {
    background-image: linear-gradient(to bottom right, #1569a0, #36bce4) !important;
    background-color: #79b66f;
}

.shadow-login {
    box-shadow: 0 1rem 3rem rgb(0 0 0 / 30%) !important;
}

.Loginheader {
    /* color: #1d3a7c !important; */
    text-decoration: none;
    padding: 5px 8px;
    border-radius: 15px;
    width: 200px;
    margin: 0 10px 10px 10px;
}

.LogGroup {
    border-color: rgb(62 141 189) !important;
    left: 1px;
}



#login-btn {
    color: white;
    font-size: 1rem;
    font-weight: 600;
    margin: 20px 0px;
    border-radius: 15px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    transition: all 0.5s ease 0s;
}

    #login-btn:hover {
        transform: translateY(-4px);
        box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    }


.icon_style {
    height: 34px;
    width: 34px;
    display: grid;
    place-items: center;
    position: relative;
    border-radius: 10px;
    color: #fff;
    box-shadow: 14px 14px 28px #c3c3c3, -14px -14px 28px #fdfdfd;
}


.Loading_style {
    display: none;
    top: 20%;
    position: absolute;
    left: 50%;
}



    .Loading_style img {
        width: 100px !important;
        height: 100px;
        margin: 0px;
    }


.btn-info {
    background-color: #d0dbff !important;
    border-color: #005fbf !important;
}


.btn-danger {
    color: #fff;
    /*background-color: #ffc107 !important;*/
    border-color: #ffc107 !important;
}

.FaCheck {
    font-size: 25px;
    /* color: forestgreen; */
    height: 34px;
    width: 34px !important;
    display: grid;
    place-items: center;
    position: relative;
    border-radius: 10px;
    color: #fff;
    box-shadow: 14px 14px 28px #c3c3c3, -14px -14px 28px #fdfdfd;
    background: red;
    background: linear-gradient(45deg, #F57C00, #FFB64D) !important;
    padding: 7px;
    display: flex;
    justify-content: center;
}


/*@*MAIN WEBSITES BOXES CSS*@*/
.btn-grad {
    /* background-image: linear-gradient(to bottom right, #c2e67f, #89b744) !important;*/
    background-color: #005fbf;
    text-align: center !important;
}


.btn-grad {
    margin: 5px;
    padding: 40px 20px;
    /* text-transform: uppercase; */
    transition: 0.5s;
    background-size: 200% auto;
    color: #fff;
    /* text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); */
    box-shadow: 0 0 20px #eee;
    border-radius: 6px;
    display: inline-block;
    /* max-width: 450px; */
    font-size: 15px;
    display: grid;
    place-items: center;
    text-align: center;
    border: 1px solid #fff;
}

.ml-10 {
    margin-left: 10%;
}

.h-60vh {
    min-height: 68vh;
}

.h-55vh {
    min-height: 55vh;
}

.btn-grad:hover {
    color: white;
    text-decoration: none;
    transform: scale(1.1)
}

.min-border-bt {
    border-bottom: 3px solid #1d3a7c;
}

.height-home {
    /* align-items: center;*/
    min-height: 20vh;
    /* height: 100%;*/
}


a {
    text-decoration: none !important;
}

/*MENU SCROLL BAR CSS*/
/*.menuNav > .dropdown-menu {
    max-height: 350px;
    overflow-y: auto;
}*/

.menuNav > .dropdown-menu::-webkit-scrollbar {
    width: 10px;
}

.menuNav > .dropdown-menu::-webkit-scrollbar-track {
    background-color: #ededed;
}

.menuNav > .dropdown-menu::-webkit-scrollbar-track {
    background-color: #ededed;
}

.menuNav > .dropdown-menu::-webkit-scrollbar-thumb {
    background-color: darkgrey;
}

.w-115 {
    width: 115px !important;
}

.shadow-new {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
}

.color-main {
    color: #202020 !important;
}

.bg-lightGray {
    background: #1d3a7c !important;
    color: #ffff !important;
}

.bg-lightBlue {
    background: #c8eafc !important;
    color: #000 !important;
}

.Activity p, .Activity li {
    font-size: 13px;
    margin-left: 10px;
}

.Activity li {
    list-style: none;
    margin-left: 10px;
}

/*table TABLE BORDER CSS*/

.table-bordered {
    border: 1px solid #dee2e6 !important;
    padding: 0.5rem 0.5rem !important;
}



/*NEW TEMPLATE BADP CSS NEW TEMPLATE BADP CSS*/

.bg-Gradiunt-N {
    /* background-image: linear-gradient(270deg, #004b66,#00868a,#009376) !important;*/
    background: #2e00ce;
}
/*.bg-color {
    background: #009376!important;
}*/

.w-90 {
    width: 87%;
}

/*.carousel-indicators {
    bottom: 15px !important;
}*/

#carousel-indicators {
    bottom: -21px !important;
}




.carousel-indicators [data-bs-target] {
    width: 15px !important;
    height: 15px !important;
    border-radius: 50% !important;
}

.carousel-control-prev {
    left: -74px;
}

.carousel-control-next {
    right: -74px;
}

.ImageControlsNext {
    right: 0px !important;
}

.ImageControlsPrev {
    left: 0px !important;
}

.carousel-caption {
    font-size: 20px !important;
    width: 40%;
    height: fit-content;
    line-height: 52px;
    padding: 30px;
    position: absolute;
    bottom: 0% !important;
    left: 0% !important;
    z-index: 10;
    color: #ffffff !important;
    text-align: left;
    background: rgba(0, 0, 0, .5) !important;
    backdrop-filter: blur(0px) !important;
    text-transform: capitalize;
    font-weight: normal;
}


.carousel-fade .carousel-item {
    opacity: 0.9;
}

.carousel-item {
    transition: 3s ease-in-out !important;
}

.text-13 {
    font-size: 18px !important;
}

/*.align-self-center {
    line-height: 30px;
}*/

.text-18 {
    font-size: 18px !important;
}

.G20-Logo {
    width: 94px;
    margin-right: 10px;
    margin-left: 15px;
}




.latest-add-btn p span {
    color: #1d3a7c !important;
}

.Main-p {
    padding: 10px 0px !important;
}



.text-main {
    color: #1d3a7c !important;
}

.bg-main {
    /*    background: #1d3a7c !important;*/
    background: linear-gradient(to bottom, #0096ad 0%, #1702d1 100%) !important;
}




/*GRADIUNT ART DASHBOARD*/
#grad1 {
    background-color: #0683f4;
    border: 1px solid #999;
    margin-bottom: 20px;
    padding: 20px 15px;
    border-radius: 5px 5px 0px 0px;
    box-shadow: inset 3px 3px 17px rgb(0 0 0 / 50%);
}

#grad2 {
    background-color: #f28200;
    margin-bottom: 20px;
    padding: 20px 15px;
    border-radius: 5px 5px 0px 0px;
    box-shadow: inset 3px 3px 17px rgb(0 0 0 / 50%);
}

#grad3 {
    background-color: #f4b083;
    margin-bottom: 20px;
    padding: 20px 15px;
    border-radius: 5px 5px 0px 0px;
    box-shadow: inset 3px 3px 17px rgb(0 0 0 / 50%);
}

#grad4 {
    background-color: #9cc3e6;
    margin-bottom: 20px;
    padding: 20px 15px;
    border-radius: 5px 5px 0px 0px;
    box-shadow: inset 3px 3px 17px rgb(0 0 0 / 50%);
}

#grad5 {
    background-color: #dd67ea;
    margin-bottom: 20px;
    padding: 20px 15px;
    border-radius: 5px 5px 0px 0px;
    box-shadow: inset 3px 3px 17px rgb(0 0 0 / 50%);
}

#grad6 {
    background-color: #3c9a3e;
    margin-bottom: 20px;
    padding: 20px 15px;
    border-radius: 5px 5px 0px 0px;
    box-shadow: inset 3px 3px 17px rgb(0 0 0 / 50%);
}

.DasIcons {
    font-size: 60px;
    color: rgba(255,255,255,0.7);
}

/*.table thead th {
    background-color: #c6d9ec !important;
}*/

.text-22 {
    font-size: 22px !important;
}

.TD-Wrap {
    max-width: 120px !important;
    overflow-wrap: break-word;
}

/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

    /* Style the buttons that are used to open the tab content */
    .tab a {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
    }

        /* Change background color of buttons on hover */
        .tab a:hover {
            background-color: #ddd;
        }

        /* Create an active/current tablink class */
        .tab a.active {
            background-color: #ccc;
        }

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}


.Active {
    background: #27397b !important;
}

.btn-div-scroll {
    resize: both;
    height: 600px;
    overflow: auto;
    overflow-x: hidden;
}

.w-60 {
    width: 80%;
}

#resendButton {
    width: 200px;
    border-radius: 16px;
}


/*CSS STYLE RADIO LOGIN PAGE*/
.login-radio {
    background-color: #e3e3e3;
    padding: 2px 8px 0px;
    border-radius: 10px;
    box-shadow: 0 1rem 3rem rgb(0 0 0 / 36%) !important;
}

th {
    font-weight: bold !important;
    background: #badd94 !important;
    background-image: linear-gradient(to bottom right, #1569a0, #36bce4) !important;
    color: #fff !important;
}

.navbar-nav > li > a {
    color: #ffffff !important;
}
.dropdown-item:hover {
    
    background-color: #c8eafc !important;
}
    .h_shadow-text {
    text-shadow: 1px 1px black !important;
}

.emblemb-img {
    height: 60px;
    margin-right: 6px;
    backdrop-filter: drop-shadow(12px 24px 2px black);
}


/*NEW HOMW PAGE START HERE*/
.HomeImage {
    height: 545px;
    width: 100%;
}

.Banner-details p {
    margin-bottom: 0px;
    display: block;
}

.Banner-details {
    position: absolute;
    bottom: 0%;
    left: 1%;
    background: rgba(255, 255, 255, 0.7);
    padding: 5px 10px;
    backdrop-filter: blur(33px);
    line-height: 24px;
    /* height: 182px; */
}

.loginHBtn {
    color: #ffff;
    text-align: center;
    background: linear-gradient(to bottom, #0096ad 0%, #1702d1 100%) !important;
    margin: 5px auto 5px 0;
}

.btn-grad_home {
    padding: 7px 15px !important;
}


.bg-white {
    background: #fff !important;
}

.aboutPortal {
    background: #d9d9d9;
    padding: 10px 17px;
    border-radius: 10px;
}


.forgetBtn {
    background: #e1e1e1;
    padding: 1px 10px;
    border-radius: 9px;
    text-decoration: none !important;
    width: 200px;
    display: inline-block;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}


.emblemb {
    height: 60px;
    width: 44px;
}


/*MY CSS START HERE*/



.tempSocial ul li {
    padding: 10px;
    border: 1px solid #d1d1d1;
    margin: 5px 0;
    border-radius: 6px;
}

.latestNews .date {
    margin-bottom: 5px;
}

.date {
    color: #1569a0;
    margin: 0px;
}

.activityTicker li {
    margin-bottom: 10px;
    opacity: 1 !important;
}


.carousel-item, .carousel-item > img {
    height: 500px;
}



.text-orange {
    color: #D01E06 !important;
}


.tempSocial ul li {
    padding: 10px;
    border: 1px solid #d1d1d1;
    margin: 5px 0;
    border-radius: 6px;
}

    .tempSocial ul li a {
        font-size: 25px;
        display: flex;
        align-items: center;
    }

.boxWrap {
    position: relative;
    height: 530px;
    overflow: auto;
}

.boxWrap {
    background: #fff;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 8%);
}

.tempSocial ul li .socialText {
    font-size: 20px;
    color: #323232;
    text-decoration: none;
    line-height: 22px;
    padding-left: 15px;
}

#About-section {
    height: 300px;
    overflow: hidden;
    transition: height 0.6s ease;
}


.social-icon li{
list-style:none; float:left !important
}

.social-img {
    width: 30px;
}

/*MARQUEE SATRT HERE*/
.news-container {
    width: 350px;
    height: 385px;
    overflow: hidden;
    /* border: 1px solid #ccc;*/
    border-radius: 6px;
    font-family: 'Poppins', sans-serif;
    position: relative;
}

.news-marquee {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

    .news-marquee li {
        padding: 10px;
        background: #f7f7f9;
        border-bottom: 1px solid #ddd;
    }


.VPP-Count {
    font-size: 25px;
    /* height: 50px; */
    /* width: 50px; */
    margin: auto;
    background: #fff;
    /* box-shadow: 1px 1px 5px #ededed;*/
    /* vertical-align: -webkit-baseline-middle; */
    line-height: 50px;
    /* border-radius: 50%; */
    /* margin-bottom: 5px;*/
    color: #fff;
    font-weight: 500;
}

.VPP-Count-state {
    background: #badd94 !important;
    background-image: linear-gradient(to bottom right, #c2e67f, #89b744) !important;
    /* background-image: linear-gradient(-225deg,#473b7b,#3584a7 51%,#30d2be)!important;*/
    background-image: linear-gradient(to bottom right, #1569a0, #36bce4) !important;
}

.VPP-Count-dist {
    /*   background: linear-gradient(rgb(0, 150, 173) 0%, rgb(23, 2, 209) 100%) rgb(0, 95, 191);*/
    background-color: rgb(79, 207, 185) !important;
}

.VPP-Count-block {
    /*background: linear-gradient(rgb(0, 150, 173) 0%, rgb(23, 2, 209) 100%) rgb(0, 95, 191);*/
    background-color: rgb(79, 207, 185) !important;
}

.VPP-Count-village {
    /* background: linear-gradient(rgb(0, 150, 173) 0%, rgb(23, 2, 209) 100%) rgb(0, 95, 191);*/
    background-color: rgb(79, 207, 185) !important;
}

.mainVVP-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin-top: 5px;*/
    /*flex-wrap:wrap*/
}

    .mainVVP-details > .text-center {
        border: 1px solid #eae8e8;
        border-radius: 5px;
        padding: 0px 0px;
        width: 140px;
        /*   box-shadow: 0 1rem 1rem rgb(0 0 0 / 34%) !important;*/
        background: #fff;
        margin: 0 15px;
        border-radius: 0px 25px 0px 25px;
        overflow: hidden !important;
    }

    .mainVVP-details p:nth-child(2) {
        margin-bottom: 2px;
        margin-bottom: 2px;
        font-size: 12px;
        font-weight: bold;
        color: #fff;
    }

.height-home-shadow {
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}


.logo-Text {
    font-weight: 600;
    font-size: 15px !important;
    text-shadow: 2px 2px #000;
}

.fw-normal {
    font-weight: normal !important;
}

.login-text-logo {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 0px;
}

.headSelect > .dropdown-toggle {
    overflow: hidden;
    width: 266px;
    display: inline-block;
    font-weight: 500;
    background: #fff;
    padding: 1px 5px;
    border-radius: 4px !important;
    margin-right: -10px;
}

.w-95 {
    width: 98% !important;
}

.date-what {
    color: #000;
    font-weight: bold;
}

.what-main-p {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 600;
}

.animate-charcter {
    /* text-transform: uppercase*/;
    background-image: linear-gradient( -225deg, #231557 0%, #44107a 29%, #ff1361 67%, #fff800 100% );
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: inline-block;
    font-size: 20px;
}
/*.ext img {
    width:200px;
}*/

.readMore {
    border-radius: 6px;
    border: 1px solid;
    font-weight: 700;
    border: 2px solid #86be71;
    color: #82bb70 !important;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

.fw-bold {
    font-weight: 600;
}

.minister-name {
    /* background-image: linear-gradient(to bottom right, #badd94, #83b57f) !important; */
    color: #000;
    /* padding: 0.3em 1em; */
    /* font-size: 1.3em; */
    border-radius: 0.2em;
    width: 80%;
    padding-bottom: 5px !IMPORTANT;
    margin: auto;
    text-align: center;
    font-weight: 600;
    /* background-image: linear-gradient(to bottom right, #1569a0, #36bce4) !important; */
    padding-bottom: 0px !important;
    border: 2px solid #fff;
    box-shadow: 0.5em 0.5em 0.5em rgba(0, 0, 0, 0.3);
    background: #fff;
    color: #1a76aa !important;
}


.image-100 {
    width: 100px !important;
}

.pe-0 {
    padding-right: 0 !important;
}

.ps-0 {
    padding-left: 0 !important;
}

.tooltip-arrow {
    display: none !important;
}

.carousel_text {
    font-family: "Lexend Deca", sans-serif;
}

.headline {
    color: #fff;
    font-style: normal;
    font-weight: 500;
    line-height: 42px;
    /* letter-spacing: -.12px; */
    font-size: 1.75rem;
    text-align: center;
}

.img_box {
    /* background: #fff; */
    width: 260px;
    height: 260px;
    /* box-shadow: 0 2px 4px 0 rgba(35, 35, 47, .06), 0 6px 12px 0 rgba(35, 35, 47, .08); */
    /* border-radius: 50%; */
    object-fit: cover;
}

.text-md-end {
    text-align: right !important
}

.text-md-start {
    text-align: left !important
}

.header-bg-img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(92deg, #2b275a 14.03%, #2b275a 63.82%) !important;
}

.header-bg-img {
    position: relative;
    bottom: 0;
    right: 0;
    background-image: url(../images/Social-icon/bg-header.png);
    /* background-repeat: no-repeat;*/
    background-position: bottom;
    background-size: contain;
}



.bg-Gradiunt-VVP {
    background: linear-gradient(92deg, #63ca47 14.03%, #0788e5 63.82%) !important;
  /*  background: linear-gradient(92deg, #7bc666 14.03%, #49a7eb 63.82%) !important;*/
}

.pm_fStyle {
    font-family: "Italianno", cursive;
    font-weight: 400;
    font-style: normal;
    font-size:50px;
}

.mt-n20 {
    margin-top: -20px;
}



.pop-img > p {
    font-weight: bold;
    font-size: 14px;
    color: #72b16d;
}

.pop-img {
    background: #ffffff;
    padding: 10px;
    margin-top: 10px;
    height: 250px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

    .pop-img > img {
        max-height: 170px;
        width: 100%;
    }

.Homelogins {
    background: linear-gradient(to bottom right, #a8d477, #72b16d) !important;
}

.VVP-logo {
    font-size: 25px;
    /* font-weight: 800; */
    /* line-height: 120px; */
    /* background: linear-gradient(to right bottom, rgb(68 60 130), rgb(70 64 125)); */
    /* -webkit-background-clip: text; */
    /* background-clip: text; */
    color: #fff;
    margin-bottom: 0;
    /* text-align: center; */
    /* box-shadow: 5px 5px; */
   
        margin-left: 3px;
}

.text-blue-m {
    color: #fff !important;
    font-weight: 600;
    font-size: 15px;
   /* background: #e4fddb;*/
}



.main-logo-Text {
    color: #fff !IMPORTANT;
    padding-left: 7px;
    line-height: 20px;
    /* background: #e4fddb*/;
}





@media (min-width: 768px) {
    .float-md-end {
        float: right !important;
        flex-wrap: wrap;
    }
}

@media screen and (max-width:767px) {
    .flex-middle {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }

    .header-bg-img {
        background-repeat: no-repeat;
    }

    .align-items-mob-center {
        align-items: center !important;
    }

    .btn-grad {
        text-align: center;
        border: 1px solid #1d0176;
        box-shadow: 2px 2px 2px #000000 !important;
    }

    .VVP-logo {
        margin-top: 0;
        line-height: 38px;
    }

    .text-md-end, .text-md-start {
        text-align: center !important;
    }

    .justify-mob-center {
        justify-content: center;
        text-align: center;
        padding: 0 15px;
    }

    .flex-mob-wrap {
        flex-wrap: wrap !important;
    }

    #sliders {
        height: auto;
    }



    .carousel-item, .carousel-item > img {
        height: 109px;
        overflow: hidden;
    }

    .head-email-contact {
        left: 0rem !important;
        z-index: 99999 !important;
    }

    .navbar > .container, .navbar > .container-fluid {
        justify-content: flex-start !important;
    }

    body {
        overflow-x: hidden !important;
    }

    .carousel-control-next {
        display: none;
    }

    .carousel-caption {
        font-size: 15px !important;
        width: 70% !important;
        line-height: 20px !important;
        padding: 10px !important;
    }

    .Wrapper {
        padding: 26px 0px !important;
    }

    .carousel_text {
        font-size: 14px !important;
    }

    h3 {
        padding: 0 !important;
    }


    .logPx {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .login_container {
        padding: 0 0;
    }

    .head-email-contact {
        text-align: center;
        left: 0rem !important;
        margin: 0;
        z-index: 9;
        /* position: inherit !important; */
        background: #1d3a7c;
        top: 30px;
    }

    .topbar1 {
        width: 100% !important;
    }

    .border-footer-left {
        border: none
    }

    .latest-add-btn {
        margin: 0;
    }

    .logo-top-main {
        width: 100%;
        margin: 0 0 0 0;
        position: relative;
        display: flex;
    }

    .navbar-nav > .nav-item {
        border-right: none !important;
    }

    .nav-item:first-child {
        border-left: none !important;
    }

    .border-footer-right {
        border-right: none !important;
    }

    .w-mob-100 {
        width: 100% !important;
        margin: 5px 0;
    }

    .Mob_wel-header {
        display: flex;
        padding: 10px;
        justify-content: center;
        align-items: center;
    }

    .w-90 {
        width: 100% !important;
    }

    .G20-Logo {
        width: 65px !important;
        margin-right: 2px !important;
        margin-left: 4px !important;
    }

    .m-mob-0 {
        margin: 0px !important;
    }

    .mainVVP-details > .text-center {
        margin-bottom: 12px;
        width: 38%;
    }

    .navbar-toggler {
        margin: 8px;
        border: 1px solid !important;
        color: #2a31c3;
        background: #aae5f1;
    }

        .navbar-toggler > span {
            color: #2a31c3 !important;
        }

    .justify-md-content-end {
        justify-content: end !important;
    }

    .carousel-item > img {
        height: auto;
    }

    .mainVVP-details {
        justify-content: center;
        flex-wrap: wrap !important;
    }

    .w-18 {
        width: 95% !important;
    }
}


.highcharts-credits {
    display: none !important;
}
