/* ----------------------------------Aisha Rawat----------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Slab:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Slab:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@font-face {
    font-family: cxi-family;
    src: url(../font/HighlandGothicFLF-Bold.ttf);
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

ul {
    padding-left: 0;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

.main_wrapper {
    background: #F5F7F9;
}

.btn:focus {
    outline: 0;
    box-shadow: none;
}


/* --------------------------------------navbar-------------------------------------------- */

.d-flexxx {
    display: ruby;
    /* text-wrap: nowrap; */
    box-sizing: border-box;
}

.nav_wrapper {
    background: #fff;
    padding: 5px 0;
}

.navbar-brand {
    width: 250px;
    height: 100%;
}

.navbar-brand img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.navbar .nav-link {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin: 0 10px;
    text-transform: uppercase;
}

.btncxi a {
    color: #0F5C95;
    border-radius: 8px;
    padding: 5px 30px;
    border: 1px solid #0F5C95;
    cursor: pointer !important;

}

.gettechBtn:hover {
    cursor: pointer;
    background-color: #0F5C95;
    color: #fff !important;
}

.toggle_btn {
    height: 25px;
    width: 25px;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

.navbar .container-fluid {
    padding: 0 45px;
}


/* ------------------------------------------------banner--------------------------------------------------- */

.banner_wrapper {
    padding: 95px 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner_content {
    padding: 0 20px 0 0;
}

.banner_content span {
    font-size: 17px;
    color: #0F5C95;
    font-weight: 600;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.banner_content h1 {
    font-size: 42px;
    color: #000000;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    margin: 12px 0;
    line-height: 56px;
}

.banner_content p {
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    font-family: "Plus Jakarta Sans", sans-serif;
    margin-top: 5px;
}

.banner_btn a .btn {
    /* text-decoration: 2px underline; */
    color: #0F5C95;
}

.banner_btn .btn {
    color: #0F5C95;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 0;
    margin: 0;
}




/* ---------------------------tabs_wrapper---------------------------- */

.tab_sec {
    width: 100%;
    height: 350px;
}

.tab_img img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.tab-header {
    background: #0F5C95;
    width: 100%;

}

.tab-header .btn {
    border-radius: 7px;
    padding: 5px 15px;
    border: 1px solid #fff;
    color: #fff;
}

.tabs-content_wrapper {
    /* position: relative; */
    width: 100%;
}

.tabs-content_wrapper .title {
    /* padding: 50px 20px 100px; */
    /* text-align: center; */
    font-size: 30px;
    color: #fff;
}

.tabs-content_wrapper .tab-header,
.tabs-content_wrapper .tab-indicator,
.tabs-content_wrapper .tab-body {
    margin: 0 auto;
    /* max-width: 650px; */
    /* width: 100% */
}

.tabs-content_wrapper .tab-header {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    /* height: 60px; */
    /* margin-top: -60px; */
    z-index: 2;
}

.tabs-content_wrapper .tab-header>div {
    width: 25%;
    text-align: center;
    padding: 15px 0px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    transition: color 300ms ease-in-out;
}

.tabs-content_wrapper .tab-header>div.active.btn {
    color: #af6011;
}



.tabs-content_wrapper .tab-indicator {
    position: relative;
    height: 60px;
    margin-top: -60px;
}

.tabs-content_wrapper .tab-indicator>div {
    position: absolute;
    left: 0%;
    width: 25%;
    height: 100%;
    background: #fff;
    border-radius: 10px 10px 0px 0px;
    transition: all 300ms ease-in-out;
}

.tabs-content_wrapper .tab-body {
    position: relative;
    color: #fff;
    margin-top: 25px;
    /* padding: 0 50px; */
    width: 90%;
}

.tabs-content_wrapper .tab-body>div {
    position: absolute;
    /* width: 100%; */
    /* padding: 20px; */
    opacity: 0;
    /* top: -100vh */
}

.tabs-content_wrapper .tab-body>div>* {
    margin: 10px 0px;
}

.tabs-content_wrapper .tab-body>div>p {
    color: #555;
    font-size: 15px;
}

.tabs-content_wrapper .tab-body>div.active {
    top: 0px;
    opacity: 1;
    transition: top 0ms ease-in-out 0ms,
        opacity 500ms ease-in-out 0ms;

}



.tabs_btn .btn {
    background: #016ca5;
    width: fit-content;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-top: 20px;
}

.tab-header .btn:active {
    color: red;
}


/* -----------------------------------talent_wrapper-------------------------------------- */


.talent_wrapper {
    background: #016CA5;
    display: flex;
    justify-content: center;
    padding: 75px 0;
    align-items: center;
    letter-spacing: 0.2px;
}



.talent_wrapper .talent_heading_wrapper span {
    font-size: 16px;
    color: #fff;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.talent_wrapper .talent_heading_wrapper .talent_heading {
    display: flex;
    width: 84%;
    margin-top: 5px;
}

.talent_wrapper .talent_heading_wrapper .talent_heading h2 {
    font-size: 64px;
    margin-right: 24px;
    color: #fff;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.talent_wrapper .talent_heading_wrapper .talent_heading span {
    font-size: 20px;
    margin-top: 8px;
    color: #fff;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 600;
}

.talent_wrapper .talent_content p {
    color: #fff;
    font-size: 17px;
    line-height: 30px;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.talent_wrapper .talent_content .talent_content_btn {
    margin-top: 20px;
}

.talent_wrapper .talent_content .talent_content_btn .btn {
    font-size: 14px;
    font-weight: 600;
    background: #fff;
    color: #016CA5;
    padding: 5px 20px;
    margin-right: 15px;
    font-family: "Plus Jakarta Sans", sans-serif;
}


/* ------------------------------testimonial----------------------------- */
.testimonial_wrapper {
    /* margin-top: 50px; */
    padding: 50px 0 0;
}


.card-body {
    padding: 0;
}

.heading {
    text-align: center;
}

.heading h2 {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #000;
    font-weight: 600;
    margin-bottom: 3px;
}

.heading p {
    text-align: center;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #93979b;
    font-size: 15px;
}

.client_card {
    width: 100%;
    /* height: 245px; */
    border-radius: 20px;
    background: #FFF;
    padding: 5px 30px;
}

.swiper-slide .card {
    /* border:1px solid #fff; */
    box-shadow: 0px 0px 0px 1px #e9ecef;
}

.client_card p {
    color: #016CA5;
    font-family: Abhaya Libre;
    font-size: 40px;
    text-align: left;
    margin-bottom: 10px;
    font-weight: 600;
}

.client_card_content p {
    color: #000000;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #212529;
    margin-top: -20px;
}

.client_card_profile {
    width: 100%;
    height: 100px;
    margin-top: 16px;
    display: flex;
}

.client_img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}


.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-pagination {
    position: static !important;
}

.swiper-pagination-bullet-active {
    background: #fff !important;
}

.client_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.client_name {
    width: 50%;
    margin: 12px;
    /* padding-top: 7px; */
}

.client_name h5 {
    color: #353535;
    /* font-size:; */
    font-weight: 500;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    text-align: left;
}

.client_name p {
    color: #053E7A;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 12px;
    margin-top: -7px;
    font-weight: 400;
    /* line-height: 12px; */
}


/* ------------------------------------choose_us_wrapper---------------------------------------- */

.choose_us_wrapper {
    background: #F5F7F9;
    display: flex;
    align-items: center;
    padding: 50px 0;
}

.choose_us_wrapper .choose_us_heading span {
    font-size: 17px;
    color: #000;
    font-weight: 600;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.choose_us_wrapper .choose_us_heading h2 {
    color: black;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #016CA5;
    font-size: 115px;
    letter-spacing: 0.7px;
    margin-bottom: 0;
    margin-top: -15px;
    margin-left: -8px;
}

.choose_us_wrapper .choose_us_heading p {
    font-size: 34px;
    letter-spacing: 0.5px;
    color: #000;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 800;
    margin-top: -12px;
}

.choose_us_wrapper .choose_us_content p {
    font-size: 15px;
    color: #000;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    /* width: 70%; */
    padding-right: 20px;
    line-height: 27px;
}

.choose_btn .btn {
    color: #0F5C95;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 0;
    margin: 0;

}

.choose_us_card {
    background-color: #016CA5;
    /* width: 90%; */
    margin-left: auto;
    position: absolute;
    /*changes*/
    height: auto;
    /*changes*/
}

/* ------------- my changes start------------------- */

.card-2,
.card-3 {
    opacity: 0;
}

@media(min-width: 992px) {
    .choose_us_wrapper .container {
        height: 600vh;
        position: relative;
    }

    .choose_us_wrapper .row {
        position: sticky;
        height: 100vh;
        top: 0;
    }

    .choose-us-cards-mob {
        display: none;
    }

    .choose-us-cards-desk {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
}

@media (max-width:991px) {
    .choose-us-cards-desk {
        display: none;
    }

    .choose-us-cards-mob {
        display: block;
    }

    .choose-us-cards-mob {
        height: 500vh;
        position: relative;
    }

    .choose-us-cards-mob .choose_us_card-wrapper {
        position: sticky;
        height: 100vh;
        top: 0;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .choose_us_card {
        height: 80vh;
    }
}

/* ------------- my changes end------------------- */

.choose_us_card .choose_card_img {
    height: 40vh;
    width: 100%;
}

.choose_us_card .choose_card_img img {
    clip-path: polygon(0 0, 100% 0, 100% 78%, 0 100%);
    height: 100%;
    width: 100%;
}

.choose_us_card .choose_card_content {
    margin-top: 12px;
    padding: 22px;
    letter-spacing: 0.2px;
}

.choose_us_card .choose_card_content h4 {
    color: #fff;
    width: 75%;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}


.choose_us_card .choose_card_content p {
    color: #fff;
    font-size: 14px;
    font-family: "Plus Jakarta Sans", sans-serif;
}


/* -------------------artical_wrapper------------------- */

.articals_wrapper {
    padding: 50px 0;
}

.artical_cards_wrapper {
    margin-top: 20px;
}

.artical_cards .card-body {
    padding: 12px;
    position: relative;
}

.artical_cards .card-body span {
    background: #016CA5;
    color: #fff;
    padding: 6px 20px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    position: absolute;
    top: -15px;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.artical_cards h5 {
    font-size: 17px;
    font-family: "Plus Jakarta Sans", sans-serif;
    margin-top: 20px;
    font-weight: 600;
}

.artical_cards .card-body p {
    font-size: 13px;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #93979b;
    margin: 10px 0;
}

.artical_cards .card-body .btn {
    font-size: 13px;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #016CA5;
    font-weight: 600;
    padding-left: 0;
}

/* ---------------------------partnership_wrapper------------------------------- */

.partnership_wrapper {
    background: #016CA5;
    padding: 25px 0 0;
    box-shadow: 0px -6px 2px 5px #016CA5;
}

.partnership_wrapper .partnership_img {
    /* height: 400px; */
    width: 100%;
}

.partnership_wrapper .partnership_img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.partnership_content {
    width: 60%;
    margin-right: 75px;
    margin-left: auto;
}

.partnership_content h3 {
    font-size: 37px;
    color: #fff;
    font-weight: 600;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.partnership_content p {
    font-size: 16px;
    color: #fff;
    margin-top: 12px;
    font-weight: 400;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.partnership_content .btn {
    font-size: 14px;
    background: #fff;
    color: #016CA5;
    padding: 5px 20px;
    font-weight: 600;
    margin-top: 10px;
    font-family: "Plus Jakarta Sans", sans-serif;
}

/* ---------------------------we_do_wrapper------------------------------ */

.we_do_wrapper {
    padding: 50px 0;
}

.we_do_heading h4 {
    font-size: 20px;
    font-weight: 600;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.we_do_list ul {
    padding-left: 0;
}


.we_do_list ul li a {
    font-size: 14px;
    font-weight: 500;
    margin-top: 5px;
    color: #000 !important;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.we_do_heading form {
    margin-top: 12px;
}

.we_do_heading form input::placeholder {
    font-size: 13px;
    font-weight: 500;
    padding: 0px;
    border-radius: 12px;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.we_do_heading form .form-control {
    border-radius: 6px 0 0 6px;
}

.we_do_heading form .btn {
    font-size: 14px;
    padding: 0 20px;
    background: #016CA5;
    color: #fff;
    font-weight: 600;
    border-radius: 0 6px 6px 0;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: inherit;
    outline: 0;
    box-shadow: none;
}

/* ---------------------------------footer------------------------------------ */

footer {
    background: #282A32;
}

.footer_logo {
    margin: 0 auto;
    width: 300px;
    height: 125px;
}



.footer_logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

footer p {
    text-align: center;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.footer_list {
    display: flex;
    justify-content: center;
    margin-top: 34px;
}

.footer_list ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    margin: 20px;
    font-family: "Plus Jakarta Sans", sans-serif;
}



.footer_footer {
    margin-top: 12px;
}

.footer_copyright p {
    font-size: 13px;
    font-weight: 400;
}

.social_wrapper {
    border: 1px solid #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social_wrapper i {
    color: #fff;
}


.footer_social_icon ul {
    padding-left: 0;
}

.footer_social_icon ul li {
    margin: 0 10px;
}

.footer_global {
    color: #fff;
    font-size: 13px;
}

/* -------------------------crousel----------------- */

.hidden {
    position: absolute;
    top: -9999999px;
}

#bottommark {
    position: absolute;
    bottom: 0;
}

#animation {
    background-repeat: no-repeat;
    /* position: fixed; */
    top: 0;
    width: 100%;
    margin: 0 auto;
}


/* ---------------------------tab-------------------------- */


/* Page Setup
================================*/
.vh-section-outer {
    display: table;
    width: 100%;
    height: 100vh;
    background: slategray;
}

.section-inner {
    display: table-cell;
    vertical-align: middle;
}

/* Tab Setup
  ================================*/
.tabs {
    margin: 0;
}

.tabs-tags {
    display: flex;
    gap: 1px;
}

.tabs-tags__tag {
    padding: 10px 0;
    width: 100%;
    text-align: center;
    background-color: #016ca5;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.2s;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 600;
    font-size: 18px;
}

.tabs-tags__tag:hover {
    background-color: #0e637a;
}

.tabs-tags__tag.active {
    background-color: #014a5e;
}

.tabs-content {
    padding: 50px;
}

.tabs-content__text {
    font-size: 15px;
    font-family: "Plus Jakarta Sans", sans-serif;
}