*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Nunito;
}

body {
    font-family: 'Poppins', sans-serif,;
    background-color: #ffffff;
}



/* navbar */
.top{
    height: 100px;
    background-color: #ffffff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.top-icon i{
    color:#116976 !important;
    font-size: 18px;
    margin-top: 15px;
    margin-left: 10px;
}

.top-iconinfo i{
    color:#808080 ;
    margin-top: 15px;
    margin-left: 10px;
    font-size: 18px;
}

.top-iconinfo p{
    color:#808080 !important;
    margin-top: 15px;
    margin-left: 5px;
}


header{
    font-size: 15px;

}


.navbar-sticky{
    position: sticky;
    top: 0%;
    z-index: 1000;
  
}
.navbar{    
    background-color: #fff;
    height: 100px;
    margin: 30px 130px;
    border-radius: none;
    padding: 8px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-top: 50px;
}

.navbar-brand img{
    width: 200px;
    height: 100px;
}
.nav-link i{
    color: #00A6B4;
}
.offcanvas-title img{
    width: 200px;
    height: 100px;
}

.navbar-toggler{
    border: none;
    font-size: 20px;
}

.navbar-toggler:focus , .btn-close:focus{
    box-shadow: none;
    outline: none;
}

.nav-link{
    color: #776666;
    font-weight: 500;
    position: relative;
}

.nav-link:hover , .nav-link:active{
    color: #000;
}

.dropdown-item:hover , .dropdown-item:active {
    background: none;
    color: #116976;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}
.dropdown-menu{
    margin-top: 7px;
}

.bg-light{
    
    margin: 0px;
    transition: 0.5s margin;
    position:sticky;
    top: 0%;

}
















/* navbar */







/* our journey */
.check-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 1rem;
}
.check-icon {
    width: 24px;
    height: 24px;
    background-color: #116976;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}
/* our journey */





/* startup */
.section-title {
    text-align: center;
    margin-bottom: 100px;
    margin-top: 150px;
}
.section-title h2 {
    font-size: 40px;
    font-weight: bold;
    
}
.section-title p {
    color: #6c757d;
}
.startup{
    border: none;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    
}
.startup-body {
    display: flex;
    align-items: center;
    
    padding: 20px;
}
.startup-body i {
    width: 50px;
    height: 50px;
    margin-right: 20px;
    font-size: 40px;
    color: #116976;
}
.startup-body h5 {
    font-size: 20px;
    font-weight: bold;
}
.startup-body p {
    color: #6c757d;
}
.bg-light-blue {
    background-color: #e8f4f8;
    width: 100%;
}

.bg-lightt-blue:hover{
background-color: #e8f4f8;
columns: white;
border: none;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    cursor: pointer;
}
/* startup */




/* success */
.Success{
    background-color: #f0f0f0;
    border-radius: 10px;
    margin-top: 150px;
}

.Success h1{
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin-top: 50px;
}




.metric-card {
    background: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    text-align: center;
    height: 100%;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.metric-card:hover {
    transform: translateY(-5px);
}

.metric-number {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.metric-number span{
    color: #116976;
}

.metric-label {
    color: #6c757d;
    font-size: 1rem;
}

.hero-image {
    max-width: 100%;
    height: 100%;
}

@media (max-width: 768px) {
    .Success-title {
        font-size: 1.75rem;
        margin-bottom: 2rem;
    }
}

/* success */





#about .about-heading1 {
    /* width: 600px; */
    text-align: center;
    /* margin-left: 200px; */
    margin-bottom: 80px;
    margin-top: 150px;
}

#about .about-heading1 h1 {
    text-align: center;
    font-weight: bold;
    margin-top: 4%;
    margin-bottom: 10px;
    color: #000;
}

#about .about-heading1 p {
    text-align: center;
    color: #6c757d;

}

.card {
    height: 300px;
    margin-bottom: 10px;

}

.card img {
    height: 300px;
    width: 100%;
    border-radius: 5px;

}

.card-title {
    font-weight: bold;
}

.card-img-overlay {
    padding: 50px 30px;
}

.card-img-overlay .card-text i {
    font-size: 18px;
    color: #ffffff;
    display: none;
}

.card-img-overlay:hover .card-text i {
    display: block;
    transition: 1s;
    cursor: pointer;
}

.card-img-overlay .card-icon {
    width: 50px;
    height: 50px;
    font-size: 22px;
    background-color: #fff;
    color: #116976;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.card-img-overlay .card-icon:hover {
    width: 50px;
    height: 50px;
    font-size: 22px;
    background-color: #116976;
    color: #fff;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;

}

.emp {
    margin-top: 100px;
}

#about .about-heading2 {
    /* width: 500px; */
    text-align: center;
    /* margin-left: 370px; */
    margin-bottom: 80px;
    margin-top: 150px;
}

#about .about-heading2 h1 {
    text-align: center;
    font-weight: bold;
    margin-top: 4%;
    margin-bottom: 10px;
    color: #000;
}

#about .about-heading2 p {
    text-align: center;
    color: #6c757d;

}

#about .card-article {
    position: relative;
    margin-bottom: 40px;
    overflow: hidden;
}


#about .card-article1,
.card-article2 {
    position: relative;
    margin-bottom: 40px;
    overflow: hidden;
}
/* .card-article1 .card-img{
    height: 550px;
    width: 550px;
} */

.card-img {
    border-radius: 24px;
}
.over p{
    width: 120px;
    font-weight: 700;
    /* text-align: center; */
    align-items: center;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background-color: #fff;
    color: #116976;
    margin-bottom: 55px;
}

.card-body {
    width: 320px;
    background-color: #fff;
    padding: 24px 32px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    border-radius: 24px;
    position: absolute;
    bottom: -144px;
    left: 0%;
    right: 0%;
    margin-inline: auto;
    /* opacity: 0; */
    transform: 1s 1s opacity;
}

.card-article1 .card-body1 {
    width: 500px;
    background-color: #fff;
    padding: 24px 32px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    border-radius: 24px;
    position: absolute;
    bottom: -144px;
    left: 0%;
    right: 0%;
    margin-inline: auto;
    /* opacity: 0; */
    transform: 1s 1s opacity;
}

.card-article2 .card-body2 {
    width: 500px;
    background-color: #fff;
    padding: 24px 32px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    border-radius: 24px;
    position: absolute;
    bottom: -144px;
    left: 0%;
    right: 0%;
    margin-inline: auto;
    /* opacity: 0; */
    transform: 1s 1s opacity;
}

.card-description {
    display: block;
    font-size: small;
    margin-bottom: 4px;
}

.card_title {
    font-weight: 700;
    color: #000;
    margin-bottom: 4px;
}

.card-button {
    font-size: small;
    font-weight: 500;
    text-decoration: none;
    color: #000;
    display: flex;
    gap: 2px;
}
.face{
    width: 30px;
    background-color: #116976;
    color: #fff;
    border: 1px solid #E8E9E9;
    height: 25px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    border-radius: 5px;
}
.tweet{
    width: 30px;
    background-color: #116976;
    color: #fff;
    border: 1px solid #E8E9E9;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}
.link{
    width: 30px;
    background-color: #116976;
    color: #fff;
    border: 1px solid #E8E9E9;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}


/* animation */
.card-article:hover .card-body,
.card-article1:hover .card-body1,
.card-article2:hover .card-body2 {
    animation: show-data 1s forwards;
    opacity: 1;
    transition: 0.3s opacity;
}

.card-article:hover,
.card-article1:hover,
.card-article2:hover {
    animation: remove-overflow 2s forwards;

}

.card-article:not(:hover),
.card-article1:not(:hover),
.card-article2:not(:hover) {
    animation: show-overflow 2s forwards;
}

.card-article:not(:hover) .card-body,
.card-article1:not(:hover) .card-body1,
.card-article2:not(:hover) .card-body2 {
    animation: remove-data 1s forwards;
}


/* card-animation  */
@keyframes show-data {
    50% {
        transform: translateY(-160px);
    }

    100% {
        transform: translateY(-7rem);
    }
}

@keyframes remove-overflow {
    to {
        overflow: initial;
    }
}

@keyframes remove-data {
    0% {
        transform: translateY(-112px);
    }

    50% {
        transform: translateY(-160px);
    }

    100% {
        transform: translateY(4px);
    }
}

@keyframes show-overflow {
    0% {
        overflow: initial;
        pointer-events: none;
    }

    50% {
        overflow: hidden;
    }

}







/* google map */


.about-heading h1 {
    text-align: center;
    font-weight: bold;
    margin-top: 4%;
    margin-bottom: 10px;
    color: #000;
}


 .about-heading {
    /* width: 500px; */
    text-align: center;
    /* margin-left: 370px; */
    margin-bottom: 80px;
    margin-top: 150px;
}


.about-heading p {
    text-align: center;
    color: #6c757d;

}

.map-container {
    position: relative;
    width: 100%;
    height: 300px;
  
}
.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    border: 0;
}








/* google map */


.download-container{
    position: relative;
    display: flex;
    justify-content:flex-start;
    align-items:flex-start;
    flex-direction: column;
    margin-top: 20px;
  }
  .download-btn{
    position: relative;
    background: #116976;
    color: #fff;
    width: 250px;
    padding: 18px 0;
    text-align: center;
    font-size: 1.3em;
    font-weight: 400;
    text-decoration: none;
    border-radius: 50px;
    box-shadow: 0 5px 25px rgba(1 1 1 / 15%);
    transition:  background 0.3s ease;
  
  }
 
   .download-btn:hover{
    background: #1e9aad;
  }
  .download-btn i{
    margin-right: 5px;
  }

 





/* footer */

.footer-bg{
    background-color:#ffffff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.footer-bggg{
    background-color:#ffffff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.footer-bggg p{
    color:  #000000;
}

.footer-bggg h3{
    color:#000000 ;
}

.footer-bggg .footer-links a{
    color: #000000;
    text-decoration: none;
}

.footer-bgggg .footer-links a:hover{
    color: #116976;
    text-decoration: underline;
}


.footer-bggg .footer-links a i{
    color: #116976;
    padding:    0px 10px;
}

.footer-btn {
    background-color: #116976;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    margin: 2px;
}

.footer-btn:hover{
    background-color: #ffffff;
    color: #116976;
    text-decoration: none;
}


.footer-btnn {
    background-color: #116976;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    margin: 2px;
}
.footer-btnn:hover{
    background-color: #2092a3;
    color: #ffffff;
    text-decoration: none;
}




.contact-links i{
    color: #116976;
    margin-right:10px;   
}




.footer-last{
    background-color: #116976;
    color: #ffffff;
}

.footer-last a {
    color: #55e8ff;
    
    text-decoration: none;
}

.footer-last a:hover {
    
    text-decoration:underline;
}


.input-group .form-control::placeholder{
    color: #116976;
}

/* footer */





/* bottom to top button */


.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color: #116976;
    color: white;
    border: none;
    border-radius: 10px;
    padding: 10px 15px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: opacity 0.3s;
}

.scroll-to-top:hover {
    background-color: #177786;
}

/* bottom to top button */