/* **************banner sytle starts********* */

.index-banner-button {
    font-size: 20px;
    font-weight: bold;
    padding: 8px 35px;
    border-radius: 7px;
    background: #fff;
    border: none;
    color: #000058;
    transition: all .4s ease-in-out;
}

.index-banner {
    background-image: url(../site-images/banner-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow-x: hidden !important;
}

.index-banner::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(227, 222, 222, 1) 0%, rgba(155, 154, 154, 0.473) 51%, rgba(0, 41, 65, 0.966) 100%);
}

.index-banner-button:hover {
    background-color: green;
    color: white;
}

.index-banner-button2 {
    font-size: 17px;
    padding: 8px 29px;
    border-radius: 7px;
    background: #000058;
    border: none;
    color: white;
    transition: all .4s ease-in-out;
}

.index-banner-button2:hover {
    background-color: green;
    color: white;
}

.index-banner-content {
    position: absolute;
    top: 36%;
    z-index: 1;
}

.index-banner-txt {
    margin-top: 30px;
    position: relative;
    z-index: 1;
}

.index-banner-txt h2 {
    padding-top: 10px;
    color: #002350;
    font-weight: bold;
    text-align: center;
}

.index-banner {
    height: calc(var(--vh, 1vh) * 100);
    overflow: hidden;
}

.index-banner video {
    object-fit: cover;
    height: 100%;
}

.carousel-caption {
    top: 14%;
    left: 40%;
    right: 0%;
}

.index-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 31%);
    z-index: 1;
}

.index-banner .index-overlay2 {
    position: absolute;
    top: 115px;
    z-index: 10;
}

.index-overlay2 {
    max-height: 500px;
    min-height: 500px;
    max-width: 1000px;
    min-width: 1000px;
}

.index-tancarousel-item img {
    max-height: 500px;
    min-height: 500px;
    max-width: 1000px;
    min-width: 1000px;
    border: 4px solid white;
    border-radius: 20px;
}
@media (min-width: 1200px) and (max-width:1500px){
.index-tancarousel-item img {
    max-height: 370px;
    min-height: 350px;
    max-width: 945px;
    min-width: 942px;
    border: 4px solid white;
    border-radius: 20px;
}
.index-banner-txt h2 {
 font-size:20px;
}
}
@media (min-width: 1800px) and (max-width:2200px){
.index-banner-txt h2 {
 font-size:35px;
}
}

/* **************banner sytle starts********* */

/* ******************about us starts*********** */

.index-about {
    padding: 50px 0;
    overflow: hidden;
}

.index-about .index-first-about {
    width: 100%;
    margin: auto;
    margin-top: 140px;
}

.index-first-about p {
    text-align: justify;
}

.index-about .index-first-about h1 {
    text-transform: capitalize;
    padding: 7px 0;
    font-weight: bold;
    color: #11004d;
    font-size: 30px;
    position: relative;
}

.index-about .index-first-about p {
    position: relative;
}

.index-about .index-first-about p::before {
    position: absolute;
    content: "";
    top: 0;
    left: -11px;
    background-color: #14005a;
    height: 159px;
    width: 3px;
}

.index-about .index-first-about h5 {
    text-transform: capitalize;
    font-weight: 800;
    padding-bottom: 8px;
}

.index-about .index-abnew-para h3 span {
    color: #a4c768;
}

.index-about .index-abnew-para h3 {
    font-size: 25px;
    font-weight: 700;
}

.index-about .index-abnew-para p {
    padding: 5px 0px 8px 0px;
}

.index-about .index-middle-about {
    width: 100%;
}

.index-about .index-middle-about img {
    width: 100%;
    margin-top: 50px;
}

.index-about .index-about-btn {
    padding: 7px 35px;
    border-radius: 10px;
    box-shadow: rgb(255 255 255 / 59%) 0px 5px, rgb(250 223 245 / 17%) 0px 10px, rgb(205 235 205 / 8%) 0px 15px, rgb(216 239 212 / 10%) 0px 20px, rgb(61 167 21 / 5%) 0px 25px;
    background-color: beige;
    color: #000000;
    border-left: 5px solid #bfe779;
    border-right: 5px solid #bfe779;
    font-weight: bold;
    font-size: 16px;
    text-transform: capitalize;
    margin: 8px 0;
    border-top: 1px solid #bfe779;
    border-bottom: 1px solid #bfe779;
    transition: 0.5s;
}

.index-about .index-about-btn:hover {
    border-left: 5px solid #e9e08e;
    border-right: 5px solid #e9e08e;
    background: #d5ffb3;
    color: #000000;
    transition: 0.5s;
}

.index-about .index-last-about {
    width: 100%;
    margin: auto;
}

.index-about .index-last-about li {
    display: flex;
    justify-content: center;
    font-weight: 400;
    color: #000000;
    margin: 10px 0;
    padding: 10px;
}

.index-about .index-last-about li p {
    padding-left: 8px;
}

.index-about .index-last-about li i {
    color: #a4c768;
}

.index-about .index-last-about .index-one {
    width: 100%;
    margin-right: 130px;
    border-radius: 50px;
    padding: 10px 0px;
}

.index-about .index-last-about .index-two {
    width: 90%;
    margin-right: 130px;
    border-radius: 50px;
    padding: 10px 0px;
}

.index-about .index-last-about .index-three {
    width: 80%;
    margin-right: 130px;
    border-radius: 50px;
    padding: 10px 0px;
}

.index-about-img1 img,
.index-about-img2 img {
    width: 100%;
}

.index-about-img2 {
    margin-right: 10px;
    margin-top: -88px;
    margin-left: 83px;
    border: 10px solid #fff;
    position: relative;
    z-index: 1;
    border-radius: 10px;
}

.index-about-img1 img {
    border: 2px solid #bfe779;
    border-radius: 10px;
}

.index-about-img2 img {
    border-bottom: 2px solid #bfe779;
    border-radius: 0px;
}

.index-about-img {
    margin-top: 100px;
}

.index-ab-dotted {
    position: relative;
}

.index-ab-dotted img {
    width: 77px;
    position: absolute;
    top: 314px;
    bottom: 0;
    left: -63px;
    right: 0;
    opacity: 0.6;
}

.index-counter h4 {
    text-align: left;
    padding: 10px;
    color: #fff;
}

.index-ab-dotted2 {
    position: relative;
}

.index-ab-dotted2 img {
    width: 91px;
    position: absolute;
    top: -14px;
    bottom: 0;
    left: 344px;
    right: 0;
    opacity: 0.5;
}

.index-counter-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 90px;
}

.index-counter {
    background: #09095f;
    padding: 5px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    min-width: 120px;
    max-height: 80px;
    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index-counter h4 {
    font-size: 15px;
    font-weight: bold;
    margin: 0;
}

.index-last-about {
    padding: 15px 0;
}

.index-last-about h2 {
    font-size: 31px;
    font-weight: bold;
    color: #a3cc65;
}

.index-last-about p {
    line-height: 2;
}

/* ******************about us ends*********** */

/* ***************what we offer starts************** */

.index-details {
padding-top:100px;
    padding-bottom: 50px;
    overflow-x: hidden;
}

.index-details .index-title {
    font-size: 50px;
}

.index-details .index-title span {
    color: #007e9b;
}

.index-details .index-subtitle {
    font-size: 16px;
    color: #444;
    line-height: 1.6;
}

.index-details .index-offer-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 25px;
}

.index-details .index-offer-item {
    background: #f8fbff;
    border: 1px solid #e0e6ef;
    border-left: 5px solid #007e9b;
    border-radius: 8px;
    padding: 12px 18px;
    text-align: left;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
    transition: all 0.3s;
}

.index-details .index-offer-item h5 {
    font-weight: 600;
    color: #007e9b;
    margin: 0;
}

.index-details .index-note {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    color: #17223e;
}


/* *********************why choose us**************** */
.index-why {
    padding: 80px 0;
    background: #ffffff;
    overflow-x: hidden;
}

.index-why h1 {
    /* font-size: 2.5rem; */
    margin-bottom: 60px;
    color: #1a1a1a;
}

.index-why h1 span {
    color: #007e9b;
}

.index-wrap {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.index-left {
    position: relative;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.index-in-image {
    position: absolute;
    width: 600px;
    height: 600px;
    z-index: 1;
    animation: rotateSquare 20s linear infinite;
}

@keyframes rotateSquare {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.index-in-image img {
    width: 100%;
    height: 100%;
    /* object-fit: contain; */
}

.index-top-image {
    position: relative;
    z-index: 2;
    width: 450px;
    max-width: 90%;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    animation: upDown 4s ease-in-out infinite;
}

@keyframes upDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-30px);

    }

    100% {
        transform: translateY(0);
    }
}

.index-right {
    padding-left: 40px;
}

.index-steps {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.index-step {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}

.index-num-tab {
    width: 100px;
    height: 60px;
    color: white;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(0, 126, 155, 0.3);
}

.index-num-tab-left {
    position: relative;
    left: 10%;
    z-index: 10;
}

.index-num-tab-right {
    position: relative;
    right: 10%;
}

.indx-tb1 {
    background-color: #78c6e3;
}

.indx-tb2 {
    background-color: #1f78a4;
}

.indx-tb3 {
    background-color: #0d7a6b;
}

.indx-tb4 {
    background-color: #155b63;
}

.indx-tb5 {
    background-color: #77bfb8;
}

.indx-tb6 {
    background-color: #30c2b3;
}

.index-card {
    flex: 1;
    background: white;
    border-radius: 40px;
    padding: 25px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.index-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    z-index: 0;
}

.index-card-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.index-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    /* background: #e8f4f8; */
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
}

.index-icon svg {
    width: 100%;
    height: 100%;
}

.index-text {
    font-size: 15px;
    line-height: 1.6;
    color: #2c3e50;
    margin: 0;
}

.index-text b {
    color: #1a1a1a;
    font-size: 16px;
}

/***************about ra**************** */

#about-ra {
    position: relative;
}

.about-ra-container-fluid {
    padding-top: 3rem;
    padding-bottom: 3rem;
    position: relative;
}

.about-ra-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    margin-top: 5%;
}

.about-ra-user-details-head {
    margin-bottom: 2rem;
}

.about-ra-heading {
    text-align: center;
    font-weight: 700;
    color: #000;
    margin-bottom: 0;
    position: relative;
    bottom: 200px;
}

.about-ra-name {
    color: green;
}

.about-ra-box {
    width: 100%;
}

.about-ra-container-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 100%;
    max-width: 1500px;
    border-radius: 15px;
    text-align: center;
    padding: 180px 50px 50px;
    box-shadow: 3px 9px 20px rgb(0 0 0 / 24%);
    transition: all 0.3s ease;
}

.about-ra-container-box::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 14px;
    height: 100%;
    background: #020259;
    /* transform: scaleY(0); */
    /* transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1); */
    /* transform-origin: bottom; */
    border-radius: 100px 0px 0px 100px;
}

.about-ra-container-box::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 14px;
    height: 100%;
    background: #020259;
    border-radius: 0px 100px 100px 0px;
}

.about-ra-container-box:hover {
    box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.2);
}

/* Circle Animation Styles */
.about-ra-circle {
    width: 350px;
    height: 350px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3rem;
}

.about-ra-circle-inner {
    width: 300px;
    height: 300px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    background: linear-gradient(135deg, #e0d5f5 0%, #f0ebff 100%);
}

.about-ra-span {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.about-ra-span:nth-child(1) {
    background: linear-gradient(transparent, rgba(138, 99, 210, 0.4));
    animation: about-ra-rotate 8s linear infinite;
}

.about-ra-span:nth-child(2) {
    background: linear-gradient(transparent, rgba(168, 132, 245, 0.4));
    animation: about-ra-rotate 10s linear infinite;
}

.about-ra-span:nth-child(3) {
    background: linear-gradient(transparent, rgba(195, 165, 255, 0.4));
    animation: about-ra-rotate 12s linear infinite;
}

@keyframes about-ra-rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.about-ra-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    transform: scaleX(-1);
    position: relative;
    z-index: 1;
}

/* Content Styles */
.about-ra-content {
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.8;
    font-size: 16px;
    color: #333;
    font-family: 'Segoe UI', Roboto, sans-serif;
    text-align: justify;
}

.about-ra-intro {
    margin-bottom: 1.5rem;
}

.about-ra-highlight-box {
    margin: 25px 0;
    padding: 20px 25px;
    background: #f8fbff;
    border-left: 4px solid #0d6efd;
    border-radius: 8px;
}

.about-ra-highlight-text {
    margin: 0 0 10px 0;
    text-align: justify;
}

.about-ra-features {
    margin-top: 10px;
}

.about-ra-feature-item {
    margin-bottom: 8px;
}

.about-ra-feature-item:last-child {
    margin-bottom: 0;
}

.about-ra-mission-box {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    color: #0d6efd;
    margin-top: 40px;
    padding: 20px 30px;
    background: linear-gradient(90deg, #e8f0fe 0%, #f8fbff 100%);
    border-left: 6px solid #0d6efd;
    border-radius: 10px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}

.about-ra {
    margin-top: 5%;
}

/* ------------about ra ends------------- */

/* ****************faq************* */
.faq-section {
    max-width: 1200px;
    margin: 0 auto;
}

.faq{
    overflow: hidden;
}
.faq-head h1 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 50px;
    opacity: 0;
    animation: fadeInDown 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.faq-head h1 span {
    color: green;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}




.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    gap: 30px;
    animation: fadeIn 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.3s forwards;
    opacity: 0;
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .faq-grid {
        grid-template-columns: 1fr;
    }

    h1 {
        font-size: 1.8rem;
    }
}

.accordion-item {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(10px);
    will-change: transform;
}

.accordion-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.accordion-button {
    width: 100%;
    padding: 20px 25px;
    background: white;
    border: none;
    text-align: left;
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.accordion-button::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(135deg, #dd1717 0%, #3e1e5e 100%);
    transform: scaleY(0);
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: bottom;
}

.accordion-button:hover::before {
    transform: scaleY(1);
    transform-origin: top;
}

.accordion-button:hover {
    color: #667eea;
    padding-left: 30px;
}

.accordion-button::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 300;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    color: #d13838;
    display: inline-block;
}

.accordion-button.active::after {
    content: '−';
    transform: rotate(180deg);
}

.accordion-button.active {
    background: #007e9b;
    color: white;
}

.accordion-button.active:hover {
    color: white;
}

.accordion-content {
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    background: rgba(255, 255, 255, 0.98);
    max-height: 0;
    opacity: 0;
}

.accordion-content.active {
    max-height: 500px;
    opacity: 1;
    padding: 20px 25px;
}

.accordion-body {
    color: #555;
    line-height: 1.6;
    transform: translateY(-10px);
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.1s,
        opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
    opacity: 0;
}

.accordion-content.active .accordion-body {
    transform: translateY(0);
    opacity: 1;
}

code {
    background: #f0f0f0;
    padding: 2px 6px;
    border-radius: 4px;
    color: #667eea;
    font-family: 'Courier New', monospace;
}

.column {
    animation: slideInUp 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    opacity: 0;
}

.column:nth-child(1) {
    animation-delay: 0.4s;
}

.column:nth-child(2) {
    animation-delay: 0.6s;
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* **********blog starts********** */

.blog {
    padding: 50px 0;
    background-image: url(./site-image/blog-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.blog .container {
    position: relative;
}

/*.blog .drop {
    background-image: url(../site-images/blog-immg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}*/

.blog .comingsoon {
    background-image: url(../site-images/blog-immg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.blog .content{
	background:#e8f0fe;
}

.blog .container .drop {
    position: relative;
    width: 100%;
    height: 350px;
    padding: 20px;
    border-radius: 30px;
    border: 2px solid #df4848;
    /* background: #333; */
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    transition: 0.5s ease-in-out;
}

.blog .container .drop-two {
    margin-top: 70px;
}

.blog .bl-left {
    text-align: center;
}

.blog .bl-left h2 {
    display: inline-block;
    padding: 5px;
    text-transform: capitalize;
    color: green;
    font-weight: bold;
    font-size: 30px;
}

.blog .bl-left h5 {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 20px;
    color: #000000;
}

.blog .veiw-btnblog {
    padding: 5px 35px;
    border-radius: 10px;
    background-color: #007e9b;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    text-transform: capitalize;
    margin: 10px 0;
    border-top: none;
    transition: 0.5s;
}

.blog .veiw-btnblog:hover {
    background: #f36f75;
    color: #ffffff;
}

.blog .bl-left img {
    width: 100%;
}

.blog .news-content {
    padding-top: 20px;
}

.blog .news-content .author a {
	color: #010407;
	text-decoration: none;
}

.blog .news-content h2 {
    font-size: 15px;
    padding: 10px 0;
    font-weight: bold;
    color: #000000;
}

.blog .post-image {
    min-height: 100px;
}

.blog .post-image img {
    width: 100%;
    height: 150px;
    border: 1px solid #f16666;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

.blog .bloginner-btn {
    padding: 5px 30px;
    border-radius: 10px;
    /* box-shadow: rgba(174, 239, 124, 0.589) 0px 5px, rgba(177, 251, 174, 0.17) 0px 10px, rgb(4 171 0 / 8%) 0px 15px, rgb(75 240 46 / 10%) 0px 20px, rgb(61 167 21 / 5%) 0px 25px; */
    background-color: #000058;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    text-transform: capitalize;
    margin: 10px 0;
    border-top: none;
    transition: 0.5s;
}

.blog .bloginner-btn:hover {
    background: #007e9b;
    color: #ffffff;
}

.blog .bl-left img {
    height: 300px;
}

.blog h2 {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .blog .container .drop-two {
        margin-top: 20px;
    }

}
.custmFx-Drp_mnu{
color:#000 !important;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color:#fff;
}
.nav-link:focus, .nav-link:hover {
    color: rgb(63 255 0 / 80%);
}