* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
}




:root {
    /*--BgGradiunt: linear-gradient(to top, #2f5b70, #2a62af);*/
    /*--BgGradiunt: linear-gradient(to right, #2f96d0,#104ba4);*/
    --BgGradiunt: linear-gradient(to right, #d4bb7f, #6D6027);
    --textShadow: 1px 1px deeppink;
}


body {
    overflow-x: hidden;
}

a {
    color: #706229 !important;
    text-decoration: none;
    background-color: transparent;
}


.main-color {
    color: #938147 !important;
}

.btn-success {
    color: #fff !important;
}

.btn_Gradient {
    background: linear-gradient(to right, #d4bb7f, #6D6027);
    color: #fff !important;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5), 7px 7px 20px 0px rgba(0, 0, 0, .1), 4px 4px 5px 0px rgba(0, 0, 0, .1);
    outline: none;
    height: 40px !important;
}

.btn {
    transition-delay: 0.3s;
}

    .btn:hover {
        color: #fff !important;
        text-decoration: none;
        transform: translateY(-2px);
        transition-delay: .6s;
    }

.container {
    max-width: 1450px !important;
}

.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;
    }
    .nav-link-list li {
        margin-left: 0 !important;
    }
    .nav-link {
        border-right:none!important;
    }
}

/*Dashboard CSS*/
.dashboardBox {
    padding: 0px 0px;
}

.dashboardBox-part {
    border-radius: 5px;
    padding: 5px 10px 10px 5px;
    margin: 10px 0px;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.35);
}

    .dashboardBox-part:hover {
        background: #1CC09F !important;
    }

        .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;
    }

    .navbar-toggler {
        margin: 5px !important;
        border-color: rgba(255,255,255,.7) !important;
    }
}

.text-red {
    color: #e3213c !important;
}

.text-orange {
    color: #fb8603 !important;
}

.text-blue {
    color: #491fe0 !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: 17px !important;
    font-weight: 600 !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;
}

.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;
        }

.note {
    padding: 5px !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;
}


.HomeHeading {
    position: relative;
    margin-bottom: 30px;
}

    .HomeHeading:before {
        position: absolute;
        content: '';
        top: 2px;
        left: -85px;
        width: 80px;
        background: url(../images/left-arrow.png);
        height: 32px;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .HomeHeading:after {
        position: absolute;
        content: '';
        top: 2px;
        right: -85px;
        width: 80px;
        background: url(../images/right-arrow.png);
        height: 32px;
        background-size: 100%;
        background-repeat: no-repeat;
    }


/*
    MY CSS*/

.btn:focus {
    box-shadow: none;
}

.bg-light {
    background-color: #f4f6f8 !important;
}

.bg-color-light {
    background: #e1e1e1 !important;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

a {
    text-decoration: none;
}

.Hedaicon {
    border-right: 1px solid grey;
    text-align: left;
    padding-right: 9px;
    width: auto !important;
}

.fab {
    color: #2885c6;
    padding: 0 8px;
    border-right: 1px solid #6b7987;
    transition-delay: 0.2s;
}

    .fab:hover {
        transform: scale(1.2);
    }

.top-heder {
    border-bottom: 1px solid #c4c4c4;
    /* background: #0e4d92;*/
    /*background-image: linear-gradient(to right, #2f96d0,#104ba4);*/
    background-color: #f6f1f0;
    z-index: 999;
    padding: 5px;
}

.font-size-sm {
    font-size: 11px;
}

/*Nav links */

.nav-link-list li {
    list-style: none;
    margin-left: 18rem;
}

.nav-link-list a:hover {
    text-decoration: none !important;
}

.nav-link-list .nav-link-login {
    text-transform: capitalize;
    font-weight: 700;
    color: #6D6027;
}

.nav-link-list .nav-icon-link {
    font-size: 20px;
}

.link-margin {
    margin-left: 24.5rem !important;
}

.border-right {
    border-right: 1px solid #787f85 !important;
}

.bg-color {
    background: #0e4d92;
}

.bg-color2 {
    background: #6D6027;
    background: linear-gradient(to right, #d4bb7f, #6D6027);
}

.Lbtn {
    color: #fff;
    transition: 0.2s;
    cursor: pointer;
}

    .Lbtn:hover {
        color: #0e4d92;
        background-color: #fff;
        border: none;
        padding: 5px 10px;
        border-radius: 4px;
    }

.LogoText1 {
    color: #212529;
    text-shadow: 1px 1px #c8a8b9;
    font-size: 18px;
    display: inline-block;
}

.LogoText3 {
    font-size: 16px !important;
    color: #212529;
    text-shadow: 1px 1px #c8a8b9;
    display: inline-block;
}

.nav-link {
    color: #fff !important;
    transition: 0.2s;
    border-right: 1px solid #fff;
}

.NominateFont {
    text-shadow: 1px 1px #ff4e00;
}

.nav-link:hover {
    box-shadow: inset 0 0 0 2em #9fa050;
    border-color: #0e4d92;
}

.nav-link:nthchild(5):hover {
    text-decoration: none !important;
}

.dropdown-menu {
    position: absolute !important;
    /*top: 98% !important;*/
    /* right:0!important;*/
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #ffffff !important;
    box-shadow: inset 0 0 0 2em #9fa050;
}

.dropdown-item {
    color: #71632a !important
}

.dropdown:hover > .dropdown-menu {
    display: block !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: #a18b64;
        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: #a18b64;
        text-shadow: 2px 2px black;
    }

h3 {
    position: relative;
    /* margin: 0 auto 20px;*/
    /* padding: 10px 40px;
    text-align: center;*/
    color: #958349 !important;
    font-weight: 700 !important;
}


.Heading_style:before {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 35%;
    left: 63%;
    margin-left: -30%;
    height: 2px;
    content: "";
    background-color: #d9a44a;
    z-index: 4;
}

.Heading_style:after {
    position: absolute;
    width: 40px;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    bottom: 10px;
    content: "\f06e";
    font-size: 20px;
    line-height: 40px;
    color: #d9a44a;
    font-weight: 400;
    z-index: 5;
    display: block;
    background-color: transparent;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.svg-inline--fa.fa-w-16 {
    width: 1em;
}

.card-body ul li {
    list-style: none;
    text-align: left;
    display: flex;
    align-items: baseline;
}

.bg-footer {
    background-color: #a49056;
    padding: 20px 0 30px;
    background: linear-gradient(to right, #d4bb7f, #6D6027);
}

.footer-heading {
    letter-spacing: 2px;
}

.footer-link a {
    color: #acacac;
    line-height: 40px;
    font-size: 14px;
    transition: all 0.5s;
}

    .footer-link a:hover {
        color: #1bbc9b;
    }

.contact-info {
    color: #acacac;
    font-size: 14px;
}

.footer-social-icon {
    font-size: 15px;
    height: 34px;
    width: 34px;
    line-height: 34px;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
}

.facebook {
    background-color: #4e71a8;
    color: #ffffff;
}

.twitter {
    background-color: #55acee;
    color: #ffffff;
}

.google {
    background-color: #d6492f;
    color: #ffffff;
}

.youtube {
    background-color: #f80000;
    color: #ffffff;
}

.footer-alt {
    color: #ffffff;
}

.footer-heading {
    position: relative;
    padding-bottom: 12px;
}

    .footer-heading:after {
        content: "";
        width: 25px;
        border-bottom: 1px solid #fff;
        position: absolute;
        left: 0;
        bottom: 0;
        display: block;
        border-bottom: 1px solid #fa8a19;
    }

/*.border-footer-right {
    border-right: 2px solid;
}

.border-footer-left {
    border-left: 2px solid;
}*/

.shadow-lg-none {
    box-shadow: none !important;
}

.shadow-lg-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.Unique-Features-box {
    backdrop-filter: blur(5px);
    max-width: 32% !important;
    border-radius: 0.35em;
    box-shadow: inset 3px 3px 17px rgb(0 0 0 / 50%);
    border-top: 5px solid #958349 !important;
}

    .Unique-Features-box img {
        margin-top: 2rem;
        width: 12%;
    }

    .Unique-Features-box h4 {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-top: 1rem;
        font-weight: 900;
        color: #958349;
    }

.wrapper {
    padding: 30px 50px;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    /* width: 450px; */
}

    .wrapper form {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    .wrapper h1 {
        color: #0e4d92;
        margin-bottom: 20px;
    }

    .wrapper p {
        font-size: 0.75rem;
        color: #0e4d92;
        margin-bottom: 40px;
    }

.pass-icon {
    display: flex;
    position: relative;
    width: 100%;
}

#email,
#password {
    width: 100%;
    height: 40px;
    border-radius: 15px;
    padding-left: 15px;
    border: 1px solid #0e4d92;
    margin-bottom: 25px;
    position: relative;
}

.pass-icon img {
    width: 25px;
    position: absolute;
    align-self: center;
    top: 27%;
    right: 0;
    margin-right: 10px;
    filter: opacity(0.3);
}

.wrapper a {
    text-decoration: none;
    color: #0e4d92;
    font-size: 0.75rem;
    text-align: right;
    margin-right: 15px;
    display: block;
}

#password {
    margin-bottom: 10px;
}

#login-btn {
    width: 100%;
    margin: 20px 0;
    height: 40px;
    border-radius: 15px;
    border: none;
    background: linear-gradient(to right, #d4bb7f, #6D6027);
    color: white;
    font-size: 1rem;
    font-weight: 600;
    transition: 0.5s;
}

.wrapper span {
    text-align: center;
    position: relative;
}

.or {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-content: center;
    color: #0e4d92;
    margin-bottom: 20px;
    font-size: 0.8rem;
}

    .or hr {
        width: 40%;
        height: 1px;
        background-color: #0e4d92;
        border: none;
        align-self: center;
    }

.google-btn {
    height: 40px;
    border: 1px solid #0e4d92;
    border-radius: 15px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    margin-bottom: 20px;
    color: #0e4d92;
    transition: 0.5s;
}

    .google-btn img {
        width: 20px;
        margin-right: 10px;
    }

.register {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.register-btn {
    height: 25px;
    padding: 5px 15px;
    display: flex;
    align-items: center;
    font-size: 0.75rem;
    font-weight: bold;
    background-color: white;
    border: 1px solid #0e4d92;
    border-radius: 10px;
    color: #0e4d92;
    transition: 0.5s;
}

.register p {
    margin: 0 11px 0;
}

/* button:hover,
#login-btn:hover {
  transform: scale(1.1);
} */

.Catpcha {
    height: 40px;
    border-radius: 15px;
    padding-left: 15px;
    border: 1px solid #0e4d92;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
}

::placeholder {
    color: #0d4889;
}

.Catpcha span {
    width: 20%;
    border-right: 1px solid #0e4d92;
    background-color: #0d4889;
    color: #fff;
}

.Catpcha input {
    width: 80%;
    border: none;
    padding: 0 24px;
    background: transparent;
}

/* MEDIA STTART */
@media screen and (max-width: 767px) {
    .mr-mob-2 {
        padding-left:0rem!important;
    }
    .nav-link {
        border-right: none !important;
    }
    .w-sm-100px {
        width:100px!important;
    }
    .nav-link-list li {
      margin-left: 0!important; 
    }
    .padding-sm-0 {padding:0px!important
    }
    .navbar-toggler {
        margin: 5px!important;
        padding: 0.05rem 0.75rem !important;
        border: 1px solid #fff !important;
    }
    .CourtName {
        padding: 5px 20px 0 14px!important;
    }

    .logo-top-main {
        margin: 0.5rem 0 0 0 !important;
    }


    .border-footer-right {
        border-right: none;
    }

    h2 {
        font-size: 1.5rem;
    }

    .border-footer-left {
        border-left: none;
    }

    .nav-link {
        border-right: none;
    }

    .Unique-Features-box {
        max-width: 90% !important;
        margin-bottom: 20px;
    }

    .wrapper {
        padding: 30px 0px;
    }

    .Unique-Features-box img {
        margin-top: 2rem;
        width: 19%;
    }

    .LogGroup {
        left: 1px;
    }

        .LogGroup img {
            width: 31%;
            height: 100%;
        }

    .mainFooter {
        position: static !important;
    }

    #back-to-top {
        right: 0% !important;
    }

    h3 {
        padding: 10px;
    }


    .px-mb-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .dashFont {
        font-size: 18px !important;
    }


    .btnLink {
        font-size: 20px !important;
        line-height: 48px !important;
    }

    /* MEDIA END */
}



@media screen and (max-width:1200px) {
    .wrapper {
        padding: 30px 0px;
    }

    body {
        overflow-x: hidden !important;
    }

    .border-footer-md-left {
        border-left: 2px solid;
    }


    .mainFooter {
        position: absolute;
        bottom: -23px;
        width: 100%;
    }
}

.carousel-control-prev,
.carousel-control-next {
    background: none !important;
    outline: none !important;
    border: none !important;
}

#back-to-top {
    border: none;
    display: none;
    position: relative;
    right: 10%;
    background: #70632a;
}


.LogGroup {
    width: 100%;
    height: 39px;
    border-radius: 9px;
    /* padding-left: 15px; */
    /*   border: 1px solid #75672d;*/

    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
}

.Heading_style {
    color: #d9a44a;
    text-transform: uppercase;
    text-shadow: 2px 2px 0px #c6b6b6, 5px 5px 0px rgb(0 0 0 / 20%);
}



.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;
    }




.table > thead > tr > th {
    font-weight: bold !important;
    font-size: 14px !important;
    white-space: nowrap !important;
    background-image: var(--BgGradiunt) !important;
    COLOR: #FFF !IMPORTANT;
    box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%), 7px 7px 20px 0px rgb(0 0 0 / 10%), 4px 4px 5px 0px rgb(0 0 0 / 10%);
    outline: none;
}

.table td, .table th {
    border: 1px solid #c6cdd0 !important;
}

.Tble-eye {
    width: auto;
    /*   font-size: 33px;*/
    margin-top: 15px;
    padding: 8px;
    color: #fff;
    border-radius: 8px;
    box-shadow: 1px 1px #2c90cc;
    transition-delay: 0.4s;
    transition: all linear;
}


.btn-primary {
    color: #fff !important;
    background-color: #87773d;
    border-color: #87773d;
}


div.dt-buttons {
    border: 1px solid #d4d9df;
}

/*.dataTables_paginate {
    border: 1px solid #d4d9df;
    padding-top:0!important;
}*/

.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;
}


.table > thead {
    border: 1px solid #dee2e6 !important;
    font-weight: bold !important;
}

.Back_Img {
    background: url(../images/BackgroundIMG.png);
    background-attachment: fixed;
    background-size: cover;
}


.Back_Footer {
    background-color: rgb(129 113 56);
    background-image: linear-gradient(to left bottom, #6e6128, #7f7037, #817138, #86773d, #6e6128);
}




/*.form-control {
    appearance: none !important;
    width: 100% !important;
    margin: 0 15px !important;
    height: 35px;
    padding: 5px 15px !important;
    border-radius: 5px !important;
    outline: none !important;
    border: none !important;
    background: #e8ebed !important;
    color: #576366 !important;
    font-size: 14px !important;
    box-shadow: inset 3px 3px 17px rgb(0 0 0 / 20%)!important;
}

*/



#togglePassword {
    display: inline;
    position: absolute;
    cursor: pointer;
    top: 10px;
    right: 10px;
    color: #958349 !important;
}

#togglePassword-wrap {
    position: relative;
}

.input-group-text {
    color: #ffffff !important;
    background-color: #958349 !important;
    border: 1px solid #958349 !important;
}



.form-control-Form {
    border: none;
    font-size: 16px;
}

::placeholder {
    color: #213d7e !important;
    font-size: 16px;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.575) !important;
}

.rounded-left {
    border-radius: 20px 0 0 20px !important;
}

.rounded {
    border-radius: 1.25rem !important;
}


.DasIcons {
    /* color: rgba(0,0,0,0.25); */
    font-size: 60px;
    color: rgba(255,255,255,0.7);
}

.DasIconsB {
    color: rgba(0,0,0,0.25);
    font-size: 60px;
}

.hr {
    border: none;
    height: 20px;
    width: 90%;
    height: 50px;
    margin-top: 0;
    border-bottom: 1px solid #1f1209;
    box-shadow: 0 20px 20px -20px #333;
    margin: -50px auto 10px;
}

#grad1 {
    background-color: #6D6027; /* For browsers that do not support gradients */
    background: linear-gradient(to right, #d4bb7f, #6D6027);
    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: #28a745; /* For browsers that do not support gradients */
    background-image: linear-gradient(to right, #21bf06, #00c456, #00c784, #00c9a7, #00c8bf);
    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: rgba(255, 0, 161, .8); /* For browsers that do not support gradients */
    /*background-image: linear-gradient(to bottom right, #87f687,white);*/
    background: linear-gradient(-45deg, rgba(246, 255, 0, .8), rgba(255, 0, 161, .8));
    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: #ffc107; /* For browsers that do not support gradients */
    background: linear-gradient(to top, #f76b1c, #fad961);
    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: #3023ae; /* For browsers that do not support gradients */
    background: linear-gradient(to right, #3023ae, #c86dd7);
    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: #dc3545; /* For browsers that do not support gradients */
    background-image: linear-gradient(to right, #dc3545, #d22d3c, #c92533, #bf1c2a, #b51121);
    margin-bottom: 20px;
    padding: 20px 15px;
    border-radius: 5px 5px 0px 0px;
    box-shadow: inset 3px 3px 17px rgb(0 0 0 / 50%);
}

#grad7 {
    background-color: red; /* For browsers that do not support gradients */
    background-image: linear-gradient(to bottom right, turquoise,white);
    margin-bottom: 20px;
    padding: 20px 15px;
    border-radius: 5px 5px 0px 0px;
    box-shadow: inset 3px 3px 17px rgb(0 0 0 / 50%);
}
#grad8 {
    background: #43cea2; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #185a9d, #43cea2); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #185a9d, #43cea2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        margin-bottom: 20px;
    padding: 20px 15px;
    border-radius: 5px 5px 0px 0px;
    box-shadow: inset 3px 3px 17px rgb(0 0 0 / 50%);
}
#grad9 {
    background-color: #FFE53B;
    background-image: linear-gradient(147deg, #FFE53B 0%, #FF2525 74%);
    margin-bottom: 20px;
    padding: 20px 15px;
    border-radius: 5px 5px 0px 0px;
    box-shadow: inset 3px 3px 17px rgb(0 0 0 / 50%);
}
.text-black {
    color: black;
}

.Admin_Box {
    border: 1px solid #999;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-radius: 5px 5px 0px 0px;
    background-color: mintcream;
}

.BoxMiddle {
    min-height: 70px;
    height: auto;
}


h1 {
    position: relative;
    padding: 0;
    margin: 0;
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    font-size: 40px;
    color: #080808;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

    h1 span {
        display: block;
        font-size: 0.5em;
        line-height: 1.3;
    }

    h1 em {
        font-style: normal;
        font-weight: 600;
    }





.file-input__input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.file-input__label {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    font-size: 14px;
    padding: 10px 12px;
    background-color: #2f96d0;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
}

    .file-input__label svg {
        height: 16px;
        margin-right: 4px;
    }


.form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-color: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}


.loadingImg {
    display: none;
    top: 20%;
    position: absolute;
    left: 50%;
}

    .loadingImg img {
        width: 100px !important;
        height: 100px;
        margin: 0px;
    }



.loadingSTyle {
    display: none;
    top: 20%;
    position: absolute;
    left: 50%;
}

    .loadingSTyle img {
        width: 100px !important;
        height: 100px;
        margin: 0px;
    }

input[type="checkbox"],
input[type="radio"] {
    accent-color: #72652b !important;
}

.cly-shadow {
    box-shadow: inset 2px 2px 11px 6px rgba(255, 255, 255, .5), 17px 7px 23px 0px rgba(0, 0, 0, .3), 3px 3px 0px 0px rgba(0, 0, 0, .3) !important;
    outline: none;
}

.CheckBox {
    width: 36px !important;
    height: 22px !important;
}

.MBtn {
    margin-top: 28px !important;
}

#ddlStatus {
    /* border-color: #7a6b32 !important;
    color: #7a6b32 !important;*/
    border-color: #7a6b32 !important;
    color: #fff !important;
    background: linear-gradient(to right, #d4bb7f, #6D6027);
    box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%), 7px 7px 20px 0px rgb(0 0 0 / 10%), 4px 4px 5px 0px rgb(0 0 0 / 10%);
    outline: none;
    height: 40px;
    border-radius: 0.25rem rem;
    text-align: center;
}
    #ddlStatus option{
        color: #7a6b32 !important;
    }

    .note-primary {
        background-color: #e1ecfd;
        border-color: #257ec2 !important;
        color: #257ec2 !important;
    }

.SecColor {
    color: #9f8d66 !important;
}

.text-Blue {
    color: #6d6027 !important;
}


.backLoging {
    background-image: url(../../Content/images/logInBGFS1.jpg);
    background-size: cover;
    background-position: center;
}

.SecColorU a {
    color: #9f8d66 !important;
}


#accordion .panel-title a {
    background: #dee2e6 !important;
}

.status-margin {
    margin-top: 2.5rem !important;
}

/*.PanelSTyle {
    height: 270px!important;
    overflow: auto;
}


    .PanelSTyle::-webkit-scrollbar {
        width: 23px;
    }

    .PanelSTyle::-webkit-scrollbar-track {
        background: #dcdde0;
        border-left: 9px solid white;
        border-right: 9px solid white;
    }

    .PanelSTyle::-webkit-scrollbar-thumb {
        background: #dcdde0;
        border-left: 7px solid white;
        border-right: 7px solid white;
    }*/


.Tble-eye:hover {
    transform: scale(1.2)
}

.table.dataTable thead th, table.dataTable thead td {
    /* padding: 0px 15px !important; */
    border-bottom: 0px solid #111 !important;
    background-image: var(--BgGradiunt) !important;
    COLOR: #FFF !IMPORTANT;
    box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%), 7px 7px 20px 0px rgb(0 0 0 / 10%), 4px 4px 5px 0px rgb(0 0 0 / 10%);
    outline: none;
}

.TregisName {
    width: 100%;
    background: #95a5a6;
    border-radius: 8px;
}


    .TregisName:hover {
        background-color: #95a5a6 !important;
        color: black !important;
    }

input[type="checkbox"] {
    width: 15px !important;
    height: 15px !important;
}


#accordion .panel-body td {
    font-weight: 500 !important;
}


table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
    font-weight: 500 !important;
}

#login-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0px 9px 14px #d4bb7f !important;
}

#accordion .panel-title a.collapsed:before {
    color: #6e6128 !important;
}


button:focus {
    outline: none !important;
}


.b-emblem-image {
    height: 75px;
    width: 43px;
    /* margin-top: 10px; */
}

.heightBanner {
    max-height: 674px;
    height: 100%;
}


.carousel-item {
    max-height: 505px;
    height: 100%;
}


#accordion .panel-body {
    /* background-image: url('../images/minus.jpg');*/
    height: 400px;
    overflow: auto;
}

.dt-buttons .btn-group {
    position: fixed;
}

.PanelSTyle .dataTables_filter {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.ScrollDiv {
    max-height: 450px;
    height: 100%;
    overflow: auto;
}


.newaccordion .card .card-header h5 {
    background-image: url('../../content/images/arrow-up_2.png');
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    background-size: 20px;
    cursor: pointer;
    font-size: 18px;
}

.newaccordion .card .card-header.collapsed h5 {
    background-image: url('../../content/images/arrow-down_1.png');
}

.form-scroll-field {
    height: 74px;
    overflow-y: auto;
    border: 1px solid #ced4da;
    padding: 5px;
}

.drp {
    resize: vertical;
}

.btn-primary-sec:hover {
    color: #fff !important;
    background-color: #87773d;
    border-color: #87773d;
}


.Border-Visit {
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 0 8px;
}



.CourtName{
    color: #fff;
    font-size: 13px;
    white-space: nowrap;
    padding: 0 20px 0 0;
}


.w-29 {
    width: 29% !important;
}
#ddlStatu 
{
    border: 1px solid #8a7a40;
    color: #64540e;
    border-radius: 4px;
}

/*.btn-position {
    position: relative;
    top: -20px;
}*/

.w-95 {
    width: 95%!important;
}


.top-N10 {
    position: relative;
    margin-bottom: 10px;
    display: inline-block;
}
