    /* Navbar */
    .Nav_Wrapper {
        min-height: 100px;
        position: fixed;
        z-index: 100;
        top: 0;
        left: 0;
        width: 100%;
        transition: background-color 0.5s ease-in-out;
    }
    .Nav_Wrapper .navbar{
        min-height: 100px;
        width: 100%;
        border-bottom: 1px solid rgba(232, 232, 232, 0.238);
        padding-left: 5%;
        padding-right: 5%;
    }
    .navbar-brand img{
        height: 85px;
        width: 150px;
        object-fit: contain;
    }
    .Nav_Wrapper ul li {
        margin-left: 10px;
    }
    .Nav_Wrapper ul li a {
        font-family: "Poppins", sans-serif;
        position: relative;
        font-size: 18px;
        font-weight: 400;
        color: rgb(255, 255, 255) ;
        text-decoration: none;
    }
    .Nav_Wrapper ul li a:hover {
        color: rgb(255, 255, 255) ;
    }
    .Nav_Wrapper ul li a:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        bottom: 0;
        left: 0;
        background-color: #ffffff;
        visibility: hidden;
        transform: scaleX(0);
        transition: all 0.3s ease-in-out 0s;
    }

    .Nav_Wrapper ul li a:hover:before {
        visibility: visible;
        transform: scaleX(1);
    }

    .Nav_Wrapper ul li a:focus:before {
        visibility: visible;
        transform: scaleX(1);
    }

 .contact-btn{
    border: 1px solid rgb(255, 255, 255);
    border-radius: 2px;
    padding: 10px 20px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    color: rgb(255, 255, 255) ;
    font-weight: 500;
    background-color: transparent;
    color: white;
 }
 .contact-btn:hover{
   background-color: white;
   color: black;
 }
/* .container-Custom{
    width: 95%;
    margin: auto;
} */
.scrolled{
    background-color: white !important;
box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}
.scrolled-link{
    color: black !important;
}
.scrolled-btn{
    border: 1px solid black !important;
    color: black !important;
}
.hero-section{
    min-height: 100vh;
    height: 750px;
    background-image: linear-gradient(to right, #004aad 20%,#5eb23f);
    /* background-image: url("../Images/1.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover; */

}
.background-overlay{
    height: 100%;
    width: 100%;
    padding: 5%;
    padding-left: 8%;
    padding-right: 8%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.279);
}

.hero-section h1{
     font-size: 85px;
     color: rgb(255, 255, 255);
     font-weight: 700;
     margin: 0;
     font-family: "Poppins", sans-serif;
     text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}
.hero-section p{
    font-size: 20px;
    color: white;
    line-height: 35px;
    font-family: "Poppins", sans-serif;
    width: 70%;
}
.hero-btn{
    border: 1px solid black;
    padding: 17px 45px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    color: black;
    font-weight: 500;
    background-color: rgb(255, 255, 255);
    border-radius: 0px;
}
.hero-btn:hover{
    border: 1px solid rgb(31, 31, 31);
    background-color: rgb(220, 220, 220);
}
.tagswrapper {
    position: absolute;
    width: 17%;
    top: 50%;
     right: -80px !important;
    transform: translate(-50%, -50%);
}
.tag{
    display: inline-block;
    padding: 7px 15px;
    border: 1px solid rgba(255, 255, 255, 0.158);
    margin-right: 10px;
    margin-bottom: 20px;
    color: white;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    border-radius: 5px;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.1);
    transition: background-color 0.3s ease-in-out;
}

.search-wrap{
   display: flex;
   justify-content: center;
   flex-direction: column;
}

.heading_h1{
        font-size: 40px;
        font-family: "Poppins", sans-serif;
}
.business-card{
    min-height: 520px;
    padding: 10px;
    border-radius: 20px;
    border-top: 1px solid rgb(234, 234, 234);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.business-card img{
    height: 350px;
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}
.card-title{
    font-size: 26px;
    font-family: "Poppins", sans-serif;
    color: rgb(0, 0, 0);
    margin-top: 20px;
}
.card-text{
     font-size: 17px;
    font-family: "Poppins", sans-serif;
    margin-top: 15px;
    margin-bottom: 25px;
    color: rgb(62, 62, 62);
}

.viewmore a {
     font-size: 16px;
     font-family: "Poppins", sans-serif;
    display: flex;
    justify-content: space-between; /* Push text left, arrow right */
    align-items: center;
    width: 100%;
    text-decoration: none;
    padding: 10px;
    color: #000;
    font-weight: 500;
}
.viewmore a span:last-child {
    font-size: 1.4em;
    line-height: 1;
}
.container-wide {
    max-width: 1550px;
    margin: 0 auto;
}

.heading_h2{
        font-size: 42px;
        font-family: "Poppins", sans-serif;
}
.announcentment-wrap{
    min-height: 600px;
    width: 100%;
    background-image: url("../Images/whitebg.png");
    background-position: center;
    background-size: cover;

    display: flex;
    align-items: center;
    justify-content: center;
}
.text-join{
      font-size: 20px;
      line-height: 35px;
        font-family: "Poppins", sans-serif;
}
.join-btn{
    border: 1px solid black;
    padding: 17px 45px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    color: rgb(255, 255, 255) ;
    font-weight: 500;
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}
.join-btn:hover{
    border: 1px solid rgb(31, 31, 31);
    background-color: rgb(31, 31, 31);
}
.join-btn-outlined{
    border: 1px solid black;
    padding: 17px 45px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    color: rgb(0, 0, 0) ;
    font-weight: 500;
    background-color: transparent;
    color: rgb(0, 0, 0);
}
.how_itworkwrap{
    padding: 40px;
    min-height: 320px;
    border-radius: 15px;
box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}
.how_itworkwrap h1{
    font-size: 75px;
    font-family: "Poppins", sans-serif;
    color: #004aad;
    font-weight: 300;
    margin-bottom: 20px;
}
.mini-heading{
   font-family: "Playwrite PL", cursive;
   font-size: 28px;
   color: #004aad;
   font-weight: 500;
}
.howitwork-text{
    font-size: 17px;
    line-height: 30px;
    font-family: "Poppins", sans-serif;
    color: rgb(62, 62, 62);
    margin-bottom: 10px;
}
.footer-custom {
    background-image: linear-gradient(to right, #004aad 20%,#5eb23f);
    padding-top: 5%;
    min-height: 500px;
}

.footersection-title {
    text-transform: uppercase;
    font-size: 26px;
    font-family: "Poppins", sans-serif;
}


.footer-custom p {
    font-size: 17px;
    font-family: "Poppins", sans-serif;
}


@media (max-width: 2000px) {
   .hero-section h1{
     font-size: 65px;
}
}
@media (max-width: 1620px) {
   .container-wide {
    max-width: 95% !important;
    margin: 0 auto;
}
.tagswrapper {
    width: 22%;
}
.heading_h1{
        font-size: 45px;
}
.business-card img{
    height: 300px;
}
}

@media (max-width: 1450px) {
.tagswrapper {
    top: 78%;
    right: -80px !important;
    left: 9% !important;
    transform: translate(0%, 0%);
}
.tagswrapper {
    width: 45%;
}
.heading_h1{
        font-size: 40px;
}
}

@media (max-width: 1099px) {
.hero-section h1{
     font-size: 55px;
}
.hero-section p{
    width: 98%;
}
}

@media (max-width: 991px) {
.hero-section h1{
     font-size: 45px;
}
.hero-section p{
    width: 100%;
}
}

@media (max-width: 767px) {
   .background-overlay{
    padding: 5% !important;
}
 .mini-heading{
   font-size: 20px;
}

.hero-section h1{
     font-size: 28px;
}
.hero-section p{
      font-size: 16px;
    color: white;
    line-height: 25px;
}
.tagswrapper {
    width: 80%;
}
.tag{
    padding: 5px 10px;
    font-size: 14px;
}
.tag_1{
   display: inline-block!important;
   width: 120px !important;
}
.heading_h1{
      font-size: 32px;
}
.text-join{
      font-size: 18px;
      line-height: 25px;
}
.join-btn,.join-btn-outlined{
    width: 100%;
}
}


