@import url('style.css');

* {
    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(290deg,#338c42,#f7941d);
    --textShadow: 1px 1px deeppink;
}

body {
    overflow-x: hidden;
}

a {
    color: #fff !important;
    text-decoration: none;
    background-color: transparent;
}


.main-color {
    color: #938147 !important;
}

.btn-success {
    color: #fff !important;
}

.btn_Gradient {
    background: var( --BgGradiunt);
    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: 1550px !important;
}

.container-HOME {
    max-width: 1140px !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;
    }
}

/*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;
    }
}

.text-red {
    color: #e3213c !important;
}

.text-orange {
    color: #fb8603 !important;
}

.text-blue {
    color: #f59b31 !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;
}

.border-right {
    border-right: 1px solid #787f85 !important;
}

.bg-color {
    background: #0e4d92;
}

.bg-color2 {
    background: #c09127;
    background: linear-gradient(to right, #fa971d, #329145);
}

.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: 26px;
    display: inline-block;
}

.LogoText3 {
    font-size: 20px !important;
    color: #212529;
    text-shadow: 1px 1px #c8a8b9;
    display: inline-block;
}

.nav-link {
    color: #fff !important;
    transition: 0.2s;
    font-weight: 700;
    margin-right: 30px;
}

.NominateFont {
    text-shadow: 1px 1px #ff4e00;
}

.nav-link:hover {
    border-color: #c09127;
}

.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 #c09127;
}

.dropdown-item {
    color: #c09127 !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: #ba9126 !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 75px;
}

    .wrapper h3 {
        margin-top: 30px !important;
        color: #222 !important;
        font-weight: 600 !important;
        text-transform: uppercase;
        font-size: 20px;
    }

    .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: 450px;
    margin: 20px 0;
    height: 40px;
    border-radius: 15px;
    border: none;
    /* background: #f59b31 !important;*/
    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: #ededed;
}*/

    .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;
    }

.h-435 {
    height: 435px;
}
/* MEDIA STTART */
/*
@media screen and (max-width: 412px) and (min-width: 412px) {
    #btnSubmit {
        margin-bottom: 0px !important;
    }
}*/
@media screen and (max-width: 767px) {
    .contecnt {
        display: none;
    }

    .footer-top .widget-title {
        margin-bottom: 13px !important;
        margin-top: 30px !important;
    }

    .solution_cards_box .solution_card {
        flex: 0 80% !important;
    }

    .Support-sec {
        height: auto !important;
    }

    .contact-us {
        margin: 16px 0;
    }

    .Support-sec h2 {
        font-size: 23px !important;
        line-height: normal !important;
        margin-left: 0 !important;
    }

    .Support-sec .ImageG {
        transform: none !important;
        width: 100%;
    }

    .Login-btn {
        color: #fff !important;
        background: #f3a74f !important;
        border-radius: 9px;
        padding: 5px 34px !important;
        margin-left: 0px !important;
        display: inline-block !important;
    }

    .logo {
        padding-left: 0px !important;
    }

    .ml-100 {
        margin-left: 0px !important;
    }

    #Login-btn {
        color: #fff !important;
    }

    .nav-link {
        color: #fff !important;
    }

    .Nav-bg img {
        max-width: 40%;
    }

    .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: 25px !important;
        line-height: 48px !important;
        font-weight: bolder;
    }

    .Heading_style {
        padding-top: 0px !important;
        font-size: 23px;
        text-shadow: 1px 1px 0px #c6b6b6, 3px 2px 0px rgb(0 0 0 / 20%);
    }


    .dropdown-menu {
        right: auto !important;
    }

    #login-btn {
        width: 250px;
    }
    /* 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%;
    border-radius: 9px;
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
}

/*.captcha-align {
    padding: 1rem 1.4rem;
}*/

.captcha-group {
    border: 1px solid #ced4da !important;
}

    .captcha-group img {
        width: 40% !important;
        height: 85%;
    }

.captcha-bg {
    background: #f5f5f5 !important;
    height: 45px;
}

.enter-captcha {
    height: 85% !important;
    width: 20% !important;
    background: #ffffff !important;
    margin: 0 auto !important;
    border: 1px solid #ced4da !important;
    border-radius: 3px !important;
}

.refresh-btn {
    border-radius: 3px !important;
    margin-left: 10px !important;
    color: #ffffff !important;
    background: #f1ad5d !important;
    padding: -9.55rem .5rem;
    width: 12% !important;
    height: 70% !important;
    margin: -76px 5px !important;
    transition: all 0.3s ease-in-out;
    display: grid;
    place-items: center;
    cursor: pointer;
}

    .refresh-btn:hover {
        background: #6c63ff;
    }

.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-csv {
    color: #0db805 !important;
    font-weight: 600;
}

    .buttons-csv::before {
        font-family: "Font Awesome 5 Free";
        content: "\f1c3";
        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;*/
    background-color: #ffa900 !important;
    COLOR: #000 !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 {
    background: #c09127;
    border-color: #c09127;
    border-radius: 40px;
    padding: 0.45rem 0.5rem;
}

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: #495057 !important;
    margin-right: 15px;
}

#togglePassword-wrap {
    position: relative;
}

.input-group-text {
    color: #495057 !important;
    background-color: #ffffff !important;
    border: 1px solid #ced4da !important;
    padding: 10px 8px;
    border-radius: 0px !important;
}


.input-margin {
    margin-right: 10px;
}


.input-style {
    background: #ffffff !important;
    border: 1px solid #ced4da !important;
    border-left: none !important;
}


.form-control-Form {
    border: none;
    font-size: 16px;
}

::placeholder {
    color: #495057;
    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 {
    border: 1px solid rgba(0, 0, 0, 0.125);
    margin-bottom: 20px;
    padding: 7px 11px;
    border-radius: 5px 5px 0px 0px;
    height: 180px;
    /* box-shadow: rgb(50 50 93 / 25%) 0px 25px 22px 0, rgb(0 0 0 / 21%) 0px 0px 23px 0px, rgb(10 37 64 / 32%) 0px -2px 6px 0px inset;
*/
}




.iconDashboard {
    background-image: linear-gradient(290deg,#338c42,#f7941d);
    padding: 15px;
    border-radius: 5px;
    font-size: 65px;
    margin-left: 11px;
    width: 60px !important;
}

.iconDashboardPending {
    background-color: #ff0000 !important;
    padding: 15px;
    border-radius: 5px;
    font-size: 65px;
    margin-left: 11px;
    width: 60px !important;
}

.iconDashboardCompleted {
    background-color: #f7941d;
    padding: 15px;
    border-radius: 5px;
    font-size: 65px;
    margin-left: 11px;
    width: 60px !important;
}

.iconDashboardPendingTest {
    background-image: linear-gradient(290deg,#e3213c,#f7941d);
    padding: 15px;
    border-radius: 5px;
    font-size: 65px;
    margin-left: 11px;
    width: 60px !important;
}

.iconDashboardPendingImp {
    background-image: linear-gradient(290deg,#338c42,#ff0000);
    padding: 15px;
    border-radius: 5px;
    font-size: 65px;
    margin-left: 11px;
    width: 60px !important;
}

.iconDashboardImplemented {
    background-color: #1b8900;
    padding: 15px;
    border-radius: 5px;
    font-size: 65px;
    margin-left: 11px;
    width: 60px !important;
}

.dashboardLable {
    font-size: 12.8px;
    font-weight: 700 !important;
    margin-bottom: 0 !important;
}



.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;
    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: #c09127 !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;
}


.note-primary {
    color: #257ec2 !important;
    background: linear-gradient(to right, #fa971d, #329145 );
    border: none !important;
    color: #fff !important;
}

.SecColor {
    color: #9f8d66 !important;
}

.text-Blue {
    color: #c09127 !important;
}


.backLoging {
    background-image: url(../../Content/images/logInBGFS1.jpg);
    background-size: 70%;
    background-position: center;
    background-color: #f59b31 !important;
    background-repeat: no-repeat;
}

.SecColorU a {
    color: #9f8d66 !important;
}


#accordion .panel-title a {
    background: #dee2e6 !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;*/
    background-color: #ffa900 !important;
    COLOR: #000 !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 #92bf9a !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');
}



/*AMS APP CSS*/
.Nav-bg img {
    position: absolute;
    top: 0;
    right: 0;
}

.nav-menu .menu-item .Login-btn {
    color: #338c42 !important;
    background: #fff;
    border-radius: 9px;
    padding: 5px 15px;
    margin-left: 18px;
    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%);
}

.Banner-Heading {
    font-weight: bold;
    font-size: 30px;
    line-height: 0px;
    color: #ea9432;
    margin-left: -27%;
    text-shadow: 1px 1px 1px #000;
    font-family: Verdana;
}

.sub-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #6c63ff;
}

.Banner-content {
    margin: 40px 0 0;
    max-width: 600px;
}

.UnderLing {
    background: #b7b3b3;
    width: 52px;
    height: 3px;
    margin: 35px 0;
}

.btn-subtitle {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #2c2c2c;
}



.Left-svg {
    position: absolute;
    left: -40px;
    top: -40%;
}

.h2-style {
    font-weight: 400;
    font-size: 33px;
    line-height: 41px;
    color: #000;
    margin-top: 20px;
}






/*ACCORDIAN*/

.faq {
    width: 100%;
    min-width: 350px;
    margin: auto;
    position: relative;
    height: auto;
}

.faq-container {
    width: 100%;
    height: 100%;
}

.faq-label {
    cursor: pointer;
    width: 100%;
    padding: 14px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 4px;
    background: #f38507;
    box-shadow: 5px 5px 10px #e4e7e7, -5px -5px 10px #dbe0e0;
}

.faq-label-text {
    color: #fff;
    font-weight: 500;
}

.faq-label-icon {
    padding: 2px 3px;
    background: transparent;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.material-icons {
    color: #ffffff;
    transition: 0.3s ease;
}

.faq-answer {
    transition: 0.3s ease;
    margin-top: 15px;
    height: 0;
    border-radius: 6px;
    color: rgba(127, 121, 121, 1);
    overflow: hidden;
}

.faq-answer-content {
    padding: 10px 0 10px 15px;
    font-weight: 600;
    font-size: 14px;
}

.active {
    background: #FFFFFF;
    border: 1px solid #C7C4C4;
    height: auto;
    margin-bottom: 25px;
}

.rotate {
    transform: rotate(180deg)
}

.global-label {
    color: #365A5E;
    width: 100%;
    height: 35px;
    border-bottom: solid 2px #C4C1C1;
    margin-bottom: 35px;
}

.global-label-text {
    font-size: 18px;
    font-weight: 700;
    color: #365A5E;
}

.score {
    display: none;
    color: #00ff2a;
    padding: 15px;
    width: 45px;
    height: 25px;
    margin: 45px auto;
    text-align: center;
    padding: 5px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: white;
}

.about-me {
    border-radius: 5px;
    width: 300px;
    margin: auto;
    color: white;
    text-align: center;
    background: #ffff;
    padding: 7px 18px;
}

.Support-sec {
    overflow: hidden;
    height: 218px;
    background: #4a8554;
    border-radius: 27px;
}

    .Support-sec .ImageG {
        transform: translate(-118px, -124px);
    }

    .Support-sec h3 {
        font-weight: 700;
        font-size: 18px;
        line-height: 21px;
        color: #000 !important;
        text-align: justify;
    }

    .Support-sec h2 {
        font-weight: 700;
        font-size: 32px;
        line-height: 42px;
        text-shadow: 0 2px 2px rgb(0 0 0 / 25%);
        color: #fff !important;
        margin-left: 85px;
    }

.contact-us {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-align: justify;
    border: 2px solid #fff;
    box-sizing: border-box;
    border-radius: 9px;
    padding: 10px 35px;
    color: #fff !important;
    text-decoration: none;
    transition: all 0.3s linear;
}


/*footer CSS*/
.footer-section {
    background-color: #233243;
    position: relative;
    overflow: hidden;
    z-index: 9;
}

    .footer-section:before {
        content: '';
        position: absolute;
        top: -146%;
        left: -18%;
        width: 44%;
        height: 257%;
        transform: rotate(54deg);
        background-color: rgb(31, 47, 64);
        -webkit-transform: rotate(54deg);
        -moz-transform: rotate(54deg);
        -ms-transform: rotate(54deg);
        -o-transform: rotate(54deg);
        z-index: -10;
    }

    .footer-section:after {
        position: absolute;
        content: '';
        background-color: rgb(31, 47, 64);
        top: -24%;
        right: 4%;
        width: 26%;
        height: 264%;
        transform: rotate(44deg);
        -webkit-transform: rotate(44deg);
        -moz-transform: rotate(44deg);
        -ms-transform: rotate(44deg);
        -o-transform: rotate(44deg);
        z-index: -10;
    }

.footer-top {
    padding-top: 30px;
    padding-bottom: 15px;
}

    .footer-top p,
    .company-footer-contact-list li {
        color: #ffffff;
    }

.company-footer-contact-list {
    margin-top: 10px;
}

    .company-footer-contact-list li {
        display: flex;
        display: -webkit-flex;
        align-items: center;
    }

        .company-footer-contact-list li + li {
            margin-top: 5px;
        }

        .company-footer-contact-list li i {
            margin-right: 10px;
            font-size: 20px;
            display: inline-block;
        }

.footer-top .site-logo {
    display: block;
    max-width: 170px;
}

.widget-title {
    text-transform: capitalize;
}

.footer-top .widget-title {
    color: #a8912c;
    margin-bottom: 40px;
    font-weight: 700;
}

.courses-link-list li + li {
    margin-top: 10px;
}

.courses-link-list li a {
    color: #ffffff;
    text-transform: capitalize;
    font-family: var(--para-font);
    font-weight: 400;
}

    .courses-link-list li a:hover {
        color: #ffb606;
    }

.courses-link-list li i {
    margin-right: 5px;
}

.footer-top .small-post-title a {
    font-family: var(--para-font);
    color: #ffffff;
    font-weight: 400;
}

.small-post-item .post-date {
    color: #ffb606;
    margin-bottom: 3px;
    font-family: var(--para-font);
    font-weight: 400;
}

.small-post-list li + li {
    margin-top: 30px;
}

.news-letter-form {
    margin-top: 15px;
}

    .news-letter-form input {
        width: 100%;
        padding: 12px 25px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border: none;
    }

        .news-letter-form input[type="submit"] {
            width: auto;
            border: none;
            background-color: #ffb606;
            padding: 9px 30px;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            color: #ffffff;
            margin-top: 10px;
        }

.footer-bottom {
    padding: 13px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.149);
}

.copy-right-text {
    color: #ffffff;
}

    .copy-right-text a {
        color: #ffb606;
    }

.terms-privacy li + li {
    margin-left: 30px;
}

.terms-privacy li a {
    color: #ffffff;
    position: relative;
}

    .terms-privacy li a:after {
        position: absolute;
        content: '-';
        color: #ffffff;
        display: inline-block;
        top: 0;
        right: -18px;
    }

.terms-privacy li + li a:after {
    display: none;
}

.footer-brand {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-top: 41px;
    background: #fff;
    border-radius: 10px;
    padding: 17px;
}

.Brand-title {
    margin-left: 65px;
    border-left: 2px solid #a8912c;
    padding-left: 20px;
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #3f3f46 !important;
    display: flex;
    margin-bottom: 0;
}


.small-post-list li {
    text-decoration: none;
    list-style: none;
}

.ml-100 {
    margin-left: 100px;
}

.loginTitle {
    font-size: 14px;
    color: #fff;
    transform: translate(10px, 33rem);
}


/*NAVBAR CSS*/


.logo {
    max-width: 200px;
    display: flex;
    align-items: center;
    padding-left: 35px;
}

.navbar {
    align-items: center;
    background: transparent;
    display: flex;
    flex-direction: row;
    font-family: sans-serif;
    padding: 10px;
}

.push-left {
    margin-left: auto;
}

/* Menu */
.hamburger {
    background: transparent;
    border: none;
    cursor: pointer;
    display: none;
    outline: none;
    height: 30px;
    position: relative;
    width: 30px;
    z-index: 1000;
}

@media screen and (max-width: 768px) {
    .hamburger {
        display: inline-block;
    }

    .Banner-Heading {
        margin-left: 0px !important;
        line-height: initial !important;
    }

    .AMS-logo {
        width: 150px;
    }

    .g-20-logo {
        width: 95px;
        padding-top: 10px;
    }

    .Ncrb_logoDash {
        width: 15% !important;
        margin: 0 10px 3px 0 !important;
    }

    .Ncrb_logo {
        width: 23% !important;
    }
}

.hamburger-line {
    background: #272727;
    height: 3px;
    position: absolute;
    left: 0;
    transition: all 0.2s ease-out;
    width: 100%;
}

.hamburger:hover .hamburger-line {
    background: #777;
}

.hamburger-line-top {
    top: 3px;
}

.menu-active .hamburger-line-top {
    top: 50%;
    transform: rotate(45deg) translatey(-50%);
}

.hamburger-line-middle {
    top: 50%;
    transform: translatey(-50%);
}

.menu-active .hamburger-line-middle {
    left: 50%;
    opacity: 0;
    width: 0;
}

.hamburger-line-bottom {
    bottom: 3px;
}

.menu-active .hamburger-line-bottom {
    bottom: 50%;
    transform: rotate(-45deg) translatey(50%);
}

.nav-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: all 0.25s ease-in-out;
}

@media screen and (max-width: 768px) {

    .navbar {
        padding: 0px 16px;
    }

    .nav-menu {
        background: #fff;
        flex-direction: column;
        justify-content: center;
        opacity: 0;
        position: absolute;
        top: 0;
        right: -11px;
        bottom: 0;
        left: -3px;
        transform: translatey(-100%);
        text-align: center;
    }

    .menu-active .nav-menu {
        transform: translatey(0%);
        opacity: 1;
        height: 103vh;
        z-index: 999;
    }
}

.nav-menu .menu-item a {
    color: #fff !important;
    display: block;
    line-height: 30px;
    font-weight: 700;
    margin: 0px 10px;
    text-decoration: none;
    transition: all 0.3s linear;
    text-shadow: 1px 1px #363333;
}

    .nav-menu .menu-item a:hover {
        transform: translateY(-4px) !important;
        text-shadow: 0 5px 2px rgb(0 0 0 / 34%);
    }

@media screen and (max-width: 768px) {
    .nav-menu .menu-item a {
        font-size: 25px;
        margin: 20px;
        color: #f3a74f !important;
    }

    .nav-menu .menu-item .Login-btn {
        color: #fff !important;
    }
}

.sub-nav {
    border: 1px solid #ccc;
    display: none;
    position: absolute;
    background-color: #fff;
    padding: 5px 5px;
    list-style: none;
    width: 230px;
}

@media screen and (max-width: 768px) {
    .sub-nav {
        position: relative;
        width: 100%;
        display: none;
        background-color: rgba(0, 0, 0, 0.2);
        box-sizing: border-box;
    }

    .w-60 {
        width: 60% !important;
    }

    .overflow-md-hidden {
        overflow: initial !important;
    }
}

.nav__link:hover + .sub-nav {
    display: block;
}

.sub-nav:hover {
    display: block;
}



.contact-us:hover {
    background: #fff;
    color: #ffd449 !important;
    text-decoration: none;
    transform: scale(1.1);
    font-weight: 600;
    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%);
}

footer {
    font-size: 14px;
}

.note-success {
    background-color: #fa971d !important;
    background: linear-gradient(to right, #fa971d, #329145 );
    border: none !important;
    color: #fff !important;
}


.btn-danger {
    color: #fff;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}


.border_purple_right {
    border: 5px solid #faa540;
    height: 100%;
    position: absolute;
    width: 50%;
    right: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

    .border_purple_right:after {
        content: "";
        position: absolute;
        width: 10px;
        background: #fff;
        height: 100%;
        left: -5px;
    }

.how_it_works .how_icon {
    position: relative;
    padding-bottom: 10px;
    z-index: 9;
}

    .how_it_works .how_icon .arrow {
        position: absolute;
        width: 35px;
        height: 35px;
        left: 98%;
        top: 50%;
        border-radius: 23.5px;
        color: #fff;
        z-index: 9;
    }

    .how_it_works .how_icon .arrow, .how_it_works .how_icon .steps {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #f7941d;
    }

    .how_it_works .how_icon .steps {
        flex-direction: column;
        width: 50px;
        height: 50px;
        margin: -30px auto 0;
        font-family: Roboto,sans-serif;
        font-style: normal;
        font-weight: 500;
        /*font-size: 10px;*/
        line-height: 20px;
        text-align: center;
        color: #f2f2f2;
        box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
        border-radius: 6px;
    }

.boxes {
    border: 10px solid #c4c4c4;
    box-sizing: border-box;
    border-radius: 23px;
    position: relative;
}

.how_it_works h5 {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 35px;
    font-family: Montserrat,sans-serif;
}

.border_yellow_left {
    border: 5px solid #fff;
    height: 100%;
    position: absolute;
    width: 50%;
    left: 0;
    border-top-left-radius: 10px;
    border-bottom-leftt-radius: 10px;
}

    .border_yellow_left:after {
        content: "";
        position: absolute;
        width: 10px;
        background: #fff;
        height: 100%;
        right: -5px;
    }

.border_purple_left {
    border: 5px solid #338c42;
    height: 100%;
    position: absolute;
    width: 50%;
    left: 0;
    border-top-left-radius: 10px;
    border-bottom-leftt-radius: 10px;
}

    .border_purple_left:after {
        content: "";
        position: absolute;
        width: 10px;
        background: #fff;
        height: 100%;
        right: -5px;
    }

.btn-purple-outline {
    border-color: #6c63ff !important;
    background: #fff;
    color: #6c63ff !important;
    border-radius: 40px;
    text-align: center !important;
}

    .btn-purple-outline:hover {
        background: #6c63ff;
        color: #fff !important;
    }


.or_divider {
    position: relative !important;
}

.textgrey {
    color: #828282 !important;
}

.or_divider::after, .or_divider::before {
    content: "";
    display: block;
    width: 130px;
    height: 1px;
    background: #e6e9fa;
    top: 48%;
    position: absolute;
}

.or_divider::before {
    left: 0;
}

.or {
    padding: 0px 13px;
    background: #fff;
    display: inline-block;
    z-index: 99;
    position: relative !important;
    top: -1px;
    display: inline;
    font-weight: 600;
    color: gray;
}

.or_divider::after {
    right: 0;
}

.or_divider::after, .or_divider::before {
    content: "";
    display: block;
    width: 130px;
    height: 1px;
    background: #e6e9fa;
    top: 48%;
    position: absolute;
}

.register_left {
    background: #5950e8;
}

.contecnt {
    height: 44px;
}



.form-select {
    background: #e8e8e8 !important;
    border: 2px solid #6c63ff !important;
    box-sizing: border-box !important;
    border-radius: 10px !important;
    padding: 0.875rem 2.75rem !important;
    height: auto !important;
    font-size: 1rem !important;
    width: 100%;
}

.devider_dashed {
    border: 0.5px dashed #03020f;
    width: 100%;
    height: 0;
    margin: 40px 0;
}

.btn-primary {
    background: #c09127;
    border-color: #c09127;
    border-radius: 40px;
    padding: 0.45rem 0.5rem;
}

.button {
    background: #f1ad5f;
    border-radius: 10px;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    color: #000;
    padding: 15px 41px;
    border: none;
    transition: all 0.3s ease-in-out;
}



    .button:hover {
        transform: translateY(-5px);
        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%);
    }

    .button a {
        color: #000 !important;
        letter-spacing: 1.5px;
        text-decoration: none;
    }

.Input_field {
    background: #e8e8e8 !important;
    border: 2px solid #c09127 !importanT;
    box-sizing: border-box !important;
    border-radius: 10px !important;
    padding: 0.875rem 0.75rem !important;
    height: auto !important;
    font-size: 1rem !important;
}

.font-14 {
    font-size: 14px;
}


#btnConfirm {
    width: 100%;
    margin: 20px 0;
    height: 40px;
    border-radius: 15px;
    border: none;
    color: white;
    font-size: 1rem;
    font-weight: 600;
    transition: 0.5s;
}

.captcha-group-Sec {
    border: 2px solid #c09127 !important;
    background: #e8e8e8 !important;
}

#btnConfirm:hover {
    transform: translateY(-3px);
    box-shadow: 0px 9px 14px #5e8d3a !important;
}

.carddashboard {
    box-shadow: 0px 2px 2px rgb(0 0 0 / 30%) !important;
    border: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.HeadingCap {
    font-size: 1.0rem;
    font-weight: 600;
}

.bg-light-sec {
    background: #eee !important;
}


.Card-img-Style {
    width: 20%;
    margin-top: 20px;
}

.w-15 {
    width: 15%;
}

.w-30 {
    width: 30%;
}


.Ncrb_logo {
    width: 35%;
    margin: 0 10px 0 0;
}

.Ncrb_logo2 {
    width: 9%;
    margin: 0 10px 0 0;
}

.W-25 {
    width: 85%;
}

.TD_style {
    text-align: end;
    width: 20%;
}

.Green-bg {
    color: #329145;
    display: inline-block;
    font-size: 30px;
}


.Tri-bg {
    color: #ba9126;
    display: inline-block;
    font-size: 38px;
}

.font-30 {
    font-size: 38px;
}

.g-20-logo {
    padding-top: 10px;
}

.max-width-200 {
    max-width: 201px;
}

.overflow-md-hidden {
    overflow: hidden;
}



.ui-widget-content a {
    color: #333333 !important;
}

.ui-state-active, .ui-widget-content .ui-state-active {
    border: 1px solid #cb9225 !important;
    background: #cb9225 !important;
}


.z-index {
    z-index: 9;
}

div.dt-button-collection a.dt-button.active:not(.disabled) {
    box-shadow: inset 1px 1px 10px #fff !important;
}

div.dt-button-collection {
    background: linear-gradient(to right, #fa971d, #329145 ) !important;
}

ol, ul {
    padding-left: 0rem !important;
}


.text-right {
    text-align: right !important;
}


.navbar-toggler {
    margin: 5px !important;
}

.bg-Btn {
    background-color: rgb(29 166 243) !important;
    border: none;
    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;
}

.Header-dropdown {
    width: 95%;
    border: 1px solid #bb9230 !important;
    margin-right: 10px;
    border-radius: 4px !important;
    font-size: 14px !important;
    font-weight: 600;
    height: 28px !important;
    color: #bb9230;
}

td {
    vertical-align: top !important;
}


.min-h-74 {
    min-height: 70vh
}

.icon_title {
    display: block;
    font-size: 10px;
}

table .bg-grey-custom {
    background: #e9e9e9;
}

.Colmn-border {
    border: 2px solid #e9e4e4;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #f3f3f3;
    padding: 0.75rem !important;
    vertical-align: middle !important;
    box-shadow: rgba(0, 0, 0, 0.1) 3px 5px 8px;
}

@media (min-width: 768px) {
    .col-md-4-my {
        width: 32.3333333333% !important;
    }
}
