
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: "Raleway", sans-serif;
}

/* NAVIGATION :: BEGIN */
.main-nav-wrap{
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
}
.other-page{
    border-bottom: 1px solid #ffffff4f;
    background-color: #ffffff24;
    backdrop-filter: blur(1px);
}
@media(max-width:1208px){
    .hero-content h1 {
        font-size: 40px !important;
        color: #fff;
        font-weight: 700;
    }
}
.navbar-brand{
    display: flex;
    align-items: center;
}
.ganesha{
    width: 25px;
    margin-right: 5px;
}
.navigation-wrap{
    /* background-color: #ffffffe3; */
    /* background: rgb(18,94,16);
    background: linear-gradient(180deg, rgb(0 0 0 / 71%) 0%, rgb(159 159 159 / 5%) 100%); */
    transition: background-color 0.3s ease;
}
.navigation-wrap.scrolled {
    background-color: #ffff !important;
    border-bottom: 1px solid #ededed;
}
.navbar-logo{
    width: 175px;
}
.nav-item{
    margin-right: 7px;
}
.nav-item a{
    color: #ffffff;
    font-size: 14px;
    font-weight: 700 !important;
}
.topnav{
    background-color: #253B81;
    padding: 10px 0;
}
.login{
    background-color: #263c82;
    padding: 8px 20px;
    border: none;
    color: #fff;
    font-size: 18px;
}
.reg{
    background-color: #f3f3f3;
    padding: 8px 20px;
    border: none;
    font-size: 18px;
}
.nav-link:hover{
    color: #263c82;
}
.top-content{
    color: #fff;
    display: flex;
    justify-content: end;
}
.top-content p{
    font-size: 14px;
}
.marks{
    display: flex;
    align-items: center;
    box-shadow: rgb(157 157 173 / 11%) 0px 30px 60px -12px inset, rgb(225 225 225 / 11%) 0px 18px 36px -18px inset;
}
.marks p{
    color: #fff;
    font-size: 14px;
}
.drop-nav{
    position: relative;
}
.drop-nav:hover .sub-nav-item{
    visibility: visible;
    padding: 8px 5px;
    margin-top: 5px;
    opacity: 1;
    transform: translateY(-10px);
    border: 1px solid #b5aeae;
}
.nav-link:focus{
    color: #253b81;
}
.sub-nav-item{
    background-color: #fff;
    margin-top: 5px;
    list-style: none;
    width: max-content;
    padding-left: 0;
    position: absolute;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    border: 1px solid #b5aeae;
    opacity: 0;
    transform: translateY(10px);
}
.sub-nav-item li{
    transition: all 0.2s ease-in-out;
}
.sub-nav-item li a{
    font-size: 14px;
    color: #000000;
    transition: all 0.2s ease-in-out;
    font-weight: 700 !important;
    padding: 5px 15px !important;
}
.sub-nav-item li:hover{
    background-color: #263c82;
}
.sub-nav-item li a:hover{
    color: #fff !important;
}
.navbar-toggler i{
    font-size: 35px;
}
@media (max-width: 768px){
    .hero-content h1{
        font-size: 38px !important;
    }
}
@media (max-width: 1024px){
    .right-arrow{
        right: 20px !important;
    }
    .left-arrow{
        left: 20px !important;
    }
}
@media(max-width:986px){
    .navigation-wrap{
        background-color: #fff;
    }
    .nav-item a{
        color: #000000;
    }
    .sub-nav-item{
        visibility: visible;
        opacity: 1;
        position: relative;
        top: 0;
        transform: none;
        width: 100%;
    }
}
.navbar-toggler{
    padding: 3px 6px;
}
@media(max-width:986px){
    
}
/* NAVIGATION :: END */

/* SLIDER :: BEGIN */
/* .hero-slider{
    margin-top: 35px;
} */
.hero-content h1{
    font-size: 72px;
    color: #fff;
    font-weight: 700;
}
.hero-content p{
    color: #d5d5d5;
    font-weight: 500;
    font-size: 18px;
}
.slide-main {
    background-image: url(../images/slider/slider1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex !important;
    align-items: center;
    height: 95vh !important;
    background-position: 60% 40%;
}
.slide-1{
    background-image: url(../images/slider/slider-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex !important;
    align-items: center;
    height: 95vh !important;
}
.slide-2{
    background-image: url(../images/slider/slider-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex !important;
    align-items: center;
    height: 95vh !important;
}
.slide-3{
    background-image: url(../images/slider/slider-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex !important;
    align-items: center;
    height: 95vh !important;
}
.slider-btn{
    background-color: #263c82;
    color: #fff;
    padding: 10px 15px;
    border: none;
    font-size: 18px;
}
.left-arrow{
    position: absolute;
    left: 100px ;
    z-index: 5;
    top: 45%;
    background-color: #fdfdfd78;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    height: 50px;
    border: 1px solid #263c82;
    border-radius: 9%;
    cursor: pointer;
    transition: all 0.2s ease-in;
}
.left-arrow:hover{
    background-color: #fff;
}
.right-arrow:hover{
    background-color: #fff;
}
.right-arrow {
    position: absolute;
    right: 100px;
    z-index: 5;
    top: 45%;
    background-color: #fdfdfd78;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    height: 50px;
    border: 1px solid #263c82;
    border-radius: 9%;
    cursor: pointer;
    transition: all 0.2s ease-in;
}
.small-head p{
    font-size: 22px !important;
    color: #24db6a !important;
    font-weight: 700 !important;
    position: relative;
}
.small-head ::after{
    position: absolute;
    height: 20px;
    width: 20px;
    background-color: red;
}
/* SLIDER :: END */

/* ABOUT US :: BEGIN */
.aboutus-wrap{
    background-image: url(../images/about-us/aboutus-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
}
.aboutus-wrap img{
    border-radius: 8px;
}
.h-heading h2{
    font-size: 48px;
    font-weight: 800;
}
.h-heading h4{
    color: #24db6a;
    font-weight: 600;
}
.h-heading p{
    color: #a1a1a1;
}
.about-client{
    position: relative;
}
.clients-stat{
    background-color: #253b81;
    /* background-image: url(../images/about-us/clients-bg.jpg); */
    background-size: cover;
    padding: 10px 20px;
    justify-content: space-around;
    position: absolute;
    align-items: center;
    display: flex;
    flex-direction: column;
    top: -356px;
    border-radius: 8px;
    min-width: 192px;
    right: -110px;
    min-height: 240px;
}
.cl-stat{
    color: #24db6a !important;
    font-size: 45px;
    margin-bottom: 5px !important;
}
@media(max-width:1024px){
    .clients-stat{
        top: -250px;
    }
}
@media(max-width:986px){
    .clients-stat{
        position: relative !important;
        top: 0 !important;
        right: 0 !important;
        margin-top: 10px;
        margin-bottom: 10px ;
    }
}
.clients-stat h4{
    color: #fff;
    font-weight: bold;
}
.clients-middle{
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: #ebebeb7d;
}
.clinets-member{
    position: relative;
}
.aboutus-wrap ul{
    padding-left: 0;
    list-style: none;
    padding: 20px;
    background-color: #263c82;
    color: #ffff;
    margin-bottom: 0;
    border-radius: 8px;
}
.about-icon{
    margin-right: 5px;
}
.about-icon img{
    width: 20px;
    display: flex;
}
.aboutus-wrap li{
    display: flex;
}
.right-btns a{
    text-decoration: none;
}
/* ABOUT US :: END */

/* OPPORTUNITY :: BEGIN */
.opportunity-wrap{
    padding: 80px 0;
    background-color:#121f46;
    /* background-image: url(../images/opportunity/opp-bg.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
}
.white-head h2{
    color: #ffff;
}
.opp-1{
    margin: 0 10px;
    /* padding: 8px; */
    /* background-color: #ffffff; */
    border-radius: 8px;
    position: relative;
}
.opp-1:hover .oppo-text{
    bottom: 0px;
}
.oppo-text{
    height: 180px;
    position: absolute;
    bottom: -70px;
    padding: 15px 10px;
    color: #fff;
    background-color: #1f2b5087;
    backdrop-filter: blur(8px);
    width: 100%;
    transition: all 0.3s ease; /* Smooth transition for scaling */
}
.oppo-text h5{
    font-weight: 700;
}
.op-subhead{
    display: block;
    width: fit-content;
    background-color: #4ce9874a;
    padding: 5px 10px;
    border-radius: 4px;
}
.op-subhead h4{
    font-size: 18px;
}
.oppo-text p{
    opacity: 0.7;
    font-size: 14px;
}
.oppo-image{
    overflow: hidden;
    position: relative;
    border-radius: 20px;
}
.oppo-image img {
    transition: transform 0.3s ease; /* Smooth transition for scaling */
}
.opp-1:hover .oppo-image img {
    transform: scale(1.3);
}
.opp-left{
    position: absolute;
    left: -50px;
    z-index: 5;
    top: 75%;
    background-color: #263c82;
    width: 40px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    height: 40px;
    border: 1px solid #ffffff;
    border-radius: 9%;
    cursor: pointer;
    transition: all 0.2s ease-in;
}
@media(max-width:968px){
    .opp-left {
        position: absolute;
        left: 0px !important;
        z-index: 5;
        top: 45%;
        background-color: #263c82;
        color: #fff;
        width: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 24px;
        height: 40px;
        border: 1px solid #ffffff;
        border-radius: 9%;
        cursor: pointer;
        transition: all 0.2s ease-in;
    }
    .opp-right {
        position: absolute;
        right: 0px !important;
        z-index: 5;
        top: 45% !important;
        background-color: #263c82;
        color: #fff;
        width: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 24px;
        height: 40px;
        border: 1px solid #ffffff;
        border-radius: 9%;
        cursor: pointer;
        transition: all 0.2s ease-in;
    }
}
@media(max-width:986px){
    .oppo-text{
        bottom: 0;
    }
}
.opp-right{
    position: absolute;
    right: 50px;
    z-index: 5;
    top: 75%;
    background-color: #263c82;
    color: #fff;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    height: 40px;
    border: 1px solid #ffffff;
    border-radius: 9%;
    cursor: pointer;
    transition: all 0.2s ease-in;
}
.oppo-content{
    padding: 20px 80px;
}
.slick-dots li button:before {
    line-height: 38px !important;
    font-size: 16px !important;
}
.slick-dots li.slick-active button:before{
    color: #263c82 !important;
}
.oppo-icon{
    width: 40px;
    display: flex;
    height: 40px;
    justify-content: center;
    background-color: #fff;
    color: #263c82;
    font-size: 26px;
    margin-bottom: 20px;
    border-radius: 2px;
    align-items: center;
}
/* OPPORTUNITY :: END */

/* PACKAGES :: BEGIN */
.packages-wrap{
    padding: 80px 0;
    background-color: #ffffff;
}
.package-content{
    background-color: #263c82;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    padding: 20px;
    border-radius: 8px;
    margin: 0 28px;
    min-height: 365px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.package-content h5{
    color: #fff;
}
.package-price{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1e2f67;
    border-radius: 4px;
}
.package-price h3{
    font-size: 48px;
    font-weight: bold;
    color: #fff;
}
.package-price i{
    color: #189547;
    font-size: 20px;
}
.package-info ul{
    list-style: none;
    padding-left: 0;
}
.package-info p{
    margin-bottom: 0;
}
.package-info li{
    color: #fff;
    font-size: 18px;
    margin-bottom: 8px;
    display: flex;
    align-items: baseline;
}
.package-check{
    max-width: 20px;
    margin-right: 10px;
}
.capping-wrap{
    padding: 80px 0;
    background-color: #f6f8ff;
}
.packages-desc{
    list-style: none;
    padding-left: 0;
}

.packages-desc li{
    margin-bottom: 8px;
    opacity: 0.8;
}
.package-points{
    color: #189547;
    font-weight: 800;
}
.note-text{
    color: rgb(243, 6, 6);
    font-weight: 700;
}
.packagepoint-icon img{
    width: 20px !important;
    margin-right: 8px;
}
.packages-desc-head{
    font-weight: 700;
}
.capping-table{
    margin-top: 20px;
}
.capping-table th{
    text-align: center;
    font-weight: 800;
    background-color: #121f46;
    color: #fff;
}
.capping-table td{
    background-color: #fff;
    border : 1px solid #263c82;
    text-align: center;
}
.capping-table th{
    border : 1px solid #263c82;
}
/* PACKAGES :: END */

/* PRODUCTS :: BEGIN */
.products-wrap{
    padding: 80px 0;
    background-color: #121f46;
}
.product-image{
    padding: 10px;
    background-color: aliceblue;
    border-radius: 4px;
}
/* PRODUCTS :: END */

/* CERTIFICATES :: BEGIN */
.certificates-wrap{
    padding: 80px 0;
    background-color: #f6f8ff;
}
.certificate-image{
    padding: 8px;
    background-color: #fff;
    overflow: hidden;
}
.certificate-name{
    display: flex;
    justify-content: space-between;
}
.certificate-name i{
    color: #263c82;
    font-size: 22px;
    transform: all 0.3s ease;
}
.certificate-name h5{
    color: #263c82;
    font-weight: 700;
    font-size: 18px;
}
.certificate-content{
    cursor: pointer;
}
.certificate-content:hover .certificate-name i{
    color: #fff;
}
.certificate-content .certificate-icon{
    height: 35px;
    width: 35px;
    background-color: #b6c8ff6c;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transition: all 0.3s ease;
}
.certificate-content img{
    transition: all 0.3s ease;
}
.certificate-content:hover .certificate-icon{
    margin-right: 0 !important;
    background-color: #07288a;
}
.certificate-content:hover img{
    transform: scale(1.3);
}
/* CERTIFICATES :: END */

/* VIDEOS :: BEGIN */
.videos-wrap{
    padding: 80px 0;
}
.video-text p{
    color: #263c82;
    font-weight: 600;

}
/* VIDEOS :: END */

/* WHY CHOOSE US :: BEGIN */
.why-choose-us-wrap{
    padding: 80px 0;
    background-color: #121f46;
}
.why-right-image{
    position: relative;
}
.why-image-cert{
    position: absolute;
    bottom: -75px;
    max-width: 279px;
    width: 100%;
    border-radius: 8px;
    left: -75px;
    padding: 10px;
    background-color: red;
}
.why-image-cert p{
    color: #fff;
    font-size: 14px;
}
.why-image img{
    border-radius: 8px;
}
@media(max-width:768px){
    .why-image-cert{
        max-width: none !important;
        position: relative !important;
        left: 0;
        bottom: 0;
        margin-top: 10px;
    }
    .oppo-content {
        padding: 20px 10px;
    }
}
/* WHY CHOOSE US :: END */

/* TESTIMONIAL :: BEGIN */
.testimonial-wrap{
    background-color: rgb(255, 255, 255);
    padding: 80px 0;
}
.testimonial-sub{
    /* background-color: red; */
    background-image: url(../images/testimonial/testimonial-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px 20px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}
.testimonial-1{
    min-height: 225px !important;
    display: flex !important;
    align-items: baseline;
    flex-direction: column;
    justify-content: space-between; min-height:225px !important;
}
.testimonial-2{
    min-height: 225px !important;
    display: flex !important;
    align-items: baseline;
    flex-direction: column;
    justify-content: space-between;
}
.testimonial-left-arrow{
    position: absolute;
    background-color: rgb(38 60 130);
    top: 200px;
    height: 40px;
    width: 40px;
    color: #fff;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.testimonial-right-arrow{
    position: absolute ;
    background-color: rgb(38 60 130);
    top: 200px;
    left: 75px;
    height: 40px;
    width: 40px;
    color: #fff;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.testimonial-profile{
    display: flex;
    margin-left: auto;
    justify-content: end;
}
.testimonial-name {
    margin-right: 10px;
    align-self: flex-end;
}
.testimonial-image{
    width: 90px;
}

.testimonial-name h5{
    font-size: 18px;
    font-weight: 700;

}
.left-quote{
    position: absolute;
    width: 65px;
    opacity: 0.7;
}
.quote-text{
    margin-top: 28px;
    margin-left: 72px;
}
@media(max-width:425px){
    .quote-text{
        margin-top: 60px;
        margin-left: 0;
    }
    .testimonial-right-arrow {
        position: absolute;
        background-color: rgb(38 60 130);
        top: 30px;
        right: 15px !important;
        left: unset !important;
        height: 40px;
        width: 40px;
        color: #fff;
        z-index: 5;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    .testimonial-left-arrow {
        position: absolute;
        background-color: rgb(38 60 130);
        top: 30px;
        right: 70px !important;
        left: unset !important;
        height: 40px;
        width: 40px;
        color: #fff;
        z-index: 5;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
}

/* TESTIMONIAL :: END */

/* OUR PROCESS :: BEGIN */
.ourprocess-wrap{
    background-color: #121f46;
    padding: 80px 0;
}
.our-process{
    background-color: #ffffff;
    padding: 20px 40px;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.our-process-icon{
    width: 80px;
    height: 80px;
    background-color: #edf7f1;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 13%;
}
.our-process-icon i{
    font-size: 28px;
    color: #fff;
}
.our-process h4{
    font-weight: 800;
}
.our-process p{
    font-size: 14px;
}
.our-process-icon img{
    width: 50px;
}

.stroked-text {
    font-size: 72px;
    font-weight: 600;
    color: #d3d2d247;
    -webkit-text-stroke: 1px #fbfbfb2b;
    /* text-shadow: 0 0 5px #00FF00, 0 0 10px #00FF00, 0 0 20px #00FF00, 0 0 40px #00FF00, 0 0 80px #00FF00; */
    text-align: center;
    /* animation: neon 1.5s infinite alternate; */
}

@keyframes neon {
    from {
        text-shadow: 
            0 0 5px #00FF00,
            0 0 10px #00FF00,
            0 0 20px #00FF00,
            0 0 40px #00FF00,
            0 0 80px #00FF00;
    }
    to {
        text-shadow: 
            0 0 10px #00FF00,
            0 0 20px #00FF00,
            0 0 30px #00FF00,
            0 0 50px #00FF00,
            0 0 100px #00FF00;
    }
}
.our-process{
    position: relative;
    overflow: hidden;
}
.process-list{
    position: absolute;
    width: 89px;
    right: -19px;
    border-radius: 100%;
    top: -22px;
    background-color: #f3f6ff;
}
/* OUR PROCESS :: END */

/* CTA :: BEGIN */
.cta-wrap{
    background-image: url(../images/cta/cta-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 80px 0;
}
.captcha-wrap p{
    color: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    margin-top: 15px;
}
.captcha-box{
    font-size: 30px;
    padding: 4px 4px;
    background-color: #e9eeff;
    min-width: 100px;
}
@media(max-width:578px){
    .captcha-box{
        max-width: 110px;
    }
}
.captcha-image{
    display: flex;
    min-width: 25px;
    height: 25px;
    align-self: center;
    cursor: pointer;
}
.form-control::placeholder{
    font-size: 14px;
}
.form-control {
    font-family: inter;
    padding: 10px 10px;
}
.form-control::placeholder{
        font-size: 18px;
}
.cta-right img{
    border-radius: 8px;
}
.cta-right{
    position: relative;
}
.cta-right-text{
    position: absolute;
    bottom: 0px;
    padding: 32px 20px;
    background-color: #fff;
    border-radius: 0 0 8px 8px;
}
.cta-right-text h3{
    font-size: 32px;
    font-weight: 700;
    color: #263c82;
}
.cta-right-text p{
    opacity: 0.7;
}
.cta-right-text h4{
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    display: flex;
    align-items: center;
}
.cta-right-text h5{
    font-size: 16px;
    font-weight: 700;
    color: #189547;
}
.cta-right-text i{
    color: #263c82;
    font-size: 27px;
}
@media(max-width:425px){
    .cta-right-text{
        position: relative;
    }
    .cta-right img{
        border-radius: 8px 8px 0 0;
    }
    .package-content{
        margin: 0 10px;
    }
}
.captcha-main{
    max-width: 175px;
    width: 100%;
}
/* CTA :: END */

/* SUB HEADING :: BEGIN */
.subheading-wrap{
    height: 30vh;
    background-image: url(../images/sub-heading/about-us.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}
.packages-sub{
    background-image: url(../images/sub-heading/packages.jpg) !important;
}
.news-sub{
    background-image: url(../images/sub-heading/news.jpg) !important;
}
.income-sub{
    background-image: url(../images/sub-heading/income.jpg) !important;
}
.legal-sub{
    background-image: url(../images/sub-heading/legal.jpg) !important;
}
.contact-us-sub{
    background-image: url(../images/sub-heading/contact-us.jpg) !important;
}
.subheading-content{
    margin-top: 90px;
}
.subheading-content h3{
    font-weight: 800;
    font-size: 38px;
    color: #fff;
}
/* SUB HEADING :: END */

/* VISION MISSION :: BEGIN */
.vision-wrap{
    padding: 80px 0;
}
.vision-content{
    background-color: #1f2948;
    padding: 20px 20px;
    border-radius: 8px;
}
.vision-content h3{
    color: #fff;
}
.vision-content p{
    color: #fff;
    opacity: 0.8;
}
.vision-image{
    width: 80px;
    margin: 10px 0;
}
/* VISION MISSION :: END */

/* NEWS :: BEGIN */
.news-wrap{
    padding: 80px 0;
}
.news-right{
    padding: 20px;
    background-color: #f5f7fd;
}
.news-right h5{
    font-weight: 700;
}   
.news-right p{
    opacity: 0.7;
}
.sep-bar{
    background-color: #263c82;
    height: 5px;
    width: 100%;
    margin-bottom: 14px;
}
.right-nav ul{
    list-style: none;
    padding-left: 0;
}
.right-nav a{
    text-decoration: none;
}
.right-nav li{
    margin-bottom: 11px;
    padding: 15px 10px;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}
.right-nav li:hover{
    background-color: #263c82;
    color: #fff;
}
.right-nav{
    padding: 20px;
    background-color: #f5f7fd;
    margin-bottom: 14px;
}
.right-nav-head{
    position: relative;
    overflow: hidden;
    margin-bottom: 24px;
}
.right-nav-head h4{
    margin-bottom: 0;
}
.right-nav-head::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    height: 35px;
    width: 5px;
    background-color: #263c82;
}
.income-wrap-text{
    margin-top: 30px;
}
.income-wrap-text h3{
    font-weight: 700;
}
.income-wrap-text h5{
    font-weight: 500;
}
.income-wrap{
    color: #ff0e00;
}
.d-income-table th{
    background-color: #263c82;
    color: #ffffff;
}
.reward-item-wrap{
    padding: 10px 15px;
    background-color: #0a1432;
    border-radius: 4px;
    margin-bottom: 20px;
    min-height: 300px;
}
.reward-item-text{
    color: #fff;
}
.reward-item-text h4{
    font-weight: 800;
    font-size: 22px;
}
.reward-tem-text p{
    color: #d3d3d3;
    font-size: 14px;
}
.tab-main{
    background-color: #263c82 !important;
    color: #fff !important;
}
/* NEWS :: NED */

/* LOGIN PAGE :: BEGIN */
.login-page-wrap{
    padding: 80px 0;
    display: flex;
    background-image: url(../images/login-reg/login-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.reset-page-wrap{
    padding: 80px 0;
    display: flex;
    background-image: url(../images/login-reg/reset.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.login-right-sec{
    width: 50%;
}
.login-left-sec{
    width: 50%;
    display: flex;
    background-size: cover;
    align-items: center;
    justify-content: end;
}
.login-form{
    width: 100%;
    padding: 20px;
    margin-top: 50px;
}
.login-right-sec{
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items:last baseline;
}
.logins-text{
    max-width: 600px;
}
.login-right-text{
    color: #dfdfdf !important;
}
.form-check{
    color: #ffffff;
}
.logins-text h4{
    color: #ffffff;
}
.login-form h3{
    color: #ffffff;
    font-size: 34px;
    font-weight: 700;
}
.reg-text{
    font-size: 18px;
    color: #fff !important;
    font-weight: bold;
}
.forgot-pass a{
    color: #6e0000;
    opacity: 1;
    font-weight: 600;
    font-size: 14px;
    margin-top: 4px;
    text-decoration: none;
}
.forgot-pass{
    margin-top: 3px
}
.form-group label{
    font-size: 15px;
    font-weight: 700;
    color: #ededed;
}
.form-control:focus{
    color: #212529;
    background-color: #fff;
    border-color: #263c82;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(38 60 130 / 25%);
}
.form-icon-wrap{
    position: relative;
}
.toggle-icon{
    position: absolute;
    right: 15px;
    top: 14px;
}
/* LOGIN PAGE :: END */

/* REGISTER PAGE ::BEGIN */
.register-page-wrap{
    padding: 80px 0;
    display: flex;
    background-image: url(../images/login-reg/555.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
/* REGISTER PAGE :: END */

/* CONTACT US :: BEGIN */
.contact-us-wrap{
    padding: 80px 0;
    background-color: #121f46;
}
.contact-us-wrap  h2{
    color: #fff !important;
}
.contact-page-left{
    /* padding: 80px 0; */
}
.contact-page-text h4{
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}
.contact-page-text ul{
    margin-top: 24px;
    list-style: none;
    padding-left: 0;
    color: #fff;
}
.contact-page-text i{
    color: #189547;
    font-size: 22px;
}
.divider{
    margin-top: 3px;
    color: #ffffff80;
}
.contact-page-right img{
    border-radius: 4px;
}
/* CONTACT US :: END */

/* FOOTER :: BEGIN */
.footer-wrap{
    padding: 40px 0;
    background-color: #000000;
}
.white-hr {
    border: none;
    border-top: 1px solid #ffffff52;  /* Change the color to white */
}
.footer-logo{
    width: 200px;
}
.footer-desc p{
    color: #ffffffa9;
}
.footer-list a{
    text-decoration: none;
    color: #ffffffa9;
}
.footer-list h4{
    font-size: 22px;
    color: #fff;
}
.footer-list h6{
    color: #fff;
    font-weight: 700
}
.footer-list i{
    color: #5f85ff;
}
.footer-list ul{
    list-style: none;
    padding-left: 0;
    font-size: 14px;
}
.footer-list li{
    color: #ffffffa9;
    margin-bottom: 8px;
}
.footer-bottom{
    text-align: center;
    color: #ffff;
}
.footer-bottom p{
    font-size: 12px;
}
.footer-socials ul{
    padding-left: 0;
    list-style: none;
    display: flex;
}
.footer-socials li{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    background-color: #263c82;
    margin-right: 8px;
    height: 35px;
    width: 35px;
    border-radius: 4px;
    color: #fff;
}
/* FOOTER :: END */

/* LEGAL :: BEGIN */
.legal-wrap{
    padding: 80px 0;
}
.legal-head h2{
    font-size: 32px;
}
.legal-wrap li{
    margin-bottom: 8px;
}
.update-one p{
    font-weight: 700;
    font-size: 18px;
    color: #e3e3e3;
    margin-bottom: 0;
    margin: 12px 0;
}
/* LEGAL :: END */

/* MODAL START */
.success-modal .modal-logo{
    width: 125px;
    /* margin: auto; */
}
.success-modal .modal-content{
    position: relative;
}
.success-modal .modal-btn{
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    background-color: #eeeeee;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    cursor: pointer;
}
.success-modal .modal-text p{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 3px;
}
.success-modal .modal-header{
    border-bottom: none;
    padding: 20px 20px 0px 20px;
}
.success-modal .modal-header .btn-close{
    padding: 0;
    margin: 0;
    color: #fff;
}
.success-modal .btn-close:focus {
    outline: 0;
    box-shadow: none;
    opacity: 1;
}
.success-modal .modal-body{
    padding: 10px 20px;
}
.success-modal .modal-copy{
    width: 100%;
    padding: 6px 8px;
    border: .5px solid #d7d7d7;
    border-radius: 4px;
}
.success-modal .modal-footer{
    border-top: none;
    padding: 20px;
    font-size: 12px;
}
.success-modal .mod-bg{
    margin-top: 160px;
}
.success-modal .modal-f{
    background-color: #263c82;
    color: #fff;
    padding: 10px 13px;
    outline: none;
    border: none;
    border-radius: 4px;
}
.success-modal .modal-header{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.success-modal .modal-checkmark{
    margin: auto;
    width: 60px;
}
.success-modal .modal-text{
    text-align: center;
    width: 100%;
}

/* MODAL END */
.number-font{
    font-family: inter;
}
.modal-input {
    padding: 8px;
    background-color: #e7e7e7;
    border-radius: 4px;
}
.modal-input p{
    margin-bottom: 0;
}

.reset-success-msg{
    background-color: #2fc569;
        padding: 5px 20px;
        margin: 8px 0;
        border-radius: 2px;
        color: #fff;
        font-weight: 300;
}
.memberlogin-wrap {
    display: flex;
    align-items: center;
    justify-self: center;
    height: 100vh;
    background-color: #101b3a;
}
.admin-main-top{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-color: #101b3a;
}
.adminlogin-form {
    width: 100%;
    padding: 20px;
    margin-top: 0px;
}
.adminlogin-form h3{
    color: #ffffff;
    font-weight: 700;
    font-size: 32px;
}

.s-failfullname{
    background-color: #fff;
    color: #ff0101;
    padding: 4px 10px;
    border-radius: 2px;
    font-weight: 600;
    font-size: 14px;
}
.s-fullname{
    background-color: #fff;
    color: #0942ff;
    padding: 4px 10px;
    border-radius: 2px;
    font-weight: 600;
    font-size: 14px;
}

/* < !-- REGISTER SUCCESS :: BEGIN --> */
.register-success-wrap{
    background-image: url(../images/reg-success/success.jpg);
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 0;
    background-size: cover;
    background-position: left , 20px;
    background-repeat: no-repeat;
}
.rsw-main{
    background-color: #ffffff14;
    padding: 20px 20px;
    border-radius: 4px;
}
.rsw-icon{
width: 60px;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 25px;
}
.rg-bt{
    background-color: #07288a;
    padding: 8px 10px;
    border: none;
    color: #fff;
}
.register-success-wrap h3{ 
    margin-top: 5px;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
}

.register-success-wrap p{
    color: #fff ;
}
.reg-logo{
    width: 170px;
    margin-bottom: 20px;
    margin: auto;
}
.reg-highlight{
    color: #14763b;
}
.modal-input{
    background-color: #341862;
}
/* < !-- REGISTER SUCCESS :: END --> */

.floating_btn {
    position: fixed;
    bottom: 30px;
    left: 10px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

.contact_icon {
    background-color: #42db87;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
}


.text_icon {
    margin-top: 8px;
    color: #707070;
    font-size: 13px;
}