<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'NeueMontrealBold', sans-serif;
    src: url('../fonts/NeueMontreal-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'NeueMontrealRegular', sans-serif;
    src: url('../fonts/NeueMontreal-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NeueMontrealLight', sans-serif;
    src: url('../fonts/NeueMontreal-Light.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NeueMontrealMedium', sans-serif;
    src: url('../fonts/NeueMontreal-Medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}


body {
    font-family: "NeueMontrealLight", sans-serif;

}

p {
    font-family: "Poppins", sans-serif;
    margin-bottom: 0;
}

a {
    text-decoration: none;
}

.main_btn {
    border-radius: 90px;
    border: 1px solid #0E2E05;
    padding: 2px;
    width: fit-content;
    display: flex;
    align-items: center;
    margin-left: 35px;
    height: fit-content;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 0;
}

.main_btn p {
    padding: 10px 20px;
    font-weight: 600;
    color: black;
}

.main_btn div {
    width: 40px;
    height: 40px;
    background-color: #0E2E05;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 90px;
}

.banner_head h1 {
    color: var(--Labels-Primary, #000);
    font-size: 75px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.banner_head h1 span {
    color: rgba(111, 190, 88, 1);
}

.head-1 {
    justify-content: end;
}

.head-2 {
    justify-content: start;
    display: flex;
    align-items: center;
    justify-content: space-between;
}




.main_btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    background: linear-gradient(277deg, #24B5AE -42.96%, #6FBE58 125.46%);

    height: 150px;
    width: 200px;
    border-radius: 50%;
}

.main_btn:hover {
    color: #fff;
    border: 1px solid rgb(199, 199, 199);
}

.main_btn:hover div {
    background-color: white;
    transition: all .7s;

}

.main_btn:hover div svg path {
    fill: black;
}

.main_btn:before {
    top: 100%;
    right: 100%;
    transition: all .7s;
}

.main_btn:hover:before {
    top: -50px;
    right: -20px;
}

.main_pt {
    padding-top: 80px;
}

.index_about_Sec h3 {
    color: var(--Labels-Primary, #000);
    font-size: 43px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.counters {
    padding-top: 30px;
}

.counters h2 {
    color: var(--Labels-Primary, #000);
    font-size: 85px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-family: "NeueMontrealLight", sans-serif;

}

.counters {
    display: flex;
}

.counters p {
    color: #969696;
    font-size: 16px;
    font-weight: 400;

}

.index_about_cont h4 {
    color: var(--Labels-Primary, #000);
    font-size: 15px;
    text-align: right;
    font-weight: 400;
    letter-spacing: 1px;
    text-decoration-line: underline;
}

.index_about_cont p {
    color: #A0A0A0;
    font-size: 14px;
    text-align: right;
    font-weight: 400;
    line-height: 26.7px;
    padding-top: 20px;

}

.abt_slider {
    border-radius: 20px;
    background: rgba(111, 190, 88, 0.03);
    padding: 20px;
    min-height: 330px;
    max-height: 330px;
    overflow-y: auto;
}
   
.abt_slider h4 {
    color: #6FBE58;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-top: 10px;
} 

.abt_slider p {
    color: #777;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /* 166.667% */
    letter-spacing: 0.3px;

        /* overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; 
            line-clamp: 3; 
    -webkit-box-orient: vertical; */
}

/* .abt_slider {
    position: relative;
   overflow: hidden;
}

.abt_slider::before {
    content: "";
    position: absolute;
    z-index: -1;
    background: linear-gradient(277deg, #24B5AE -42.96%, #6FBE58 125.46%);
    transform: translate(-320px, 320px);
    width: 530px;
    height: 530px;
    left: -60px;
    top: -60px;
    transition: all .7s;
    border-radius: 540px;
}

.abt_slider:hover:before {
    transform: translate(0px, 0px);
    transition: all .7s;

} */


.index_client_slider {
    background: rgba(111, 190, 88, 0.04);
}

.index_Client h3 {
    color: var(--Labels-Primary, #000);
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.index_Client {
    padding-top: 50px;
    padding-bottom: 50px;
}

.index_Client img {
    height: 30px;
}


.index_slider .swiper-pagination {
    display: none;
}

.index_slider2 .swiper-pagination {
    display: none;
}

.testi_Sec {
    background: #FAFAFA;
}

.testi_Sec h2 {
    color: var(--Labels-Primary, #000);
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 25px;
}

.testi_box {
    border-radius: 20px;
    background: #F4F4F4;
    padding: 25px;
    min-height: 550px;
}

.testi_box p {
    color: #B0B0B0;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    padding-top: 15px;
    /* 180% */
}

.testi_box .testi_name {
    border-radius: 10px;
    background: linear-gradient(90deg, rgba(208, 200, 200, 0.20) 0%, rgba(255, 255, 255, 0.00) 100%);
    padding: 15px;
}

.testi_box .testi_name h5 {
    color: var(--Backgrounds-Primary, #FFF);

    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 21.41px;
    /* 89.209% */
}

.testi_box .testi_name p {
    color: #E7E7E7;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.41px;
    /* 164.693% */
    padding-top: 0px;
}

.testi_slider .swiper-slide-active .testi_box {

    background: #24B5AE;
}

.testi_slider .swiper-slide-active .testi_box p {
    color: white;
}

.swiper-pagination {
    position: relative !important;
    transform: none;
    width: fit-content !important;

}

.swiper-pagination-bullet-active {
    width: 27px !important;
    background-color: #6FBE58 !important;
    border-radius: 10px !important;
}



.swiper-button-next {
    width: 35px !important;
    height: 35px !important;
    background-color: rgba(111, 190, 88, 1) !important;
    /* Change the color as needed */
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.swiper-button-prev {
    width: 35px !important;
    height: 35px !important;
    background-color: rgba(111, 190, 88, 1) !important;
    /* Change the color as needed */
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}



.swiper-button-next::after,
.swiper-button-prev::after {
    content: "" !important;
    width: 10px !important;
    height: 10px !important;
    border: solid white !important;
    /* Arrow color */
    border-width: 0 2px 2px 0 !important;
    display: inline-block !important;
    padding: 3px !important;
}

.swiper-button-next::after {
    transform: rotate(-45deg) !important;
}

.swiper-button-prev::after {
    transform: rotate(135deg) !important;
}

.swiper-button-next {
    top: 26px !important;
}

.swiper-button-prev {
    top: 26px !important;
    right: 60px !important;
    left: auto !important;
}

.testi_slider {
    padding-top: 60px !important;
}

.industries_Sec h3 {
    color: var(--Labels-Primary, #000);
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}

.industries_box img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    border-radius: 10px;
}

.industries_box h4 {
    color: var(--Labels-Primary, #000);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 15px;
}

.industries_box p {
    color: #969696;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.slider-pt {
    padding-top: 50px !important;
}

.team_Sec h3 {
    color: var(--Labels-Primary, #000);
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.team_Sec p {
    color: #A0A0A0;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.7px;
    /* 166.875% */
    letter-spacing: 0.32px;

}

.team-Col {
    background: var(--Miscellaneous-_Kit-Section-Fill, #F5F5F5);
    padding: 25px;
}

.team_box img {
    width: 100%;

}

.team_box h5 {
    color: var(--Labels-Primary, #000);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.48px;
    padding-top: 10px;
}

.team_box p {
    color: #AAA;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 0px !important;
}

.team_Sec .main_btn {
    margin-left: 0px;
}

.flex_head h3 {
    color: var(--Labels-Primary, #000);
    font-size: 43px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.flex_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.start_up img {
    width: 100%;
    border-radius: 10px;
    height: 250px;
    object-fit: cover;
}

.start_up h4 {
    color: var(--Labels-Primary, #000);
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    /* 128.558% */
    letter-spacing: 0.389px;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.start_up button {
    color: var(--Labels-Primary, #000);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.32px;
    border: 0px;
    background-color: transparent;
    display: flex;
    align-items: center;
}

.index_map {
    padding: 25px;
    background-color: #F8F8F8;
    border-radius: 20px;
}

.index_map h3 {
    color: var(--Labels-Primary, #000);
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.index_map p {
    color: #A0A0A0;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.7px;
    /* 160.625% */
    letter-spacing: 0.16px;
}

.index_forms input {
    color: #A1A1A1;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.85);
    margin-top: 20px;
    width: 100%;
    border: 0;
    padding: 11px;
}

.index_forms textarea {
    color: #A1A1A1;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.85);
    margin-top: 20px;
    width: 100%;
    border: 0;
    padding: 11px;
}

.index_forms .main_btn {
    margin-left: 0px;
}

iframe {
    border-radius: 20px;
}

footer {
    background: #F9F9F9;
    margin-top: 40px;
}

footer h2 {
    color: #363636;
    text-align: center;
    font-size: 120px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    width: fit-content;

}

.footer_links {
    display: flex;
    justify-content: center;
    padding-top: 30px;
}

.footer_links .Links {
    display: flex;
    align-items: center;
}

.footer_links .Links p {
    color: #727272;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 42px;
    /* 262.5% */
    letter-spacing: 0.16px;
    text-decoration-line: underline;
    padding-left: 10px;
}

.footer_links .Links p:hover {
    color: #6FBE58;
}

.footer_links .Links svg path {
    fill: #343330;
}

.footer_links a:hover svg path {
    fill: #6FBE58;

}


.copyright_sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copy_p p {
    color: #A4A4A4;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.social_box h5 {
    color: #5A5A5A;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-left: 10px;
    margin-bottom: 0px;
}

.social_box {
    display: flex;
    align-items: center;
    border-radius: 130px;
    background: var(--Miscellaneous-_Kit-Section-Fill, #F5F5F5);
    padding: 5px 20px;
    margin-left: 20px;
}

/* .social_box:hover{
    background: #6FBE58;
}
.social_box:hover h5{
    color: white;
}
.social_box:hover svg path{
    fill: #6FBE58;
} */

.social_icons {
    display: flex;
}

.privacy_Sec {
    display: flex;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.privacy_Sec li a {
    color: var(--Labels-Primary, #000);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-left: 20px;
    border-right: 1px solid grey;
    padding-right: 20px;
    white-space: nowrap;
    margin-bottom: 15px;
}

.star_section {
    position: relative;
}

.star_section h4 {
    color: var(--Labels-Primary, #000);
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.star_section p {
    color: #A0A0A0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.7px;
    /* 160.625% */
    letter-spacing: 0.32px;
}

.star_section .main_btn {
    margin-left: 0px;
}

.borderS {
    border-right: 1px solid grey;
    border-bottom: 1px solid grey;
}

.borderS2 {
    border-left: 1px solid grey;
    border-top: 1px solid grey;
}

.star_abs {
    position: absolute;
    top: -13px;
    left: 0;
    display: flex;
    justify-content: center;
    bottom: 0;
    align-items: center;
}



.profile-pic {
    position: absolute;
    height: 120px;
    width: 120px;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
    z-index: 1001;
    padding: 10px;
}

.profile-pic img {

    border-radius: 50%;
    box-shadow: 0px 0px 5px 0px #c1c1c1;
    cursor: pointer;
    width: 100px;
    height: 100px;
}

.zin {
    position: relative;
    z-index: 2;
}

.breadcrumb {
    align-items: center;
}

.breadcrumb .breadcrumb-item a {
    font-size: 14px;
    color: #969696;
}

.breadcrumb .active {
    font-size: 14px;
    color: #6FBE58;
}

.about_page h3 {
    color: var(--Labels-Primary, #000);
    text-align: center;
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.about_page p {
    color: #A0A0A0;
    text-align: left;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.7px;
    /* 166.875% */
    letter-spacing: 0.32px;
}

.about_page img {
    border-radius: 20px;


}

.mision_box {
    border-radius: 20px;
    background: #F8F8F8;
    padding: 50px 25px;
    position: relative;
    overflow: hidden;
}

.mision_box h3 {
    color: var(--Labels-Primary, #000);
    text-align: center;
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.mission_boxs {
    border-radius: 20px;
    background: var(--Backgrounds-Primary, #FFF);
    padding: 50px;
    height: 100%;
    transition: 1.5s;


}

.mission_boxs h4 {
    color: var(--Labels-Primary, #000);
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.mission_boxs h6 {
    color: #545454;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.4px;
}

.mission_boxs p {
    color: #A0A0A0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.7px;
    /* 166.875% */
    letter-spacing: 0.32px;
}

.mssion_pattern {
    position: absolute;
    z-index: 1;
}

.zin {
    position: relative;

}

.abt_team_section .team-Col {
    background-color: transparent;
    padding:0 12px;
}

.startup_cont h3 {
    color: var(--Labels-Primary, #000);
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.startup_cont p {
    color: #A0A0A0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.7px;
    /* 166.875% */
    letter-spacing: 0.32px;

}

.bg_sec {
    background-color: #F9FCF8;
    ;
}

.breadcrumb {
    margin-bottom: 0px;
    padding-bottom: 10px;
}

.startup_pot_section h3 {
    color: var(--Labels-Primary, #000);
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.potentail_box {
    border-radius: 20px;
    background: #F8F8F8;
    padding: 20px;
    height: 100%;
    transition: 1s;

}

.potentail_box h4 {
    color: var(--Labels-Primary, #000);
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-top: 15px;
}

.potentail_box p {
    color: #777;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /* 166.667% */
    letter-spacing: 0.3px;
}

.blog_det_cont h3 {
    color: var(--Labels-Primary, #000);
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.blog_det_cont img {
    height: 520px;
    object-fit: cover;
    border-radius: 10px;
}

.date {
    border-radius: 3.455px;
    background: #24B5AE;
    padding: 4px 20px;
    width: fit-content;
    color: white;
    margin-top: 20px;
}

.blog_desc {
    padding-top: 20px;
}

.related_blog {
    border-radius: 20px;
    background: #F8F8F8;
    padding: 20px;
}

.realted_head_flex {
    display: flex;
    justify-content: space-between;
}

.realted_head_flex h4 {
    color: var(--Labels-Primary, #000);
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.5px;
}

.realted_head_flex button {
    color: var(--Labels-Primary, #000);
    text-align: right;
    border: 0;
    background-color: transparent;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.32px;
}

.realted_Box {
    border-radius: 15px;
    background: var(--Backgrounds-Primary, #FFF);
    padding: 10px;
    margin-top: 15px;
}

.realted_Box .bottom_flex {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.realted_Box img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;

}

.realted_Box h6 {
    color: var(--Labels-Primary, #000);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /* 147.059% */
    letter-spacing: 0.34px;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.realted_Box .bottom_flex button {
    color: var(--Labels-Primary, #000);
    text-align: right;
    border: 0;
    background-color: transparent;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.32px;

    display: flex;
    align-items: center;
}

.realted_Box .bottom_flex button svg {
    padding-left: 7px;
}

.realted_Box .bottom_flex .date {
    border-radius: 3.455px;
    background: #24B5AE;
    padding: 3px 13px;
    width: fit-content;
    color: white;
    margin-top: 5px;
    font-size: 14px;
}


.modal-content {
    border-radius: 19px;
}

.login_modal .modal-header {
    background: #F9FCF8;
    border-radius: 20px 20px 0px 0px;
    border-bottom: 0px;
    padding: 24px;
}

.login_modal .modal-header h5 {
    font-weight: 600;
}

.modal-body {
    padding: 24px;
}

.modal_close {
    width: 39px;
    height: 39px;
    background-color: white;
    border-radius: 90px;
    border: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px;
}

.modal_forms label {
    color: #1A1A1A;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.modal_forms input {
    border-radius: 8px;
    border: 1px solid #E4E4E4;
    background: rgba(255, 255, 255, 0.85);
    padding: 10px;
    width: 100%;
    font-size: 15px;
}

::placeholder {
    color: #D3D3D3 !important;
}

.modal_btn {
    border-radius: 90px;
    background: #6FBE58;

    text-align: center;
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px;

}

.modal_btn button {
    border: 0px;
    color: white;
    background-color: transparent;
    text-align: center;
    margin: auto;
    justify-content: center;
}

.modal_btn .btn_round {
    width: 40px;
    height: 40px;
    border-radius: 90px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.new_acnd p {
    color: var(--Labels-Primary, #000);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.new_acnd p a {
    color: #6FBE58;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
}

.btn_round i {
    color: #6FBE58;
}

.terms-Conditon label {
    color: #5A5A5A;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.terms-Conditon label a {
    color: #4C5AF0;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.pitch_tabs h3 {
    color: var(--Labels-Primary, #000);
    text-align: center;
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.pitch_tabs .nav {
    width: fit-content;
    margin: auto;
    border-radius: 11.087px;
    background: #F8F8F8;
    padding: 3px 10px;
}

.pitch_tabs .nav-pills .nav-link {
    color: #5C5F64;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 17.739px;
    /* 110.87% */
    letter-spacing: 0.8px;
}

.pitch_tabs .nav-pills .nav-link.active,
.nav-pills .show&gt;.nav-link {
    border-radius: 6.652px;
    background: #6FBE58;
    box-shadow: 0px 4.435px 37.696px 0px rgba(0, 0, 0, 0.05);
    color: white;
}

.tab_box {
    border-radius: 20px;
    background: var(--Backgrounds-Primary, #FFF);
    box-shadow: 0px 10px 30px 10px rgba(0, 0, 0, 0.02);
    width: 70%;
    margin: auto;

}

.tab_box .tab_header {
    border-radius: 20px 20px 0px 0px;
    background: #F8F8F8;
    padding: 30px;
}

.tab_box .tab_body {
    padding: 30px;
}

.modal_forms textarea {
    border-radius: 8px;
    border: 1px solid #E4E4E4;
    background: var(--Backgrounds-Primary, #FFF);
    width: 100%;
}

.modal_forms select {
    border-radius: 8px;
    border: 1px solid #E4E4E4;
    background: var(--Backgrounds-Primary, #FFF);
    width: 100%;
    padding: 10px;
    font-size: 15px;
    color: #A1A1A1;

}

.career_Section h3 {
    color: var(--Labels-Primary, #000);
    text-align: center;
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.career_Section p {
    color: #A0A0A0;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.7px;
    /* 166.875% */
    letter-spacing: 0.32px;
}

.career_box {
    padding: 25px;
    background-color: #F9F9F9;
    border-radius: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.career_box h4 {
    color: var(--Labels-Primary, #000);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.7px;
    /* 121.364% */
    letter-spacing: 0.44px;
}

.carer_btns h6 {
    color: var(--Backgrounds-Primary, #FFF);
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 26.7px;
    /* 205.385% */
    letter-spacing: 0.26px;
    border-radius: 5px;
    background: #24B5AE;
    padding: 2px 13px;
    width: fit-content;
    margin-bottom: 0px;
}

.carer_btns p {
    border-radius: 5px;
    background: #000;
    color: var(--Backgrounds-Primary, #FFF);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 26.7px;
    /* 205.385% */
    letter-spacing: 0.26px;
    padding: 2px 13px;
    margin-bottom: 0px;
    width: fit-content;
    margin-left: 20px;


}

.carer_btns {
    display: flex;
}

.career_location p {
    color: var(--Labels-Primary, #000);
    padding-left: 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.7px;
    /* 166.875% */
    letter-spacing: 0.16px;
    text-align: start !important;
}

.career_location ul li {
    color: #828282;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    padding-top: 19px;
    letter-spacing: 0.14px;
}

.career_location .modal_btn {
    background-color: transparent;
    border: 1px solid grey;
}

.career_location .modal_btn .btn_round {
    background-color: #0E2E05
}

.career_location .modal_btn button {
    color: #000;
}

.career_location .modal_btn .btn_round i {
    color: white;
}


.dream_position_Sec .modal_btn {
    background-color: transparent;
    border: 1px solid grey;
    width: 40%;
    margin: auto;
}


.dream_position_Sec .modal_btn .btn_round {
    background-color: #0E2E05
}

.dream_position_Sec .modal_btn button {
    color: #000;
}

.dream_position_Sec .modal_btn .btn_round i {
    color: white;
}







.dream_position_Sec .dream_position_Sec {
    border-bottom: 1px solid #EAEAEA;
    background: #F9FCF8;
    margin-top: 50px;
}

.dream_position_Sec h4 {
    color: var(--Labels-Primary, #000);
    text-align: center;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.dream_position_Sec p {
    color: var(--Labels-Primary, #000);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24.7px;
    /* 176.429% */
    letter-spacing: 0.28px;
}

.profile_section h3 {
    color: var(--Labels-Primary, #000);
    text-align: center;
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.profile_box {
    border-radius: 15px;
    background: #F9F9F9;
    width: 70%;
    margin: auto;
    padding: 25px;
}

.head_profile {
    display: flex;
    justify-content: space-between;
}

.head_profile h4 {
    color: var(--Labels-Primary, #000);
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.25px;
}

.head_profile p {
    color: #6FBE58;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.28px;
}


.prof_flex p {
    color: var(--Labels-Primary, #000);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.15px;
}

.prof_flex {
    display: flex;
}

.profile_box h2 {
    color: var(--Labels-Primary, #000);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.2px;
}

.prof_box {
    border-radius: 10px;
    background: var(--Backgrounds-Primary, #FFF);
    padding: 20px;

}

.prof_box h4 {
    color: var(--Labels-Primary, #000);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.28px;
}

.prof_box h6 {
    color: var(--Labels-Primary, #000);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32px;
}

.prof_box_Flex {
    display: flex;
}

.prof_box_Flex p {
    color: #7E7E7E;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.26px;
}

.prof_box_Flex p span {
    color: #000000;
}

.prof_box p {
    color: #929292;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.24px;
}

.prof_box {
    display: flex;
    align-items: center;
}

.back_btn {
    position: absolute;
    top: 0;
    left: -10%;
}

.edit_profile_sec .tab_box {
    width: 34%;
}

.edit_profile_sec .back_btn {
    left: -14%;
}

.res_head-h1 {
    display: none !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none !important;
}

.swiper-button-next i,
.swiper-button-prev i {
    color: white;
}

/* midhun styles */

.error-message {
    color: red;
    font-size: 14px;
    margin-top: 5px;
}

.logout_btn button {
    border: 0;
    background-color: transparent;
    color: #6FBE58;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.28px;
    text-decoration-line: underline;
    text-align: center;
}

.logout_btn {
    text-align: center;
}

.startup_Slider img {
    width: 100%;
    height: 700px;
    object-fit: cover;
}

.startup_Slider {
    position: relative;
}

.startup_Slider_cont {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0000007b;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.startup_Slider_cont h3 {
    width: 50%;
    color: var(--Backgrounds-Primary, #FFF);
    text-align: center;
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


/* midhun added */
.usrnme {
    color: #898989;
    /* leading-trim: both;
    text-edge: cap; */
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.2px;
}

.forget_passowrd a {
    color: #6FBE58;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;

}

.forget_passowrd {
    margin-top: 15px;
}



.otp-field {
    flex-direction: row;
    column-gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.otp-field input {
    height: 45px;
    width: 42px;
    border-radius: 6px;
    outline: none;
    font-size: 1.125rem;
    text-align: center;
    border: 1px solid #ddd;
}

.otp-field input:focus {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.otp-field input::-webkit-inner-spin-button,
.otp-field input::-webkit-outer-spin-button {
    display: none;
}


.resend_otp {
    color: #6FBE58;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
}
.iti{
    width: 100%;
}
.successPopup h6{
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}
.successPopup .clsBtn{
    background-color: #000;
    border: none;
    border-radius: 50%;
     color: white;
     width: 25px;
     height: 25px;
     display: flex;
     justify-content: center;
     align-items: center;
}
.terms-sec p{
    font-size: 16px;
    color: #736f6f;
    margin-bottom: 30px;
}
.terms-sec h3{
    font-size: 18px;
    font-weight: 600;
}
.counters p{
    font-size: 14px;
}
.header-flex a.active{
    color: #6FBE58;
}
.footerBigText{
    height: 100%;
    width: fit-content;
    display: flex;
    overflow: hidden;
    border-bottom: 2px solid #363636;
}
/* footer h2{
    transform: translateY(100%);
}
@keyframes slideUp {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}

footer h2 {
    transform: translateY(100%);
    transition: transform 0.5s ease;
} */

.footerBigText.animated h2 {
    animation: slideUp 0.5s forwards;
}
.footerTop{
    display: flex;
    justify-content: center;
}

.testi_slider .swiper-slide-active .testi_box svg path{
  fill: white;
}
.mobileNav{
    display: none;
}
.mobileNav .user_btn a{
    margin-left: 0 !important;
}
.banner-img img {
    height: 70vh;
    object-fit: cover;
}
.carousel-control-next, .carousel-control-prev{
    height: 70vh;
    top: auto;
    bottom: 0;
}
.main_btn:hover p{
    color: white;
}
#file-upload-button{
    background-color: #000000;
    color: white;
}
.fileUpload{
    position: relative;
    border: none !important;
}
.fileUpload::after{
    /* position: absolute;
    left: 3px;
    height: 91%;
    top: 3px;
    width: 104px;
    background-color: #ffffff;
    content: "Upload File";
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E4E4E4;
    border-radius: 10px; */
}
.passArea{
    position: relative;
}
.passArea i{
    position: absolute;
    right: 10px;
    top: 15px;
    cursor: pointer;
}
.succes-imgs i{
    font-size: 41px;
    color: green;
    padding-bottom: 20px;
}


.mission_boxs:hover{
    background-color: #6FBE58;
    transition: 1.5s;
}

.mission_boxs:hover  h4{
    color: white;
}

.mission_boxs:hover  h6{
    color: white;
}

.mission_boxs:hover  p{
    color: white;
}

.potentail_box:hover{
    background-color: #6FBE58;
    transition-duration: 1s;
}
.potentail_box:hover h4{
    color: white;
}
.potentail_box:hover p{
    color: white;
}

.social_box h5:hover{
    color: #6FBE58;
}

.testiimg{
    border-radius: 20px;
}</pre></body></html>