@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900&display=swap");

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
/*Generic colors*/
:root {
    --gray-white-color: #FEFEFE;
    --white-color: #fff;
    --black-color: #000;
    --blue-color: #2E08B2;
    --custom-card-bg: #F7F7F7;
    --blue-text-color: #1800FF;
}
/*Who we are colors (about us) */
:root {
    --dark-purple-blue: #120F24;
    --dark-black: #171717;
    --light-blue: #0000EE;
    --royal-blue: #01009A;
}

html,
body {
    background-color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    line-height: 21px;
    color: #414453;
    /* overflow-x: hidden; */
}

    body::-webkit-scrollbar {
        width: 6px;
        height: 6px;
    }

    body::-webkit-scrollbar-track {
        background: #5f5f5f;
        border-radius: 5px;
    }

    body::-webkit-scrollbar-thumb {
        background: #352865;
        border-radius: 5px;
        opacity: 0.3;
    }

        body::-webkit-scrollbar-thumb:hover {
            background: #352865;
        }

/*.grid-card {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(auto-fill, minmax(370px, 1fr));
    grid-template-rows: repeat(10, auto);
}*/

.border-left {
    border-left: 2px solid #ddd;
}

.dp-flex {
    display: flex;
    row-gap: 8px;
    column-gap: 8px;
}

.custom-gap-2 {
    margin-top: 2px;
}

.custom-gap-4 {
    margin-top: 4px;
}

.custom-gap-6 {
    margin-top: 6px;
}

.custom-gap-8 {
    margin-top: 8px;
}

.custom-gap-10 {
    margin-top: 10px;
}

.custom-gap-12 {
    margin-top: 12px;
}

.custom-gap-14 {
    margin-top: 14px;
}

.custom-gap-16 {
    margin-top: 16px;
}

.custom-gap-18 {
    margin-top: 18px;
}

.custom-gap-20 {
    margin-top: 20px !important;
}

.custom-gap-22 {
    margin-top: 22px;
}

.custom-gap-24 {
    margin-top: 24px;
}

.custom-gap-26 {
    margin-top: 26px;
}

.custom-gap-28 {
    margin-top: 28px;
}

.custom-gap-30 {
    margin-top: 30px;
}

.custom-gap-32 {
    margin-top: 32px;
}

.custom-gap-34 {
    margin-top: 34px;
}

.custom-gap-36 {
    margin-top: 36px;
}

.custom-gap-38 {
    margin-top: 38px;
}

.custom-gap-40 {
    margin-top: 40px;
}

.custom-gap-42 {
    margin-top: 42px;
}

.custom-gap-44 {
    margin-top: 44px;
}

.custom-gap-46 {
    margin-top: 46px;
}

.custom-gap-48 {
    margin-top: 48px;
}

.custom-gap-50 {
    margin-top: 50px;
}

.custom-gap-52 {
    margin-top: 52px;
}

.custom-gap-54 {
    margin-top: 54px;
}

.custom-gap-56 {
    margin-top: 56px;
}

.custom-gap-58 {
    margin-top: 58px;
}

.custom-gap-60 {
    margin-top: 60px;
}

.custom-gap-62 {
    margin-top: 62px;
}

.custom-gap-64 {
    margin-top: 64px;
}

.custom-gap-66 {
    margin-top: 66px;
}

.custom-gap-68 {
    margin-top: 68px;
}

.custom-gap-70 {
    margin-top: 70px;
}

.custom-gap-72 {
    margin-top: 72px;
}

.custom-gap-74 {
    margin-top: 74px;
}

.custom-gap-76 {
    margin-top: 76px;
}

.custom-gap-78 {
    margin-top: 78px;
}

.custom-gap-80 {
    margin-top: 80px;
}

.custom-gap-82 {
    margin-top: 82px;
}

.custom-gap-84 {
    margin-top: 84px;
}

.custom-gap-86 {
    margin-top: 86px;
}

.custom-gap-88 {
    margin-top: 88px;
}

.custom-gap-90 {
    margin-top: 90px;
}

.custom-gap-92 {
    margin-top: 92px;
}

.custom-gap-94 {
    margin-top: 94px;
}

.custom-gap-96 {
    margin-top: 96px;
}

.custom-gap-98 {
    margin-top: 98px;
}

.custom-gap-100 {
    margin-top: 100px;
}

.custom-col-gap-2 {
    column-gap: 2px;
}

.custom-col-gap-2 {
    column-gap: 2px;
}

.custom-col-gap-4 {
    column-gap: 4px;
}

.custom-col-gap-6 {
    column-gap: 6px;
}

.custom-col-gap-8 {
    column-gap: 8px;
}

.custom-col-gap-10 {
    column-gap: 10px;
}

.custom-col-gap-12 {
    column-gap: 12px;
}

.custom-col-gap-14 {
    column-gap: 14px;
}

.custom-col-gap-16 {
    column-gap: 16px;
}

.custom-col-gap-18 {
    column-gap: 18px;
}

.custom-col-gap-20 {
    column-gap: 20px;
}

.custom-col-gap-22 {
    column-gap: 22px;
}

.custom-col-gap-24 {
    column-gap: 24px;
}

.custom-col-gap-26 {
    column-gap: 26px;
}

.custom-col-gap-28 {
    column-gap: 28px;
}

.custom-col-gap-30 {
    column-gap: 30px;
}

.custom-col-gap-32 {
    column-gap: 32px;
}

.custom-col-gap-34 {
    column-gap: 34px;
}

.custom-col-gap-36 {
    column-gap: 36px;
}

.custom-col-gap-38 {
    column-gap: 38px;
}

.custom-col-gap-40 {
    column-gap: 40px;
}

.custom-col-gap-42 {
    column-gap: 42px;
}

.custom-col-gap-44 {
    column-gap: 44px;
}

.custom-col-gap-46 {
    column-gap: 46px;
}

.custom-col-gap-48 {
    column-gap: 48px;
}

.custom-col-gap-50 {
    column-gap: 50px;
}

.custom-col-gap-52 {
    column-gap: 52px;
}

.custom-col-gap-54 {
    column-gap: 54px;
}

.custom-col-gap-56 {
    column-gap: 56px;
}

.custom-col-gap-58 {
    column-gap: 58px;
}

.custom-col-gap-60 {
    column-gap: 60px;
}

.custom-col-gap-62 {
    column-gap: 62px;
}

.custom-col-gap-64 {
    column-gap: 64px;
}

.custom-col-gap-66 {
    column-gap: 66px;
}

.custom-col-gap-68 {
    column-gap: 68px;
}

.custom-col-gap-70 {
    column-gap: 70px;
}

.custom-col-gap-72 {
    column-gap: 72px;
}

.custom-col-gap-74 {
    column-gap: 74px;
}

.custom-col-gap-76 {
    column-gap: 76px;
}

.custom-col-gap-78 {
    column-gap: 78px;
}

.custom-col-gap-80 {
    column-gap: 80px;
}

.custom-col-gap-82 {
    column-gap: 82px;
}

.custom-col-gap-84 {
    column-gap: 84px;
}

.custom-col-gap-86 {
    column-gap: 86px;
}

.custom-col-gap-88 {
    column-gap: 88px;
}

.custom-col-gap-90 {
    column-gap: 90px;
}

.custom-col-gap-92 {
    column-gap: 92px;
}

.custom-col-gap-94 {
    column-gap: 94px;
}

.custom-col-gap-96 {
    column-gap: 96px;
}

.custom-col-gap-98 {
    column-gap: 98px;
}

.custom-col-gap-100 {
    column-gap: 100px;
}

.bold {
    font-weight: 600 !important;
}

.semi-bold {
    font-weight: 400 !important;
}

.padding-12 {
    padding: 12px
}

.padding-16 {
    padding: 16px
}

.padding-20 {
    padding: 20px
}

.padding-24 {
    padding: 24px
}

.padding-32 {
    padding: 32px
}

.padding-36 {
    padding: 36px
}
/* Navbar */
/* Desktop */

ul {
    list-style: none;
}

.navbar {
    background-color: #fff;
    /* background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0)); */
    /* background: linear-gradient(to bottom, rgb(0 0 0 / 76%), rgb(0 0 0 / 37%)); */
    transition: all 0.5s;
    z-index: 997;
    padding: 40px 96px;
    /*    padding: 32px 96px;*/
    top: 0;
    position: sticky;
    backdrop-filter: blur(5px);
    height: 62px;
}

/*nav.scrolled {
    background-color: #fff;*/
/* background-color: #ffffffe0; */
/*transition: all 0.5s;
    z-index: 997;
    box-shadow: 0px 0px 12px -1px #bbbbbb54;
}*/

.navbar-brand img {
    width: 150px;
}

/*nav.scrolled .dropdown .dropbtn, nav.scrolled .about-us a, nav.scrolled .dropdown .dropbtn, nav.scrolled .partnerships a {
    color: #000;
}*/
nav .dropdown .dropbtn, nav .about-us a, nav .dropdown .dropbtn, nav .partnerships a {
    color: #000 !important;
}

.dropdown-position {
    position: inherit !important;
}

.dropdown {
    float: left;
    overflow: hidden;
    position: relative;
}

    .dropdown .dropbtn {
        font-size: 16px;
        border: none;
        outline: none;
        color: white;
        padding: 14px 16px;
        background-color: inherit;
        font: inherit;
        margin: 0;
    }

    .navbar a:hover,
    .dropdown:hover {
        color: rgba(0, 0, 0, 0.4);
    }

.dropdown-content {
    position: absolute;
    background-color: #fefefe;
    width: 100%;
    height: 800px;
    top: 80px;
    left: 0;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    padding: 48px 140px 48px 110px;
    opacity: 0;
    /* transform: translateY(-20px); */
    transition: opacity 0.4s ease-out, transform 0.4s ease-out;
    pointer-events: none;
}

/* .dropdown:hover  */
.dropdown-content {
    opacity: 1;
    /* transform: translateY(0); */
    pointer-events: auto;
}

.nav_img {
    background: #000;
    width: 400px;
    height: 250px;
    border-radius: 8px;
}

.arrow-down {
    margin-left: 10px;
    font-size: 12px;
}

.active_row {
    color: rgba(0, 0, 0, 0.4) !important;
}

.dropdown-content a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
}

.card-container {
    display: flex;
    flex-wrap: wrap;
}

.card {
    border: none;
    box-shadow: none;
}

.card-body {
    padding: 20px;
    height: 140px;
}

.card-title {
    font-weight: 600;
    color: #000;
    font-size: 16px;
}

.card-text {
    font-weight: 400;
    color: #000;
    font-size: 14px;
}

.highlight {
    border-top: 2px solid #007bff;
    padding-top: 10px;
    color: #007bff;
}

.bottom-section {
    /* border: 1px dashed #007bff; */
    padding: 20px;
    margin-top: 20px;
}

.dropdown-content .card {
    background-color: #f7f7f7;
}

.card_height {
    height: 225px;
}

.dropbtn.active {
    border-bottom: 3px solid #1b1aff;
    background: #ffffff26;
    border-radius: 4px 4px 0px 0px;
}

.dropdown-content {
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.7s ease-out, transform 0.7s ease-out;
    pointer-events: none;
}

    .dropdown-content.show {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }

.for_desktop {
    display: flex;
    align-items: baseline;
}

.about-us a, .partnerships a {
    border: none;
    outline: none;
    color: #000;
    padding: 14px 16px;
    background-color: inherit;
    font: inherit;
    margin: 0;
    text-decoration: none;
}

    .about-us a:hover, .partnerships a:hover {
        border-bottom: 3px solid #1b1aff;
        border-radius: 4px 4px 0px 0px;
    }

.cursor-default {
    cursor: default !important;
}

.cursor-pointer {
    cursor: pointer !important;
}
/* Desktop  End */
/* Mobile */
.for_mobile_only {
    display: flex;
    align-items: center;
    column-gap: 16px;
}

#mobile_menu_trigger,
#mobile_menu_search,
#mobile_menu_globe,
#mobile_menu_contact,
#mobile_menu_user {
    display: none;
}
/* .bars_icon img{
  width: 20px;
  } */
@media (max-width: 768px) {
    .navbar {
        padding: 6px;
    }

    #mobile_menu_trigger,
    #mobile_menu_search,
    #mobile_menu_contact,
    #mobile_menu_globe,
    #mobile_menu_user {
        display: block;
    }

    .for_desktop {
        display: none !important;
    }
    /* .custom-indicators-bg {
    display: none;
  } */
    .card_height {
        height: 100%;
    }

    .navbar-brand img {
        width: 100px;
    }

    .bars_icon img {
        width: 20px
    }
}

#mobile_menu_trigger {
    font-size: 20px;
    text-align: center;
    background-color: transparent;
    color: #fff;
    border: none;
    cursor: pointer;
    z-index: 2;
}

#mobile_menu_container {
    position: fixed;
    right: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: left;
    background-color: rgb(0 0 0 / 75%);
    z-index: 999;
    -webkit-transition: all 0.35s cubic-bezier(0.79, 0.14, 0.15, 0.86);
    -moz-transition: all 0.35s cubic-bezier(0.79, 0.14, 0.15, 0.86);
    -o-transition: all 0.35s cubic-bezier(0.79, 0.14, 0.15, 0.86);
    transition: all 0.35s cubic-bezier(0.79, 0.14, 0.15, 0.86);
}

    #mobile_menu_container.open {
        right: 0;
    }

#mobile_menu_container_inner {
    width: 100%;
    /* max-width: 400px; */
    background-color: white;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.mobile_menu_top {
    border-bottom: 1px solid #e9e9e9;
    position: relative;
    left: 0;
    top: 0;
    padding: 0 50px 0 0;
    text-align: center;
}

    .mobile_menu_top a {
        display: block;
        width: 146px;
        height: auto;
    }

    .mobile_menu_top img {
        display: block;
        width: 100%;
    }

.mobile_menu_close {
    position: absolute;
    right: 0;
    top: 0;
    width: 57px;
    text-align: center;
    height: 57px;
    line-height: 57px;
    font-size: 20px;
    cursor: pointer;
}

.mobile_menu_back_btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 95px;
    text-align: center;
    height: 57px;
    line-height: 57px;
    font-size: 16px;
    cursor: pointer;
}

    .mobile_menu_back_btn .mbl_arrow_left {
        font-size: 13px;
    }

#mobile_menu_image_links {
    width: auto;
    padding: 0 11px;
    overflow-x: auto;
    overflow-y: hidden;
}

#mobile_menu_links {
    width: 550px;
    padding: 20px 0 20px 0;
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
    border-bottom: 1px solid #e9e9e9;
}

    #mobile_menu_links a {
        width: 16.66666666667%;
        text-decoration: none;
        text-align: center;
        font-weight: 500;
        color: #414453;
        font-size: 12px;
        text-transform: uppercase;
    }

    #mobile_menu_links img {
        display: block;
        height: 78px;
        width: auto;
        margin: 0 auto 10px auto;
    }

#mobile_menu {
    position: absolute;
    left: 0;
    top: 55px;
    right: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
    border-top: 1px solid #f4f4f4;
    padding: 16px;
}

    #mobile_menu a,
    #mobile_menu span {
        display: block;
        text-decoration: none;
        font-size: 16px;
        font-weight: 500;
        padding: 15px 20px;
        text-transform: capitalize;
        position: relative;
        left: 0;
        top: 0;
        /* border-bottom: 1px solid #f4f4f4; */
        color: #414453;
        cursor: pointer;
        /* background-color: #fff; */
    }
    /* #mobile_menu a:hover,
#mobile_menu span:hover {
  background-color: white;
  color: #a62a2a;
} */
    #mobile_menu i {
        position: absolute;
        right: 20px;
        top: 18px;
        color: #434447;
        font-size: 13px;
    }

    #mobile_menu .mobile_menu_back i {
        position: static;
        margin-right: 10px;
    }

    #mobile_menu i.static {
        position: static;
        margin-right: 10px;
    }

    #mobile_menu .submenu {
        position: absolute;
        width: 100%;
        top: 0;
        bottom: 0;
        background-color: #fff;
        left: 100%;
        z-index: 1;
        padding: 0;
        -webkit-transition: all 0.35s cubic-bezier(0.79, 0.14, 0.15, 0.86);
        -moz-transition: all 0.35s cubic-bezier(0.79, 0.14, 0.15, 0.86);
        -o-transition: all 0.35s cubic-bezier(0.79, 0.14, 0.15, 0.86);
        transition: all 0.35s cubic-bezier(0.79, 0.14, 0.15, 0.86);
    }

        #mobile_menu .submenu.open {
            left: 0;
        }

    #mobile_menu .sub_sub_menu > ul {
        position: absolute;
        width: 100%;
        top: 0;
        bottom: 0;
        background-color: #fff;
        left: 100%;
        z-index: 2;
        padding: 0;
        -webkit-transition: all 0.35s cubic-bezier(0.79, 0.14, 0.15, 0.86);
        -moz-transition: all 0.35s cubic-bezier(0.79, 0.14, 0.15, 0.86);
        -o-transition: all 0.35s cubic-bezier(0.79, 0.14, 0.15, 0.86);
        transition: all 0.35s cubic-bezier(0.79, 0.14, 0.15, 0.86);
    }

        #mobile_menu .sub_sub_menu > ul.open {
            left: 0;
        }

    #mobile_menu span.mobile_menu_back {
        background-color: #fff;
        width: 30%;
        /* text-align: right; */
    }

        #mobile_menu span.mobile_menu_back:hover {
            color: #000;
            font-weight: 400;
        }

            #mobile_menu span.mobile_menu_back:hover i {
                color: #000;
                /* font-weight: 400; */
            }

.mbl_nav_img {
    width: 330px;
    height: 200px;
    margin-bottom: 1rem !important;
    margin: 0 auto;
}
/* Accordian */
#mobile_menu .accordion {
    width: 100%;
    margin: 10px auto 0 auto;
    border: 0;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

#mobile_menu .accordion-item {
    border-bottom: 1px solid #ddd !important;
    border: 0;
}

#mobile_menu .accordion-header {
    background: #fff;
    padding: 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
}

#mobile_menu .accordion-content {
    display: none;
    padding: 15px 20px;
    background: #fff;
}

.chevron {
    transition: transform 0.3s ease;
}

#mobile_menu h4 {
    padding-left: 20px;
    font-size: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
}

#mobile_menu .accordion-content ul {
    padding: 0;
}
/* Accordian End*/

/* Mobile End*/

/* Navbar End */

/* Section 1 */
.section_1 {
    background: #000;
    /* background: linear-gradient(180deg, #352865 0%, #0b0f1b 100%),
    url(<path-to-image>) lightgray 50% / cover no-repeat; */
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.21) 0%, rgba(0, 0, 0, 0.70) 100%); */
}

.carousel-item {
    position: relative;
    height: 94vh;
}

    .carousel-item img {
        width: 100%;
        height: 90vh;
        object-fit: cover;
        /* float: inline-end; */
    }

    .carousel-item .ai_img_class {
        width: 1512px;
        height: 90vh;
        object-fit: cover;
        /* float: inline-end; */
        right: -150px;
        position: absolute;
        overflow: hidden;
    }

    .carousel-item::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 2;
        background-image: linear-gradient(180deg, rgb(125 125 125 / 0%), rgb(0 0 0));
    }

.carousel-caption {
    position: absolute;
    top: 30%;
    left: 6%;
    text-align: left;
    z-index: 99;
}

.section_1 h1 {
    width: 700px;
    color: #fff;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 76px; /* 158.333% */
    text-transform: capitalize;
}

.section_1 p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: white;
}

.width_568px {
    width: 568px;
}

.width_720px {
    width: 720px;
}

.carousel-caption a {
    border: 1px solid white;
    display: flex;
    color: white;
    width: 151px;
    padding: 10px 18px 10px 10px;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    gap: 10px;
    text-decoration: none;
    margin-top: 54px;
    transition: 0.3s all ease-in-out;
}

    .carousel-caption a:hover {
        border: 1px solid white;
        display: flex;
        color: white;
        width: 161px;
        padding: 10px 18px 10px 10px;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        gap: 10px;
        text-decoration: none;
        margin-top: 54px;
    }

    .carousel-caption a img {
        width: max-content;
        height: max-content;
        object-fit: cover;
        transition: 0.3s all ease-in-out;
    }

.custom-indicators-bg {
    /* background: rgba(0, 0, 0, 0.185);
  backdrop-filter: blur(5px);
  width: 89%;
  margin: 0 auto;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 70px; */
    background: rgba(0, 0, 0, 0.185);
    backdrop-filter: blur(5px);
    width: 87%;
    margin: 0 auto;
    position: absolute;
    right: 35px;
    left: 0;
    bottom: 24px;
    z-index: 99;
}

.custom-indicators {
    display: flex;
    justify-content: space-around;
    background: rgba(0, 0, 0, 0.185);
    padding: 15px 0;
    position: absolute;
    width: 100%;
    bottom: 15px;
    backdrop-filter: blur(5px);
}

    .custom-indicators button {
        background: none;
        border: none;
        color: white;
        padding: 10px 15px;
        font-size: 1rem;
        cursor: pointer;
        opacity: 0.5;
    }

        .custom-indicators button.active {
            opacity: 1;
            border-top: 2px solid white;
        }

    .custom-indicators button {
        opacity: 1;
        border-top: 2px solid rgba(255, 255, 255, 0.2);
    }

.vedio_tag_class_active {
    background-color: #000;
}

.video_tag_class {
    height: 102vh;
}

.col-gap-40 {
    column-gap: 40px;
}

.contact-button {
    display: block;
    text-align: center;
    width: auto;
    padding: 10px 10px 10px 10px;
    background: #1b1aff;
    border: 1px solid #1b1aff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: #fff;
    text-decoration: none;
    transition: 0.3s all ease-in-out;
}

    .contact-button:hover {
        display: block;
        text-align: center;
        width: auto;
        padding: 10px 10px 10px 10px;
        background: #1b1aff;
        border: 1px solid #1b1aff;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        color: #fff !important;
        text-decoration: none;
        transition: 0.3s all ease-in-out;
    }

.globe_icon .bi-globe,
.search_icon .fa-search {
    color: #fff;
    font-size: 20px;
}

.progress-indicators {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 120px;
    margin: 0 auto;
}

.progress-item {
    flex: 1;
    cursor: pointer;
    position: relative;
    padding: 24px 10px 10px 10px;
    transition: all 0.3s ease;
}

.progress-label {
    display: block;
    margin-top: 12px;
    margin-bottom: 8px;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    white-space: nowrap;
}

.progress-container {
    width: 100%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    overflow: hidden;
}

.progress-bar {
    height: 100%;
    width: 0;
    background-color: #fff;
    transition: width 0.1s linear;
}

.progress-item.active .progress-bar {
    animation: progressAnimation 8s linear;
}

@keyframes progressAnimation {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .carousel-item img,
    .carousel-item .ai_img_class {
        width: -webkit-fill-available;
        object-fit: cover;
        position: initial !important;
    }
    /* .video_tag_class {
    width: 420px;
    height: auto;
  } */
    .carousel-caption h1 {
        width: 330px;
        color: #fff;
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: 36px;
        text-transform: capitalize;
    }

    .carousel-caption {
        position: absolute;
        top: 25%;
        left: 7%;
        text-align: left;
    }

        .carousel-caption p {
            font-size: 14px;
            font-style: normal;
            font-weight: 300;
            line-height: normal;
            color: white;
        }

    .width_568px,
    .width_720px {
        width: 320px;
    }

    .progress-label {
        display: none;
    }

    .custom-indicators-bg {
        width: 100%;
        bottom: 20px;
    }

    .progress-indicators {
        width: 90%;
        gap: 10px;
    }

    .progress-item {
        padding: 20px;
    }
}

/* Section 1 End*/
/* what_we_do_section */
.what_we_do_section {
    background: #fff;
    height: 100%;
    padding: 100px 96px;
    overflow: hidden;
}

    .what_we_do_section h1 {
        font-weight: 300;
        font-size: 40px;
        color: #000;
    }

    .what_we_do_section p {
        font-weight: 300;
        font-size: 16px;
        line-height: 25.6px;
        color: #000;
    }

.width-700 {
    width: 700px;
}

.all_cap_button {
    font-weight: 400;
    font-size: 13px;
    line-height: 15.6px;
    color: #000;
    text-decoration: none;
    width: max-content;
    transition: 0.3s all ease-in-out;
    white-space: nowrap;
}

.button_arrow_right,
.button_arrow_left {
    width: 14px;
    height: 17px;
}

.all_cap_button:hover img {
    margin-left: 5px;
    transition: 0.3s all ease-in-out;
}

.all_cap_button:hover {
    color: #000;
}

.whatWeDoCardWrapper {
    position: relative;
    margin: auto;
    overflow: visible;
    margin-top: 40px;
}

    .whatWeDoCardWrapper .swiper-slide {
        width: 430px !important;
    }

.whatWeDoCard-card {
    position: relative;
    width: 430px;
    height: 500px;
    border: none;
    overflow: hidden;
    border-radius: 0px;
    flex-shrink: 0;
    transition: border 0.3s ease-in-out;
    border: 2px solid transparent;
}

    .whatWeDoCard-card img {
        width: 430px;
        height: 600px;
        object-fit: cover;
        transition: transform 0.6s ease, filter 0.6s ease;
    }

    .whatWeDoCard-card:hover img {
        transform: translateY(250px) scale(2.1);
        filter: blur(7px);
    }

.whatWeDoCard-card-overlay {
    position: absolute;
    top: 20px;
    left: 0;
    width: 370px;
    height: 180px;
    padding: 24px;
    opacity: 1;
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
    transform: translateY(20px);
}

.whatWeDoCard-card:hover .whatWeDoCard-card-overlay {
    opacity: 1;
    transform: translateY(0);
}

.whatWeDoCard-card-title-small {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 37px;
    transition: none;
}

.whatWeDoCard-card-title {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    line-height: 37px;
    width: 302px;
    transition: none;
}

.whatWeDoCard-card-text {
    margin-top: 12px;
    color: #fefefe;
    font-size: 16px;
    font-weight: 400;
    opacity: 0;
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
    transform: translateY(20px);
    width: 302px;
}

.whatWeDoCard-card:hover .whatWeDoCard-card-text {
    opacity: 1;
    transform: translateY(0);
}

.whatWeDoCard-card-button:hover {
    color: #fff;
    text-decoration: none;
}

.whatWeDoCard-card-button {
    position: absolute;
    bottom: 20px;
    right: 20px;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
    transform: translateY(20px);
}

.whatWeDoCard-card:hover .whatWeDoCard-card-button {
    opacity: 1;
    transform: translateY(0);
}

.whatWeDoCardWrapper .whatWeDoArrow {
    position: absolute;
    right: 30px;
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 20px;
}

    .whatWeDoCardWrapper .whatWeDoArrow .countIndex {
        background: black;
        color: white;
        padding: 10px;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
    }

.whatWeDoCardWrapper .swiper-pagination-bullet-active,
.whatWeDoCardWrapper .swiper-pagination-bullet {
    border-radius: 24px;
    height: 2px;
    width: 130px;
    margin: 0 !important;
}

.whatWeDoCardWrapper .swiper-pagination-bullet-active {
    background-color: #000 !important;
    transition: all 0.3s ease-in-out;
}

.whatWeDoCardWrapper .swiper-pagination-bullet {
    transition: all 0.3s ease-in-out;
    background-color: #6e6e6e !important;
}

.whatWeDoCardWrapper .swiper-pagination {
    bottom: -60px !important;
    left: 0;
    right: auto;
    text-align: left;
    padding-left: 0;
    width: 85% !important;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 768px) {
    .whatWeDoCard-card {
        width: 300px;
        height: 350px;
    }

    .whatWeDoCardWrapper .swiper-slide {
        /* width: auto !important; */
    }
    /* .whatWeDoCard-Wrapper {
    overflow-x: auto;
  } */
    .whatWeDoCard-card img {
        width: 350px;
        height: 400px;
    }

    .whatWeDoCard-card:hover img {
        transform: translateY(150px) scale(2.1);
        filter: blur(6px);
    }

    .whatWeDoCard-card-overlay {
        width: 295px;
        height: 145px;
        padding: 5px 15px;
    }

    .whatWeDoCard-card-title-small {
        /* color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px; */
    }

    .whatWeDoCard-card-title {
        font-size: 24px;
        width: 100%;
        /* line-height: 24px; */
    }

    .whatWeDoCard-card-text {
        font-size: 12px;
        width: 100%;
    }

    .whatWeDoCard-card-button {
        right: 20px;
        font-size: 14px;
    }

    .what_we_do_section {
        height: auto;
        padding: 100px 16px;
    }

        .what_we_do_section h1 {
            font-weight: 400;
            font-size: 22px;
            color: #000;
        }

        .what_we_do_section p {
            font-weight: 400;
            font-size: 14px;
            line-height: 25.6px;
            color: #000;
        }

    .width-700 {
        width: 100%;
    }

    .whatWeDoCardWrapper .swiper-pagination-bullet-active,
    .whatWeDoCardWrapper .swiper-pagination-bullet {
        border-radius: 24px;
        height: 2px;
        width: 20px;
        margin: 0 !important;
    }

    .whatWeDoCardWrapper .whatWeDoArrow {
        right: 0;
        gap: 20px;
    }

    .whatWeDoCardWrapper .swiper-pagination {
        width: 70% !important;
    }

    .whatWeDoCardWrapper .whatWeDoCard-card {
        position: relative;
        width: 330px;
        height: 350px;
        border: none;
        overflow: hidden;
        border-radius: 0px;
        flex-shrink: 0;
        transition: border 0.3s ease-in-out;
        border: 0;
    }

        .whatWeDoCardWrapper .whatWeDoCard-card img {
            width: 400px;
            height: 450px;
            object-fit: cover;
        }

    .whatWeDoCardWrapper .whatWeDoArrow .countIndex {
        background: black;
        color: white;
        padding: 11px;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 11px;
        letter-spacing: 0px;
    }

    .whatWeDoCardWrapper .whatWeDoArrow img {
        width: 16px;
    }
}

/* what_we_do_section End */
/* Section 2 */
.solution_section {
    background: #000a1c;
    position: relative;
}

.solution_img_1 {
    object-position: 500px;
    background: #0d0f0e;
}

#carouselExampleIndicators2 .carousel-item {
    height: 85vh;
}

.width-515px {
    width: 515px;
}

.solution_section .solutions_small_text {
    font-size: 16px !important;
    font-weight: 300 !important;
    /* margin: 0 !important; */
    color: #fefefe !important;
}

.solution_section .solutions_heading {
    color: #fefefe;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 63px;
}

.solution_section .solutions_p {
    color: #fefefe;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

#carouselExampleIndicators2 .carousel-item p::before {
    content: url(../images/vec.png);
    position: absolute;
    top: 0%;
    left: 21.5%;
    opacity: 14%;
}

#carouselExampleIndicators2 .carousel-indicators [data-bs-target] {
    position: absolute;
    width: 100%;
    height: 2px;
    border: 0.2px solid #fefefe;
    border-radius: 24px;
    background: #a9a8a82e;
    cursor: default;
    border: 0;
}

    #carouselExampleIndicators2 .carousel-indicators [data-bs-target] span {
        content: "";
        position: absolute;
        top: 0%;
        left: 0%;
        width: 0;
        height: 100%;
        background: #fff;
        border-radius: inherit;
        cursor: default;
        transition: width 0.05s linear;
    }

#carouselExampleIndicators2 .carousel-item {
    transition: transform 0.6s ease-in-out;
}

#carouselExampleIndicators2 .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 30px;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 20%;
    margin-bottom: 1rem;
    margin-left: 5.6%;
    list-style: none;
}

.right_left_count {
    position: absolute;
    right: 140px;
    bottom: 20px;
    z-index: 1;
    border-radius: 88px;
    background: radial-gradient( 50% 50% at 50% 50%, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.27) 15%, rgba(0, 0, 0, 0.33) 100% );
    backdrop-filter: blur(16px);
}

#carouselExampleIndicators2 .carousal_left {
    background: #fff;
    z-index: 1;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: 0;
}

    #carouselExampleIndicators2 .carousal_left .carousel-control-prev,
    #carouselExampleIndicators2 .carousal_left .carousel-control-prev {
        color: #000;
    }

#carouselExampleIndicators2 .carousal_right {
    border: 0;
    background: #fff;
    z-index: 1;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.count_carousal {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    background: #000;
    /* border: 1px solid #fff; */
}

@media (max-width: 768px) {
    .solution_img_1 {
        object-position: center;
        background: #0d0f0e;
    }

    #carouselExampleIndicators2 .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: 20px;
        left: 0;
        z-index: 2;
        display: flex;
        justify-content: center;
        padding: 0;
        margin-right: 40%;
        margin-bottom: 1rem;
        margin-left: 7.5%;
        list-style: none;
    }

    #carouselExampleIndicators2 .carousal_left {
        background: #fff;
        z-index: 1;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        border: 0;
    }

    #carouselExampleIndicators2 .carousal_right {
        border: 0;
        background: #fff;
        z-index: 1;
        border-radius: 50%;
        width: 30px;
        height: 30px;
    }

    .right_left_count {
        left: auto;
        bottom: 20px;
        z-index: 1;
        right: 25px;
    }

    .count_carousal {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        color: #fff;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        background: #000;
        /* border: 1px solid #fff; */
    }

    .width-515px {
        width: 330px;
    }

    .solution_section .solutions_heading {
        width: 350px;
        color: #fff;
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: 27px;
    }

    .solution_section .solutions_p {
        color: #fefefe;
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }

    .solution_section .carousel-caption a {
        border: 1px solid white;
        display: flex;
        color: white;
        width: 151px;
        padding: 10px 18px 10px 10px;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        gap: 10px;
        text-decoration: none;
        margin-top: 20px;
        transition: 0.3s all ease-in-out;
    }

        .solution_section .carousel-caption a:hover {
            border: 1px solid white;
            display: flex;
            color: white;
            width: 161px;
            padding: 10px 18px 10px 10px;
            flex-direction: row;
            align-items: center;
            justify-content: space-around;
            gap: 10px;
            text-decoration: none;
            margin-top: 20px;
        }
}
/* Section 2 End */

/* Industry we serve  Section */
.industry_section {
    background: #fff;
    height: 100%;
    padding: 100px 96px;
    overflow: hidden;
}

    .industry_section h1 {
        font-weight: 300;
        font-size: 40px;
        color: #000;
    }

    .industry_section p {
        font-weight: 300;
        font-size: 16px;
        line-height: 25.6px;
        color: #000;
    }
.industries-heading-p {
    font-size: 16px;
    font-weight: 600;
    color: #161616;
    cursor: default
}

.w-290px {
    width: 19%;
    float: left;
    margin: 5px
}

.small-cards {
    background-color: #F5F4FE;
}
.carouselWrapper {
    position: relative;
    margin: auto;
    overflow: visible;
    margin-top: 40px;
}

    .carouselWrapper .card {
        position: relative;
        width: 550px;
        height: 436px;
        border: none;
        overflow: hidden;
        border-radius: 0px;
        flex-shrink: 0;
        transition: border 0.3s ease-in-out;
        border: 0;
    }

.industry_section .carousel-wrapper .card-container {
    flex-wrap: nowrap;
}

.carouselWrapper .card img {
    width: 596px;
    height: 800px;
    object-fit: cover;
}

.carouselWrapper .card-overlay {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 428px;
    height: 180px;
    padding: 24px 24px 32px 24px;
    background: radial-gradient( 50% 50% at 50% 50%, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0.33) 15%, rgba(0, 0, 0, 0.4) 100% );
    backdrop-filter: blur(16px);
}

.carouselWrapper .card-title {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 37px;
}

.carouselWrapper .card-text {
    margin-top: 12px;
    color: #fefefe;
    font-size: 16px;
    font-weight: 300;
}

.carouselWrapper .IndustriesArrow {
    position: absolute;
    right: 30px;
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 20px;
}

    .carouselWrapper .IndustriesArrow .count {
        background: black;
        color: white;
        padding: 10px;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
    }

.carouselWrapper .swiper-pagination-bullet-active,
.carouselWrapper .swiper-pagination-bullet {
    border-radius: 24px;
    height: 2px;
    width: 240px;
    margin: 0 !important;
}

.carouselWrapper .swiper-pagination-bullet-active {
    background-color: #000 !important;
    transition: all 0.3s ease-in-out;
}

.carouselWrapper .carouselWrapper .swiper-pagination-bullet {
    transition: all 0.3s ease-in-out;
    background-color: #6e6e6e !important;
}

.carouselWrapper .swiper-pagination {
    bottom: -60px !important;
    left: 0;
    right: auto;
    text-align: left;
    padding-left: 0;
    width: 85% !important;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 768px) {
    .industry_section {
        padding: 50px 20px;
        height: auto;
    }

        .industry_section h1 {
            font-weight: 400;
            font-size: 22px;
            color: #000;
        }

        .industry_section p {
            font-weight: 400;
            font-size: 14px;
            line-height: 25.6px;
            color: #000;
        }
    .w-290px {
        width: 100%;
        float: left;
        margin: 5px 0px;
    }
    .carouselWrapper .swiper-pagination-bullet-active,
    .carouselWrapper .swiper-pagination-bullet {
        border-radius: 24px;
        height: 2px;
        width: 30px;
        margin: 0 !important;
    }

    .carouselWrapper .IndustriesArrow {
        right: 0;
        gap: 20px;
    }

    .carouselWrapper .swiper-pagination {
        width: 70% !important;
    }

    .carouselWrapper .card {
        position: relative;
        width: 310px;
        height: 350px;
        border: none;
        overflow: hidden;
        border-radius: 0px;
        flex-shrink: 0;
        transition: border 0.3s ease-in-out;
        border: 0;
    }

        .carouselWrapper .card img {
            width: 400px;
            height: 450px;
            object-fit: cover;
        }

    .carouselWrapper .card-overlay {
        position: absolute;
        bottom: 20px;
        left: 10px;
        width: 290px;
        height: 180px;
        padding: 24px;
        background: radial-gradient( 50% 50% at 50% 50%, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0.33) 15%, rgba(0, 0, 0, 0.4) 100% );
        backdrop-filter: blur(16px);
    }

    .carouselWrapper .card-title {
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        line-height: 24px;
    }

    .carouselWrapper .card-text {
        margin-top: 12px;
        color: #fefefe;
        font-size: 13px;
        font-weight: 300;
    }

    .carouselWrapper .IndustriesArrow .count {
        background: black;
        color: white;
        padding: 11px;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 11px;
        letter-spacing: 0px;
    }

    .carouselWrapper .IndustriesArrow img {
        width: 16px;
    }
}
/* Industry we serve  Section End */
/* Why Tafawaq Arabia Section */
.why_Tafawaq_section {
    background: #fff;
    padding: 100px 130px 100px 100px;
}

.Tafawaq-title {
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    color: #000;
}

.Tafawaq-card {
    float: left;
    width: 25%;
    height: 373px;
    padding: 36px;
    border: 1px solid #ededed;
    margin-top: 60px;
}

    .Tafawaq-card img {
        width: 60px;
        height: 60px;
        object-fit: cover;
    }

    .Tafawaq-card .count {
        color: #161616;
        font-size: 40px;
        font-style: normal;
        font-weight: 300;
        line-height: 43.5px;
        margin-top: 12px;
        margin-bottom: 0;
    }

    .Tafawaq-card .desc {
        color: #262b3f;
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        margin-top: 16px;
    }

.home-card {
    height: 373px;
    padding: 36px;
    background-image: linear-gradient(0deg, #B8FFF1 0%, #D5D1FF 29.33%, #FEFEFE 100%);
    /*background-image: linear-gradient( 0deg, rgba(160, 244, 238, 0.22) 0%, rgba(24, 0, 255, 0.22) 100% );*/
}

    .home-card .desc {
        color: #262b3f;
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        margin-top: 16px;
    }

    .home-card .count {
        color: #161616;
        font-size: 40px;
        font-style: normal;
        font-weight: 300;
        line-height: 43.5px;
        margin-top: 20px;
        margin-bottom: 0;
    }

    .home-card img {
        width: 60px;
        height: 60px;
        object-fit: cover;
    }

@media (max-width: 768px) {
    .why_Tafawaq_section {
        padding: 12px 12px 100px 12px;
    }

    .Tafawaq-title {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .Tafawaq-card .count {
        font-size: 22px;
    }

    .Tafawaq-card .desc {
        font-size: 12px;
        margin: 0;
    }

    .Tafawaq-card {
        float: left;
        width: 50%;
        height: 230px;
        padding: 20px;
        border: 1px solid #ededed;
        margin-top: 0px;
    }

        .Tafawaq-card img {
            width: 30px;
            height: 30px;
            object-fit: cover;
        }
}

/* Why Tafawaq Arabia Section End */

/* Customer Success Story Section */
.customer_success_section {
    padding: 100px 96px;
    background: #000;
    height: 100%;
    position: relative;
}

.overlay_csr_bg {
    position: absolute;
    top: 0;
    right: 15px;
}

    .overlay_csr_bg img {
        width: 1512px;
        height: 720px;
    }

.customer_success_section h5 {
    font-size: 54px;
    font-weight: 300;
    line-height: 67px;
    color: #fff;
    margin-bottom: 0;
    transition: opacity 0.5s ease-in-out;
}

.width-431px {
    width: 431px;
}

.margin-top-195px {
    margin-top: 195px;
}

.customer_success_section p {
    transition: opacity 0.5s ease-in-out;
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    line-height: 25.6px;
    margin-top: 12px;
    margin-bottom: 0;
}

.customer_success_img {
    position: relative;
}

    .customer_success_img .main_img {
        transition: opacity 0.5s ease-in-out;
        height: 450px;
        width: 670px;
        object-fit: cover;
        position: relative;
    }

    .customer_success_img .play_button {
        transition: opacity 0.5s ease-in-out;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-310%, -50%);
    }

        .customer_success_img .play_button img {
            width: 100px;
            height: 100px;
            object-fit: cover;
            transition: opacity 0.5s ease-in-out;
        }

.csr_next_prev {
    margin-top: 32px;
}

.csr_controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.csr_count {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
}

.csr_leftarrow_button,
.csr_rightarrow_button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 0;
}

.fade-out {
    opacity: 0;
}

/* Fade-in class for transitions */
.fade-in {
    opacity: 1;
}

@media (max-width: 768px) {
    .customer_success_section {
        height: auto;
        padding: 30px 20px;
    }

    .customer_success_img .main_img {
        height: 250px;
        width: 315px;
        object-fit: cover;
        position: relative;
        margin-bottom: 20px;
    }

    .width-431px {
        width: 100%;
    }

    .customer_success_img .play_button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .customer_success_section h5 {
        font-size: 22px;
        font-weight: 400;
        line-height: 34px;
        color: #fff;
        margin-bottom: 0;
    }

    .margin-top-195px {
        margin-top: 30px;
    }

    .overlay_csr_bg {
        display: none;
    }

    .csr_leftarrow_button,
    .csr_rightarrow_button {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        border: 0;
    }
}
/* Customer Success Story Section End */

/* NewsRoom Section */
.net_log_card_bg {
    background: #f7f7f7;
}

.newsroom_section {
    background: #fff;
    padding: 100px 96px;
}

    .newsroom_section .newsroom_title {
        color: #000;
        font-size: 40px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }

    .newsroom_section .newsroom_subtitle {
        color: #000;
        font-size: 18px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }

.width_587px {
    width: 587px;
}

.newsroom_section .new_main_img {
    width: 90%;
    height: 100%;
    object-fit: cover;
}

.newsroom_section .newsroom_card p {
    width: 533px;
}

.padding-64 {
    padding: 64px;
}

.custom-border-newsroom {
    border-left: 1px solid #ededed;
}

.custom-border-bottom-newsroom {
    border-bottom: 1px solid #ededed;
}

.newsroom_section .newsroom_card h1 {
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: 43.5px;
}

.newsroom_section .newsroom_card p {
    margin-top: 12px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
}

.mt-32 {
    margin-top: 32px;
}

.newsroom_section .container-fluid {
    position: relative;
}

.sticky-column {
    position: sticky;
    top: 150px;
    height: fit-content;
    align-self: flex-start;
}

.scrollable-column {
    min-height: 100vh;
}

.sticky-column-inovations {
    position: sticky;
    top: 150px;
    height: fit-content;
    align-self: flex-start;
}

.scrollable-column-inovations {
    min-height: 100vh;
}

.newsroom_card {
    background: #fff;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .sticky-column {
        position: relative;
        top: 62px !important;
        background-color: #fff;
    }

    .sticky-column-inovations {
        position: relative;
        top: 0px !important;
        background-color: #fff;
    }
}

@media (max-width: 768px) {
    .newsroom_section {
        background: #fff;
        padding: 30px 20px;
    }

        .newsroom_section .newsroom_title {
            font-size: 22px;
        }

        .newsroom_section .newsroom_card {
            width: 100%;
            padding: 20px;
            /* border: 1px solid #ededed; */
        }

            .newsroom_section .newsroom_card h1 {
                color: #000;
                font-size: 16px;
                font-style: normal;
                font-weight: 300;
                line-height: 24.5px;
            }

            .newsroom_section .newsroom_card p {
                margin-top: 12px;
                color: #000;
                font-size: 13px;
                font-style: normal;
                font-weight: 300;
                line-height: 22px;
                width: 100%;
            }

    .mbl_margin {
        margin-top: 20px;
    }

    .width_587px {
        width: 100%;
    }

    .newsroom_section img {
        width: 100%;
    }

    .newsroom_section .new_main_img {
        width: 100%;
    }
}
/* NewsRoom Section End */

/* Key Alliance */
.key-alliance_section {
    background: #fff;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.logo-slider {
    background: #fff;
    width: 100%;
    overflow: hidden;
    padding: 50px 0;
}

.slider-track {
    display: flex;
    gap: 130px;
    animation: scroll 15s linear infinite;
}

.logo-slider .slide img {
    height: 60px;
    width: auto;
    display: block;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.slider-track {
    width: calc(100% * 1);
}

.key-alliance_section p {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

@media (max-width: 768px) {
    .key-alliance_section p {
        font-size: 22px;
    }

    .logo-slider {
        padding: 0;
    }

    .slider-track {
        gap: 20px;
    }

    .logo-slider .slide img {
        height: 40px;
    }
}
/* Key Alliance End */
/* Section Career */
.career_section {
    position: relative;
}

    .career_section::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgb( 0 0 0 / 45% ); /* Change the color and opacity as needed */
    }

.career-img {
    height: 89vh;
    width: 100%;
    object-fit: cover;
}

.career_section .career_inner {
    width: 881px;
    position: absolute;
    top: 25%;
    left: 45%;
    transform: translate(-45%, 20%);
    text-align: center;
}

    .career_section .career_inner h6 {
        color: #fff;
        font-size: 13px;
        font-style: normal;
        font-weight: 300;
        line-height: 17px;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .career_section .career_inner p {
        color: #fff;
        text-align: center;
        font-size: 40px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-top: 16px;
        margin-bottom: 0;
    }

    .career_section .career_inner .joinus_button {
        border: 1px solid white;
        display: block;
        color: white;
        width: 140px;
        padding: 14px 18px 14px 10px;
        text-decoration: none;
        margin: 16px auto;
        transition: 0.3s all ease-in-out;
        cursor: pointer;
        border-radius: 4px;
    }

        .career_section .career_inner .joinus_button:hover {
            border: 1px solid white;
            display: block;
            color: white;
            width: 150px;
            padding: 14px 18px 14px 10px;
            text-decoration: none;
            margin: 16px auto;
            transition: 0.3s all ease-in-out;
        }

@media (max-width: 768px) {
    .career_section .career_inner {
        width: 100%;
    }

        .career_section .career_inner p {
            font-size: 18px;
            margin-top: 5px;
        }

    .career-img {
        height: 100%;
    }

    .career_section .career_inner .joinus_button {
        padding: 7px 12px;
    }

        .career_section .career_inner .joinus_button:hover {
            padding: 7px 12px;
        }
}
/* Section Career End */
/* Reach out section */

.reachout_section {
    background: #fff;
    padding: 50px 0;
}

    .reachout_section h3 {
        color: #000;
        font-size: 40px;
        font-style: normal;
        font-weight: 300;
        line-height: 43.5px; /* 135.938% */
    }

.width-50-auto {
    width: 870px;
    margin: 0 auto;
}
/* .form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: auto;
  line-height: 1.25;
} */
textarea.form-control {
    height: 150px !important;
}

.form-control:focus,
.form-select:focus {
    box-shadow: none !important;
    border: 1px solid #18181b !important;
}

textarea {
    resize: none;
}

.form-control,
.form-select {
    border: 1px solid #dbdbdb !important;
}

.submit_button {
    margin-top: 32px;
    background: #1b1aff;
    border: 1px solid #1b1aff;
    color: #fff;
    padding: 10px 18px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    /* border-radius: 5px; */
    cursor: pointer;
    width: 133px;
    transition: 0.3s all ease-in-out;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

    .submit_button:hover {
        background: transparent;
        border: 1px solid #1b1aff;
        color: #1b1aff;
        padding: 10px 18px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 14px;
        font-weight: 400;
        /* border-radius: 5px; */
        cursor: pointer;
        width: 133px;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    }

@media (max-width: 768px) {
    .width-50-auto {
        width: 93%;
        margin: 0 auto;
    }

    .reachout_section h3 {
        font-size: 18px;
        line-height: 24.5px;
    }
}
/* Reach out section End */
/* BlockChain-main Section */
.blockchain-main-section {
    /* padding: 100px 130px 100px 96px; */
    position: relative;
}

    .blockchain-main-section .main-section-overlay {
        background-image: url("../img/blockChain-Main/bg_img.webp");
        background-size: cover;
        width: 100%;
        height: 368px;
        background-position-y: -200px;
    }

    .blockchain-main-section .generative-ai-overlay {
        background-image: url("../img/services-page-images/main-banner.svg");
        background-size: cover;
        width: 100%;
        height: 368px;
        background-position-y: 0px;
    }

    .blockchain-main-section .appdevelopment-overlay {
        background-image: url("../img/services-banner/Application-deveopment.png");
        background-size: cover;
        width: 100%;
        height: 368px;
        background-position-y: 0px;
    }

    .blockchain-main-section .cloud-consulting-overlay {
        background-image: url("../img/services-banner/Cloud-Consulting.png");
        background-size: cover;
        width: 100%;
        height: 368px;
        background-position-y: 0px;
    }

    .blockchain-main-section .digital-infrastructure-overlay {
        background-image: url('../img/services-banner/digital-infrastructure2.png');
        background-size: cover;
        width: 100%;
        height: 368px;
        background-position-y: 0px;
    }

    .blockchain-main-section .data-analytics-overlay {
        background-image: url("../img/services-banner/Data-Analytics.png");
        background-size: cover;
        width: 100%;
        height: 368px;
        background-position-y: 0px;
    }

    .blockchain-main-section .due-deligence-overlay {
        background-image: url("../img/services-banner/due-diligence.png");
        background-size: cover;
        width: 100%;
        height: 368px;
        background-position-y: 0px;
    }

    .blockchain-main-section .who-we-are-section {
        /*        background-image: url("../img/who-we-are/who we are.png");*/
        background-image: url('../img/who-we-are/banner-1.jpg');
        background-size: cover;
        width: 100%;
        height: 368px;
        background-position-y: -320px;
    }

    .blockchain-main-section .unifydesk-overlay {
        background-image: url("../img/unify-section/unifyhelpdesk-witrhout-text.png");
        background-size: cover;
        width: 100%;
        height: 368px;
        background-position-y: 0px;
    }

    .blockchain-main-section .digital-banking-overlay {
        background-image: url('../img/digital-banking/banner-1.png');
        background-size: cover;
        width: 100%;
        height: 368px;
        background-position-y: 0px;
    }

    .blockchain-main-section .gis-overlay {
        background-image: url('../img/digital-banking/banner-1.png');
        background-size: cover;
        width: 100%;
        height: 368px;
        background-position-y: 0px;
    }

.overlay-effect::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-image: linear-gradient(180deg, rgb(125 125 125 / 0%), rgb(0 0 0/70%));
}




.blockchain-main-section .main-section-width {
    width: 561px;
    position: absolute;
    top: 125px;
    left: 110px;
    z-index: 3;
}

    .blockchain-main-section .main-section-width .small-text {
        color: #fff;
        font-size: 12px;
        font-style: normal;
        font-weight: 300;
        line-height: 17px; /* 141.667% */
        letter-spacing: 1px;
        text-transform: uppercase;
        margin: 0;
    }

    .blockchain-main-section .main-section-width .big-text {
        color: #fff;
        font-size: 40px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin: 12px 0 0 0;
    }

    .blockchain-main-section .main-section-width .medium-text {
        color: #fff;
        font-size: 18px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        margin: 12px 0 0 0;
    }

.progress_section_selection_sticky {
    position: sticky;
    top: 64px;
    z-index: 99;
    height: fit-content;
    align-self: flex-start;
}

.blockChain-scrollable-column {
    min-height: 100vh;
}

@media (max-width: 768px) {
    .blockchain-main-section {
        background: #100b08;
    }

        .blockchain-main-section .main-section-overlay {
            height: 550px;
            background-position-y: 0px;
        }

        .blockchain-main-section .main-section-width {
            width: auto;
            position: absolute;
            top: 65px;
            left: 25px;
        }

            .blockchain-main-section .main-section-width .big-text {
                font-size: 22px;
                width: 300px;
            }

    .progress_section_selection {
        top: 62px !important;
    }

        .progress_section_selection .text-indication {
            padding: 10px 12px !important;
        }

            .progress_section_selection
            .text-indication
            .progress-label-left
            p:last-child,
            .progress_section_selection
            .text-indication
            .progress-label-right
            p:first-child {
                display: none;
            }

    .blockchain-main-section .main-section-width .medium-text {
        color: #fff;
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        margin: 12px 0 0 0;
        width: 320px;
    }

    .blockchain-main-section .main-section-overlay,
    .blockchain-main-section .generative-ai-overlay,
    .blockchain-main-section .appdevelopment-overlay,
    .blockchain-main-section .cloud-consulting-overlay,
    .blockchain-main-section .digital-infrastructure-overlay,
    .blockchain-main-section .data-analytics-overlay,
    .blockchain-main-section .due-deligence-overlay,
    .blockchain-main-section .unifydesk-overlay,
    .blockchain-main-section .services-overlay,
    .blockchain-main-section .who-we-are-section,
    .blockchain-main-section .digital-banking-overlay,
    .blockchain-main-section .gis-overlay {
        height: 250px;
    }
    /*    .blockchain-main-section .unifydesk-overlay {
        height: 100px;
         }*/
}
/* BlockChain-main Section End */

/* Block chain Progress bar */
/* body{
  height: 100vh;
} */

.progress_section_selection .progress-bar-container {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background-color: #777a8a;
    z-index: 9999;
}

.progress_section_selection .progress-bar {
    height: 100%;
    background-color: #1b1aff;
    transition: all 0.3s ease;
    border-radius: 0px;
}

.progress_section_selection .text-indication {
    background: #f7f7f7;
    display: flex;
    justify-content: space-between;
    padding: 10px 138px 10px 96px;
}

    .progress_section_selection .text-indication .progress-label-left {
        display: flex;
        align-items: center;
        column-gap: 24px;
    }

        .progress_section_selection .text-indication .progress-label-left p {
            color: #1a1a1a;
            text-align: center;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 15.6px;
            padding-top: 12px;
        }

    .progress_section_selection .text-indication .progress-label-right {
        display: flex;
        align-items: center;
        column-gap: 24px;
        /* padding-top: 12px; */
    }

        .progress_section_selection .text-indication .progress-label-right p {
            color: #1a1a1a;
            padding-top: 12px;
            text-align: center;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 15.6px;
        }

.custom-dropdown {
    position: relative;
    display: inline-block;
}

.custom-dropdown-button {
    background-color: #1b1aff;
    color: white;
    padding: 10px 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 230px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

    .custom-dropdown-button i {
        margin-left: 10px;
    }

.custom-dropdown-content {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    background: #1b1aff;
    /* border: 1px solid #ddd; */
    box-shadow: 0px 4px 6px rgb(0 0 0 / 25%);
    padding: 10px 5px;
}

    .custom-dropdown-content li {
        list-style: none;
        padding: 10px;
        cursor: pointer;
        color: #fff;
    }

        .custom-dropdown-content li:hover {
            background-color: #0000c7b8;
        }

.custom-dropdown:hover .custom-dropdown-content {
    display: block;
}

@media (max-width: 768px) {
    .custom-dropdown-content {
        display: none;
        position: absolute;
        top: 40px;
        left: 0;
        width: 100%;
        /* background: white; */
        /* border: 1px solid #ddd; */
        box-shadow: 0px 4px 6px rgb(0 0 0 / 25%);
        padding: 10px 5px;
    }

    .custom-dropdown-button {
        background-color: #1b1aff;
        color: white;
        padding: 10px 20px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 200px;
        font-size: 10px;
        font-weight: 400;
        letter-spacing: 0.5px;
    }

    .progress_section_selection .text-indication .progress-label-left p {
        font-size: 12px;
    }
}

/* Block chain Progress bar End */

/* OverView section */
.overview_section {
    padding: 100px 130px 100px 96px;
    overflow: hidden;
}

    .overview_section .overview-mian-text-padding {
        width: 948px;
        margin: 0 auto;
        text-align: center;
    }

        .overview_section .overview-mian-text-padding .overview-main-text {
            color: #000;
            font-size: 24px;
            font-style: normal;
            font-weight: 300;
            line-height: normal;
        }

    .overview_section .gap-24 {
        margin-top: 24px;
    }

    .overview_section .gap-40 {
        margin-top: 40px;
    }

    .overview_section .gap-32 {
        margin-top: 32px;
    }

    .overview_section h2 {
        color: #000;
        font-size: 40px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }

    .overview_section .overview_text_ul {
        list-style: outside;
    }

        .overview_section .overview_text_ul li {
            color: #000;
            font-size: 16px;
            font-style: normal;
            font-weight: 300;
            line-height: 24px;
        }

    .overview_section .overview_text {
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 24px;
    }

    .overview_section .width-531px {
        width: 531px;
    }

    .overview_section .card-25 {
        background: #f7f7f7;
        padding: 24px;
        height: 128px;
        transition: all 0.5s ease-in-out;
    }

        .overview_section .card-25:hover .margin-top-14 {
            margin-top: 12px;
        }

        .overview_section .card-25:hover .margin-top-20 {
            margin-top: 12px;
        }

        .overview_section .card-25 img {
            width: 40px;
            height: 40px;
        }

        .overview_section .card-25:hover img {
            transition: all 0.5s ease-in-out;
            width: 40px;
            height: 40px;
            transform: scale(1.8);
            opacity: 0.3;
        }

        .overview_section .card-25 .overview_card_text {
            width: 154px;
            font-weight: 500;
            font-size: 16px;
            margin: 0;
            transition: all 0.5s ease-in-out;
        }

        .overview_section .card-25 .overview_card_textNew {
            width: 235px;
            font-weight: 500;
            font-size: 16px;
            margin: 0;
            transition: all 0.5s ease-in-out;
        }

    .overview_section .overview-main-img img {
        width: 100%;
    }

    .overview_section .card-25 .margin-top-20 {
        margin-top: 20px;
    }

    .overview_section .card-25 .margin-top-14 {
        margin-top: 14px;
    }

@media (max-width: 768px) {
    .overview_section {
        padding: 30px 12px;
        overflow: hidden;
    }

        .overview_section .width-531px {
            width: 100%;
        }

        .overview_section h2 {
            font-size: 22px;
        }

        .overview_section .overview_text {
            font-size: 14px;
        }

        .overview_section .card-25 .overview_card_textNew {
            width: 195px;
            font-weight: 500;
            font-size: 16px;
            margin: 0;
            transition: all 0.5s ease-in-out;
        }

        .overview_section .overview-mian-text-padding {
            width: 100%;
            margin: 0 auto;
            text-align: center;
        }

            .overview_section .overview-mian-text-padding .overview-main-text {
                color: #000;
                font-size: 16px;
                font-style: normal;
                font-weight: 300;
                line-height: normal;
            }
}
/* OverView section End */

/* CaseStudy Section */
/* .caseStudy_overlay::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
} */
/* .z_index {
  z-index: 9;
} */
.caseStudy_section {
    background: #000a1c;
    position: relative;
}

.solution_img_1 {
    object-position: 500px;
    background: #0d0f0e;
}

#carouselExampleIndicators2 .carousel-item {
    height: 85vh;
}
/* .width-515px {
  width: 515px;
} */
.caseStudy_section .solutions_small_text {
    font-size: 16px;
    font-weight: 300;
    color: #fefefe;
}

.caseStudy_section .solutions_heading {
    color: #fefefe;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 63px;
}

.caseStudy_section .solutions_p {
    color: #fefefe;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

#carouselExampleIndicators2 .carousel-item p::before {
    content: url(../images/vec.png);
    position: absolute;
    top: 0%;
    left: 21.5%;
    opacity: 14%;
}

#carouselExampleIndicators2 .carousel-indicators [data-bs-target] {
    position: absolute;
    width: 100%;
    height: 2px;
    border: 0.2px solid #fefefe;
    border-radius: 24px;
    background: #a9a8a82e;
    cursor: default;
    border: 0;
}

    #carouselExampleIndicators2 .carousel-indicators [data-bs-target] span {
        content: "";
        position: absolute;
        top: 0%;
        left: 0%;
        width: 0;
        height: 100%;
        background: #fff;
        border-radius: inherit;
        cursor: default;
        transition: width 0.05s linear;
    }

#carouselExampleIndicators2 .carousel-item {
    transition: transform 0.6s ease-in-out;
}

#carouselExampleIndicators2 .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 30px;
    left: 0;
    z-index: 5;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 20%;
    margin-bottom: 1rem;
    margin-left: 5.6%;
    list-style: none;
}

.right_left_count {
    position: absolute;
    right: 140px;
    bottom: 20px;
    z-index: 5;
    border-radius: 88px;
    background: radial-gradient( 50% 50% at 50% 50%, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.27) 15%, rgba(0, 0, 0, 0.33) 100% );
    backdrop-filter: blur(16px);
}

#carouselExampleIndicators2 .carousal_left {
    background: #fff;
    z-index: 5;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: 0;
}

    #carouselExampleIndicators2 .carousal_left .carousel-control-prev,
    #carouselExampleIndicators2 .carousal_left .carousel-control-prev {
        color: #000;
    }

#carouselExampleIndicators2 .carousal_right {
    border: 0;
    background: #fff;
    z-index: 5;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.count_carousal {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    background: #000;
    /* border: 1px solid #fff; */
}

.caseStudy_section .carousel-caption {
    position: absolute;
    top: 50%;
    left: 6%;
    text-align: left;
}

.caseStudy_section .width-644px {
    width: 644px;
}

@media (max-width: 768px) {
    .caseStudy_section {
        margin-top: 50px;
    }

    .solution_img_1 {
        object-position: center;
        background: #0d0f0e;
    }

    #carouselExampleIndicators2 .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: 20px;
        left: 0;
        z-index: 5;
        display: flex;
        justify-content: center;
        padding: 0;
        margin-right: 40%;
        margin-bottom: 1rem;
        margin-left: 7.5%;
        list-style: none;
    }

    #carouselExampleIndicators2 .carousal_left {
        background: #fff;
        z-index: 5;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        border: 0;
    }

    #carouselExampleIndicators2 .carousal_right {
        border: 0;
        background: #fff;
        z-index: 5;
        border-radius: 50%;
        width: 30px;
        height: 30px;
    }

    .right_left_count {
        left: auto;
        bottom: 20px;
        z-index: 5;
        right: 25px;
    }

    .count_carousal {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        color: #fff;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        background: #000;
        /* border: 1px solid #fff; */
    }

    .caseStudy_section .width-644px {
        width: 330px;
    }

    .caseStudy_section .solutions_heading {
        width: 330px;
        color: #fff;
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: 27px;
    }

    .caseStudy_section .solutions_small_text {
        font-size: 14px;
        font-weight: 300;
        color: #fefefe;
    }

    .caseStudy_section .solutions_p {
        color: #fefefe;
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }

    .caseStudy_section .carousel-caption a {
        border: 1px solid white;
        display: flex;
        color: white;
        width: 151px;
        padding: 10px 18px 10px 10px;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        gap: 10px;
        text-decoration: none;
        margin-top: 20px;
        transition: 0.3s all ease-in-out;
    }

        .caseStudy_section .carousel-caption a:hover {
            border: 1px solid white;
            display: flex;
            color: white;
            width: 161px;
            padding: 10px 18px 10px 10px;
            flex-direction: row;
            align-items: center;
            justify-content: space-around;
            gap: 10px;
            text-decoration: none;
            margin-top: 20px;
        }

    .caseStudy_section #carouselExampleIndicators2 .pb-5 {
        padding-bottom: 2rem !important;
    }

    .caseStudy_overlay img {
        width: 100%;
        height: 90vh;
    }

    .caseStudy_section .carousel-caption {
        position: absolute;
        top: 25%;
        left: 6%;
        text-align: left;
    }
}
/* CaseStudy Section End */
/* Success Story Section */
.success_story_section {
    padding: 100px 130px 100px 100px;
}

    .success_story_section h2 {
        color: #1a1a1a;
        font-size: 40px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

.success_story_one,
.success_story_two,
.success_story_three,
.success_story_four {
    position: relative;
}

.success_story_section_img::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb( 0 0 0 / 45% ); /* Change the color and opacity as needed */
}

.success_story_section_img img {
    width: 100%;
    height: 530px;
    object-fit: cover;
}

.success_story_section_img .small-img {
    width: 100%;
    height: 255px;
    object-fit: cover;
}

.success_story_one .success_story_section_content {
    position: absolute;
    left: 40px;
    bottom: 40px;
    height: 110px;
    width: 270px;
}

    .success_story_one .success_story_section_content p {
        color: #fefefe;
        font-weight: 300;
        line-height: normal;
        font-size: 14px;
    }

    .success_story_one .success_story_section_content h4 {
        color: #fefefe;
        font-weight: 400;
        line-height: normal;
        font-size: 16px;
    }

.success_story_two .success_story_section_content {
    position: absolute;
    left: 40px;
    bottom: 40px;
    height: 110px;
    width: 270px;
}

    .success_story_two .success_story_section_content p {
        color: #fefefe;
        font-weight: 300;
        line-height: normal;
        font-size: 14px;
    }

    .success_story_two .success_story_section_content h4 {
        color: #fefefe;
        font-weight: 400;
        line-height: normal;
        font-size: 16px;
    }

.success_story_three .success_story_section_content {
    position: absolute;
    left: 40px;
    bottom: 40px;
    height: 110px;
    width: 270px;
}

    .success_story_three .success_story_section_content p {
        color: #fefefe;
        font-weight: 300;
        line-height: normal;
        font-size: 14px;
    }

    .success_story_three .success_story_section_content h4 {
        color: #fefefe;
        font-weight: 400;
        line-height: normal;
        font-size: 16px;
    }

.success_story_four .success_story_section_content {
    position: absolute;
    left: 40px;
    bottom: 0px;
    height: 100px;
    width: 300px;
}

    .success_story_four .success_story_section_content p {
        color: #fefefe;
        font-weight: 300;
        line-height: normal;
        font-size: 14px;
    }

    .success_story_four .success_story_section_content h4 {
        color: #fefefe;
        font-weight: 400;
        line-height: normal;
        font-size: 16px;
    }

@media (max-width: 768px) {
    .success_story_section {
        padding: 50px 12px;
    }

        .success_story_section h2 {
            color: #1a1a1a;
            font-size: 22px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
        }

    .success_story_section_img img, .success_story_section_img .small-img {
        width: 100%;
        height: 350px;
        object-fit: cover;
    }

    .success_story_one,
    .success_story_two,
    .success_story_four,
    .success_story_three {
        position: relative;
        margin: 16px 0px 0px 0px;
    }

        .success_story_four .success_story_section_content {
            position: absolute;
            left: 40px;
            bottom: 0px;
            height: 100px;
            width: 285px;
        }
}
/* Success Story Section End */

/* BlockChain V10lue  */
.blockChainValue_section {
    background: #fff;
    padding: 100px 130px 100px 100px;
}

    .blockChainValue_section .blockChain-title {
        font-size: 40px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        color: #000;
    }

    .blockChainValue_section .blockChain_card {
        float: left;
        width: 25%;
        height: 283px;
        padding: 36px;
        border: 1px solid #ededed;
        margin-top: 60px;
    }

        .blockChainValue_section .blockChain_card img {
            width: 60px;
            height: 60px;
            object-fit: cover;
            transition: all 0.3s ease-in-out;
        }

        .blockChainValue_section .blockChain_card:hover img {
            width: 80px;
            height: 80px;
            object-fit: cover;
            transition: all 0.3s ease-in-out;
        }

        .blockChainValue_section .blockChain_card .count {
            color: #161616;
            font-size: 40px;
            font-style: normal;
            font-weight: 300;
            line-height: 43.5px;
            margin-top: 12px;
            margin-bottom: 0;
        }

        .blockChainValue_section .blockChain_card .desc {
            color: #262b3f;
            font-size: 18px;
            font-style: normal;
            font-weight: 300;
            line-height: normal;
            margin-top: 16px;
        }

    .blockChainValue_section .width-258px {
        width: 230px;
    }

    .blockChainValue_section .gap-40 {
        margin-top: 40px;
    }

    .blockChainValue_section .gap-32 {
        margin-top: 32px;
    }

    .blockChainValue_section .gap-8 {
        margin-top: 8px;
    }

    .blockChainValue_section .card-25 {
        width: 24.25%;
        float: left;
        padding: 24px;
        background: #f7f7f7;
        height: 220px;
    }

        .blockChainValue_section .card-25 .count_big {
            color: #1d1d1f;
            font-size: 40px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            margin: 0;
        }

        .blockChainValue_section .card-25 .des {
            color: #000;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            margin: 0;
        }

        .blockChainValue_section .card-25 .width-276px {
            width: 276px;
        }

        .blockChainValue_section .card-25 .width-276px {
            width: 276px;
        }

.custom-margin-1 {
    margin: 0 8px 0 0;
}

.custom-margin-2 {
    margin: 0 8px;
}

.custom-margin-4 {
    margin: 0 0 0 8px;
}

.blockChainValue_section .nav-pills {
    flex-direction: column;
    position: relative;
}

.blockChainValue_section .insights_cards {
    padding: 36px 24px;
    background: #f7f7f7;
    height: 220px;
    margin-top: 12px;
    text-align: center;
}

    .blockChainValue_section .insights_cards img {
        width: 50px;
    }

    .blockChainValue_section .insights_cards .des {
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin: 20px;
        text-align: center;
    }

.block-chain-leftArrow,
.block-chain-rightArrow,
.block-chain-leftArrowNew,
.block-chain-rightArrowNew,
.block-chain-rightArrowGen,
.block-chain-leftArrowGen,
.block-chain-rightArrowDiligence,
.block-chain-leftArrowDiligence {
    display: none;
}
/* {
  display: none;
} */
.blockChainValue_section .nav-pills .nav-link {
    color: #666;
    font-weight: 400;
    font-size: 16px;
    position: relative;
    padding: 16px;
    margin-bottom: 5px;
    text-align: left;
}

    .blockChainValue_section .nav-pills .nav-link.active {
        background-color: transparent;
        color: #1b1aff;
        text-align: left;
    }

        .blockChainValue_section .nav-pills .nav-link.active::after {
            content: "";
            position: absolute;
            right: -1px;
            top: 0;
            bottom: 0;
            width: 4px;
            border-radius: 8px;
            background-color: #1b1aff;
        }

    .blockChainValue_section .nav-pills .nav-link:hover {
        color: #1b1aff;
    }

        .blockChainValue_section .nav-pills .nav-link:hover::after {
            content: "";
            position: absolute;
            right: -1px;
            top: 0;
            bottom: 0;
            width: 4px;
            border-radius: 8px;
            background-color: #1b1aff;
        }

.blockChainValue_section .blockChain-subtitle {
    margin: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    color: #000;
}

.blockChainValue_section .tab-content {
    border: 0;
    border-radius: 0;
    padding: 0 0 0 32px;
}

    .blockChainValue_section .tab-content h2 {
        color: #1a1a1a;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .blockChainValue_section .tab-content p {
        color: #424242;
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 27.2px;
    }

    .blockChainValue_section .tab-content ul {
        list-style: outside;
    }

        .blockChainValue_section .tab-content ul li {
            color: #424242;
            font-size: 16px;
            font-style: normal;
            font-weight: 300;
            line-height: 27.2px;
        }

.blockchain-tab-img img {
    width: 100%;
    height: 385px;
    object-fit: cover;
}

/* Key Features */
.blockChainValue_section .keyfeatures-card {
    background: #f7f7f7;
    height: 400px;
    padding: 36px;
    margin-top: 60px;
}

    .blockChainValue_section .keyfeatures-card img {
        width: 60px;
        height: 60px;
        object-fit: cover;
        transition: all 0.3s ease-in-out;
    }

    .blockChainValue_section .keyfeatures-card:hover img {
        width: 80px;
        height: 80px;
        object-fit: cover;
        transition: all 0.3s ease-in-out;
    }

    .blockChainValue_section .keyfeatures-card .title {
        color: #262b3f;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-top: 16px;
    }

    .blockChainValue_section .keyfeatures-card .desc {
        color: #262b3f;
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        margin-top: 14px;
    }
/* Key Features End */

@media (max-width: 768px) {
    .blockChainValue_section {
        padding: 50px 12px;
    }

        .blockChainValue_section .blockChain-title {
            font-size: 22px;
            margin-bottom: 30px;
        }

        .blockChainValue_section .blockChain_card .count {
            font-size: 22px;
        }

        .blockChainValue_section .blockChain_card .desc {
            font-size: 12px;
            margin: 24px 0;
        }

        .blockChainValue_section .blockChain_card {
            float: left;
            width: 50%;
            height: 230px;
            padding: 20px;
            border: 1px solid #ededed;
            margin-top: 0px;
        }

            .blockChainValue_section .blockChain_card img {
                width: 30px;
                height: 30px;
                object-fit: cover;
            }

        .blockChainValue_section .width-258px {
            width: 100%;
        }

        .blockChainValue_section .nav-pills {
            overflow: hidden;
            flex-direction: row !important;
            flex-wrap: nowrap;
            margin-bottom: 20px;
        }

            .blockChainValue_section .nav-pills .nav-link {
                font-size: 14px;
                padding: 7px 10px 7px 5px;
                margin-bottom: 13px;
                margin-left: 10px;
                white-space: nowrap;
            }

        .blockChainValue_section .tab-content {
            border: 0;
            border-radius: 0;
            padding: 0;
        }

    .blockchain-tab-img img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    .blockChainValue_section .tab-content h2 {
        font-size: 22px;
    }

    .blockChainValue_section .tab-content p {
        font-size: 14px;
    }

    .blockChainValue_section .card-25 {
        width: 48%;
        float: left;
        padding: 20px;
        background: #f7f7f7;
        height: 200px;
    }

    .custom-margin-2 {
        margin: 0px 5px 10px 0px;
    }

    .custom-margin-1 {
        margin: 0 5px 10px 0;
    }

    .custom-margin-4 {
        margin: 0 0 0 0px;
    }

    .blockChainValue_section .card-25 .count_big {
        font-size: 22px;
    }

    .blockChainValue_section .card-25 .des {
        color: #000;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin: 0;
    }

    .blockChainValue_section .card-25 .width-276px {
        width: 100%;
    }

    .blockChainValue_section .nav-pills .nav-link.active::after,
    .blockChainValue_section .nav-pills .nav-link:hover::after {
        background-color: transparent;
    }

    .block-chain-leftArrow {
        display: block;
        position: absolute;
        background: #fff;
        width: 20px;
        height: 20px;
        z-index: 99;
        left: -5px;
        text-align: center;
        top: 112px;
    }

    .block-chain-rightArrow {
        display: block;
        position: absolute;
        background: #fff;
        width: 20px;
        height: 20px;
        z-index: 99;
        right: 0px;
        top: 112px;
        text-align: center;
    }

    .block-chain-leftArrowNew {
        display: block;
        position: absolute;
        background: #fff;
        width: 20px;
        height: 20px;
        z-index: 99;
        left: -5px;
        text-align: center;
        top: 155px;
    }

    .block-chain-rightArrowNew {
        display: block;
        position: absolute;
        background: #fff;
        width: 20px;
        height: 20px;
        z-index: 99;
        right: 0px;
        top: 155px;
        text-align: center;
    }

    .block-chain-leftArrowGen {
        display: block;
        position: absolute;
        background: #fff;
        width: 20px;
        height: 20px;
        z-index: 99;
        left: -5px;
        text-align: center;
        top: 185px;
    }

    .block-chain-rightArrowGen {
        display: block;
        position: absolute;
        background: #fff;
        width: 20px;
        height: 20px;
        z-index: 99;
        right: 0px;
        top: 185px;
        text-align: center;
    }

    .block-chain-leftArrowDiligence {
        display: block;
        position: absolute;
        background: #fff;
        width: 20px;
        height: 20px;
        z-index: 99;
        left: -5px;
        text-align: center;
        top: 185px;
    }

    .block-chain-rightArrowDiligence {
        display: block;
        position: absolute;
        background: #fff;
        width: 20px;
        height: 20px;
        z-index: 99;
        right: 0px;
        top: 185px;
        text-align: center;
    }

    #v-pills-tab .nav-link.active {
        border-bottom: 2px solid #1b1aff !important; /* your brand color */
        background-color: transparent !important;
        border-radius: 0px !important;
    }

    .blockChainValue_section .keyfeatures-card {
        background: #f7f7f7;
        height: 400px;
        padding: 20px;
        margin-top: 16px;
    }

        .blockChainValue_section .keyfeatures-card img {
            width: 60px;
            height: 60px;
            object-fit: cover;
            transition: all 0.3s ease-in-out;
        }

        .blockChainValue_section .keyfeatures-card:hover img {
            width: 80px;
            height: 80px;
            object-fit: cover;
            transition: all 0.3s ease-in-out;
        }

        .blockChainValue_section .keyfeatures-card .title {
            color: #262b3f;
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            margin-top: 16px;
        }

        .blockChainValue_section .keyfeatures-card .desc {
            color: #262b3f;
            font-size: 15px;
            font-style: normal;
            font-weight: 300;
            line-height: normal;
            margin-top: 10px;
        }
}

/* BlockChain Value End */
/* News Update */
.newsUpdate_section {
    padding: 100px 130px 100px 96px;
}

    .newsUpdate_section .newsUpdate_title {
        color: #000;
        font-size: 40px;
        font-style: normal;
        font-weight: 300;
        text-align: center;
    }

    .newsUpdate_section p {
        color: #2a304a;
        font-size: 18px;
        font-style: normal;
        font-weight: 300;
        line-height: 32px;
        margin: 0;
        height: 75px;
    }

    .newsUpdate_section .gap-24 {
        margin-top: 24px;
    }

    .newsUpdate_section .gap-16 {
        margin-top: 16px;
    }

    .newsUpdate_section .col-gap-20 {
        column-gap: 20px !important;
    }

    .newsUpdate_section .newUpdate_banner {
        width: 427px;
    }

    .newsUpdate_section .gap-60 {
        margin-top: 60px;
    }

.image-wrapper {
    position: relative;
    overflow: hidden;
}

    .image-wrapper img {
        display: block;
        width: 100%;
        transition: transform 0.3s ease-in-out;
    }

    .image-wrapper::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6); /* Black overlay */
        opacity: 0;
        transition: opacity 0.3s ease-in-out;
        transform: scale(1.5); /* Slight zoom-in effect */
        transition: opacity 0.3s ease-in-out;
    }

    .image-wrapper:hover img {
        transform: scale(1.5); /* Slight zoom-in effect */
    }

    .image-wrapper:hover::before {
        opacity: 1;
        transition: all 0.3s ease-in-out;
    }

@media (max-width: 768px) {
    .newsUpdate_section {
        padding: 50px 10px;
    }

        .newsUpdate_section .newsUpdate_title {
            font-size: 22px;
        }

        .newsUpdate_section .gap-60 {
            margin-top: 30px;
        }

        .newsUpdate_section p {
            font-size: 14px;
        }

        .newsUpdate_section .gap-16 {
            margin-top: 30px;
        }
}

/* News Update End */
.overview_corecapabilities-overlay {
    background-image: url("../img/services-page-images/core-capabilities-gradient.svg");
    /* background-repeat: no-repeat; */
    background-position-y: -70px;
}
/* Core Capabilities Section */
.coreCapabilities_section {
    /* background: #fff; */
    padding: 30px 130px 100px 100px;
}

    .coreCapabilities_section .blockChain-title {
        font-size: 40px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        color: #000;
    }

    .coreCapabilities_section .coreCapabilities_card {
        background-image: linear-gradient( 0deg, rgba(3, 255, 207, 0.3) 0%, #1800ff 48.08%, #0a0137 100% );
        padding: 36px;
        border: 1px solid #ededed;
        margin-top: 60px;
        height: 362px;
    }

    .coreCapabilities_section .blockChain_card img {
        width: 60px;
        height: 60px;
        object-fit: cover;
        transition: all 0.3s ease-in-out;
    }

    .coreCapabilities_section .coreCapabilities_card h4 {
        color: #fff;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .coreCapabilities_section .coreCapabilities_card ul {
        list-style: outside;
        margin-top: 24px;
    }

        .coreCapabilities_section .coreCapabilities_card ul li {
            color: #fff;
            font-size: 16px;
            font-style: normal;
            font-weight: 300;
            line-height: normal;
        }

    .coreCapabilities_section .coreCapabilities_card p {
        color: #fff;
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        margin-top: 24px;
    }

    .coreCapabilities_section .width-258px {
        width: 258px;
    }

@media (max-width: 768px) {
    .coreCapabilities_section {
        padding: 50px 12px;
    }

        .coreCapabilities_section .blockChain-title {
            font-size: 22px;
            margin-bottom: 20px;
        }
}
/* Core Capabilities Section End */

/* Inteligent Section */

.intelligentEcosystem_section {
    padding: 30px 130px 100px 96px;
}

    .intelligentEcosystem_section h2 {
        color: #1a1a1a;
        font-size: 40px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .intelligentEcosystem_section p {
        color: #424242;
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 27.2px;
    }

    .intelligentEcosystem_section .gap-32 {
        margin-top: 32px;
    }

    .intelligentEcosystem_section .gap-8 {
        margin-top: 8px;
    }

    .intelligentEcosystem_section img {
        width: 100%;
        height: 530px;
        object-fit: cover;
    }

.pl-80 {
    padding-left: 80px;
}

.intelligentEcosystem-ul {
    list-style: outside;
}

    .intelligentEcosystem-ul li {
        font-size: 16px;
        font-weight: 300;
        line-height: 27.2px;
        color: #424242;
    }

@media (max-width: 768px) {
    .intelligentEcosystem_section {
        padding: 50px 12px;
    }

        .intelligentEcosystem_section h2 {
            font-size: 22px;
            margin-bottom: 20px;
            margin-top: 20px !important;
        }

        .intelligentEcosystem_section p {
            font-size: 14px;
            line-height: normal;
        }

    .pl-80 {
        padding-left: 10.5px !important;
    }

    .intelligentEcosystem_section img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        margin-bottom: 24px;
    }
}
/* Inteligent Section End*/
/* Case study details */
.caseStudyDetails-section {
    position: relative;
}

    .caseStudyDetails-section .main-section-overlay::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        background-image: linear-gradient(180deg, rgb(125 125 125 / 0%), rgb(0 0 0));
    }

    .caseStudyDetails-section .main-section-overlay {
        background-image: url("../img/services-page-images/3.jpg");
        background-size: cover;
        width: 100%;
        height: 512px;
        background-position-y: -400px;
    }

.caseStudyDetailsMain_section {
    height: calc(100vh - -250px);
    background: #fff;
}

    .caseStudyDetailsMain_section .main-card {
        background: #fff;
        margin: 0 auto;
        width: 1094px;
        position: absolute;
        top: 112%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 3;
        padding: 36px 112px;
    }

        .caseStudyDetailsMain_section .main-card .caseStudyDetails-subTitle {
            font-size: 16px;
            font-weight: 400;
        }

        .caseStudyDetailsMain_section .main-card .caseStudyDetails-title {
            font-size: 40px;
            font-weight: 300;
        }

.caseStudyDetails-content {
    margin-top: 20px;
    margin-bottom: 30px;
}

    .caseStudyDetails-content p {
        font-size: 16px;
        font-weight: 300;
        line-height: 27.2px;
        color: #000;
    }

.caseStudyDetailsMain_section .main-card .caseStudy_solutionText {
    font-size: 20px;
    font-weight: 400;
    line-height: 27.2px;
    color: #000;
    /* margin: 0; */
}

.caseStudyDetailsMain_section .main-card ul {
    list-style: outside;
}

    .caseStudyDetailsMain_section .main-card ul li {
        font-size: 16px;
        font-weight: 300;
        line-height: 27.2px;
        color: #000;
    }

.caseStudy_social {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

    .caseStudy_social p {
        font-size: 14px;
        font-weight: 300;
        line-height: 27.2px;
        color: #1800ff;
        margin: 0;
    }

    .caseStudy_social a {
        cursor: pointer;
    }

.caseStudy_cards_section {
    padding: 100px 130px 100px 96px;
}

    .caseStudy_cards_section .caseStudy_cards_title {
        font-size: 24px;
        font-weight: 300;
        line-height: normal;
        color: #000;
        margin-bottom: 20px;
    }

@media (max-width: 768px) {
    .caseStudyDetailsMain_section {
        height: 100%;
        background: #fff;
    }

    .caseStudyDetails-section .main-section-overlay {
        height: 310px;
        background-position-y: -350px;
    }

    .caseStudyDetailsMain_section .main-card {
        padding: 24px;
        width: 100%;
        position: static;
        transform: none;
    }

        .caseStudyDetailsMain_section .main-card .caseStudyDetails-title {
            font-size: 22px;
            font-weight: 400;
        }

    .caseStudy_cards_section {
        padding: 50px 12px;
    }

        .caseStudy_cards_section .gap-8 {
            margin-top: 30px;
        }
}
/* Case study details End */
/* Case study details 2*/
.caseStudyDetails-section2 {
    position: relative;
}

    .caseStudyDetails-section2 .main-section-overlay::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        background-image: linear-gradient(180deg, rgb(125 125 125 / 0%), rgb(0 0 0));
    }

    .caseStudyDetails-section2 .main-section-overlay {
        background-image: url("../img/services-page-images/3.jpg");
        background-size: cover;
        width: 100%;
        height: 512px;
        background-position-y: -200px;
    }

.caseStudyDetailsMain_section2 {
    height: calc(100vh - 270px);
    background: #fff;
}

    .caseStudyDetailsMain_section2 .main-card {
        background: #fff;
        margin: 0 auto;
        width: 1094px;
        position: absolute;
        top: 87%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 3;
        padding: 36px 102px;
    }

        .caseStudyDetailsMain_section2 .main-card .caseStudyDetails-title {
            font-size: 40px;
            font-weight: 400;
        }

        .caseStudyDetailsMain_section2 .main-card .caseStudyDetails-subTitle {
            font-size: 16px;
            font-weight: 400;
        }

.caseStudyDetails-content {
    margin-top: 20px;
    margin-bottom: 30px;
}

    .caseStudyDetails-content p {
        font-size: 16px;
        font-weight: 300;
        line-height: 27.2px;
        color: #000;
    }

.caseStudyDetailsMain_section2 .main-card .caseStudy_solutionText {
    font-size: 20px;
    font-weight: 400;
    line-height: 27.2px;
    color: #000;
    /* margin: 0; */
}

.caseStudyDetailsMain_section2 .main-card ul {
    list-style: outside;
}

    .caseStudyDetailsMain_section2 .main-card ul li {
        font-size: 16px;
        font-weight: 300;
        line-height: 27.2px;
        color: #000;
    }

.caseStudy_social {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

    .caseStudy_social p {
        font-size: 14px;
        font-weight: 300;
        line-height: 27.2px;
        color: #1800ff;
        margin: 0;
    }

    .caseStudy_social a {
        cursor: pointer;
    }

.caseStudy_cards_section {
    padding: 100px 130px 100px 96px;
}

    .caseStudy_cards_section .caseStudy_cards_title {
        font-size: 24px;
        font-weight: 300;
        line-height: normal;
        color: #000;
        margin-bottom: 20px;
    }

@media (max-width: 768px) {
    .caseStudyDetailsMain_section2 {
        height: 100%;
        background: #fff;
    }

    .caseStudyDetails-section2 .main-section-overlay {
        height: 310px;
        background-position-y: -350px;
    }

    .caseStudyDetailsMain_section2 .main-card {
        padding: 24px;
        width: 100%;
        position: static;
        transform: none;
    }

        .caseStudyDetailsMain_section2 .main-card .caseStudyDetails-title {
            font-size: 22px;
            font-weight: 400;
        }

    .caseStudy_cards_section {
        padding: 50px 12px;
    }

        .caseStudy_cards_section .gap-8 {
            margin-top: 30px;
        }
}
/* Case study details End */
/* Case study details 3*/
.caseStudyDetails-section3 {
    position: relative;
}

    .caseStudyDetails-section3 .main-section-overlay::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        background-image: linear-gradient(180deg, rgb(125 125 125 / 0%), rgb(0 0 0));
    }

    .caseStudyDetails-section3 .main-section-overlay {
        background-image: url("../img/services-page-images/3.jpg");
        background-size: cover;
        width: 100%;
        height: 512px;
        background-position-y: -200px;
    }

.caseStudyDetailsMain_section3 {
    height: calc(100vh - -1450px);
    background: #fff;
}

    .caseStudyDetailsMain_section3 .main-card {
        background: #fff;
        margin: 0 auto;
        width: 1094px;
        position: absolute;
        top: 165%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 3;
        padding: 36px 112px;
    }

        .caseStudyDetailsMain_section3 .main-card .caseStudyDetails-title {
            font-size: 40px;
            font-weight: 400;
        }

        .caseStudyDetailsMain_section3 .main-card .caseStudyDetails-subTitle {
            font-size: 16px;
            font-weight: 400;
        }

.caseStudyDetails-content {
    margin-top: 20px;
    margin-bottom: 30px;
}

    .caseStudyDetails-content p {
        font-size: 16px;
        font-weight: 300;
        line-height: 27.2px;
        color: #000;
    }

.caseStudyDetailsMain_section3 .main-card .caseStudy_solutionText {
    font-size: 20px;
    font-weight: 400;
    line-height: 27.2px;
    color: #000;
    /* margin: 0; */
}

.caseStudyDetailsMain_section3 .main-card .caseStudy_solutionText_subHeading {
    font-size: 14px;
    font-weight: 600;
    line-height: 27.2px;
    color: #000;
    /* margin: 0; */
}

.caseStudyDetailsMain_section3 .main-card ul {
    list-style: outside;
}

    .caseStudyDetailsMain_section3 .main-card ul li {
        font-size: 16px;
        font-weight: 300;
        line-height: 27.2px;
        color: #000;
    }

.caseStudyDetailsMain_section3 .main-card .caseStudy_centered_img img {
    width: 100%;
    height: 100%;
    margin: 20px auto;
}

.caseStudy_social {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

    .caseStudy_social p {
        font-size: 14px;
        font-weight: 300;
        line-height: 27.2px;
        color: #1800ff;
        margin: 0;
    }

    .caseStudy_social a {
        cursor: pointer;
    }

.caseStudy_cards_section {
    padding: 100px 130px 100px 96px;
}

    .caseStudy_cards_section .caseStudy_cards_title {
        font-size: 24px;
        font-weight: 300;
        line-height: normal;
        color: #000;
        margin-bottom: 20px;
    }

@media (max-width: 768px) {
    .caseStudyDetailsMain_section3 {
        height: 100%;
        background: #fff;
    }

    .caseStudyDetails-section3 .main-section-overlay {
        height: 310px;
        background-position-y: -350px;
    }

    .caseStudyDetailsMain_section3 .main-card {
        padding: 24px;
        width: 100%;
        position: static;
        transform: none;
    }

        .caseStudyDetailsMain_section3 .main-card .caseStudyDetails-title {
            font-size: 22px;
            font-weight: 400;
        }

    .caseStudy_cards_section {
        padding: 50px 12px;
    }

        .caseStudy_cards_section .gap-8 {
            margin-top: 30px;
        }
}
/* Case study details End */
/* Case study details 4*/
.caseStudyDetails-section4 {
    position: relative;
}

    .caseStudyDetails-section4 .main-section-overlay::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        background-image: linear-gradient(180deg, rgb(125 125 125 / 0%), rgb(0 0 0));
    }

    .caseStudyDetails-section4 .main-section-overlay {
        background-image: url("../img/services-page-images/3.jpg");
        background-size: cover;
        width: 100%;
        height: 512px;
        background-position-y: -60px;
    }

.caseStudyDetailsMain_section4 {
    height: calc(100vh - 500px);
    background: #fff;
}

    .caseStudyDetailsMain_section4 .main-card {
        background: #fff;
        margin: 0 auto;
        width: 1094px;
        position: absolute;
        top: 78%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 3;
        padding: 36px;
    }

        .caseStudyDetailsMain_section4 .main-card .caseStudyDetails-title {
            font-size: 40px;
            font-weight: 400;
        }

        .caseStudyDetailsMain_section4 .main-card .caseStudyDetails-subTitle {
            font-size: 16px;
            font-weight: 400;
        }

.caseStudyDetails-content {
    margin-top: 20px;
    margin-bottom: 30px;
}

    .caseStudyDetails-content p {
        font-size: 16px;
        font-weight: 300;
        line-height: 27.2px;
        color: #000;
    }

.caseStudyDetailsMain_section4 .main-card .caseStudy_solutionText {
    font-size: 20px;
    font-weight: 400;
    line-height: 27.2px;
    color: #000;
    /* margin: 0; */
}

.caseStudyDetailsMain_section4 .main-card .caseStudy_solutionText_subHeading {
    font-size: 14px;
    font-weight: 600;
    line-height: 27.2px;
    color: #000;
    /* margin: 0; */
}

.caseStudyDetailsMain_section4 .main-card ul {
    list-style: outside;
}

    .caseStudyDetailsMain_section4 .main-card ul li {
        font-size: 16px;
        font-weight: 300;
        line-height: 27.2px;
        color: #000;
    }

.caseStudyDetailsMain_section4 .main-card .caseStudy_centered_img img {
    width: 100%;
    height: 100%;
    margin: 20px auto;
}

.caseStudy_social {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

    .caseStudy_social p {
        font-size: 14px;
        font-weight: 300;
        line-height: 27.2px;
        color: #1800ff;
        margin: 0;
    }

    .caseStudy_social a {
        cursor: pointer;
    }

.caseStudy_cards_section {
    padding: 100px 130px 100px 96px;
}

    .caseStudy_cards_section .caseStudy_cards_title {
        font-size: 24px;
        font-weight: 300;
        line-height: normal;
        color: #000;
        margin-bottom: 20px;
    }

@media (max-width: 768px) {
    .caseStudyDetailsMain_section4 {
        height: 100%;
        background: #fff;
    }

    .caseStudyDetails-section4 .main-section-overlay {
        height: 310px;
        background-position-y: -350px;
    }

    .caseStudyDetailsMain_section4 .main-card {
        padding: 24px;
        width: 100%;
        position: static;
        transform: none;
    }

        .caseStudyDetailsMain_section4 .main-card .caseStudyDetails-title {
            font-size: 22px;
            font-weight: 400;
        }

    .caseStudy_cards_section {
        padding: 50px 12px;
    }

        .caseStudy_cards_section .gap-8 {
            margin-top: 30px;
        }
}
/* Case study details End */
/* Case study details 5*/
.caseStudyDetails-section5 {
    position: relative;
}

    .caseStudyDetails-section5 .main-section-overlay::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        background-image: linear-gradient(180deg, rgb(125 125 125 / 0%), rgb(0 0 0));
    }

    .caseStudyDetails-section5 .main-section-overlay {
        background-image: url("../img/services-page-images/3.jpg");
        background-size: cover;
        width: 100%;
        height: 512px;
        background-position-y: -200px;
    }

.caseStudyDetailsMain_section5 {
    height: calc(100vh - -200px);
    background: #fff;
}

    .caseStudyDetailsMain_section5 .main-card {
        background: #fff;
        margin: 0 auto;
        width: 1094px;
        position: absolute;
        top: 111%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 3;
        padding: 36px 112px;
    }

        .caseStudyDetailsMain_section5 .main-card .caseStudyDetails-title {
            font-size: 40px;
            font-weight: 400;
        }

        .caseStudyDetailsMain_section5 .main-card .caseStudyDetails-subTitle {
            font-size: 16px;
            font-weight: 400;
        }

.caseStudyDetails-content {
    margin-top: 20px;
    margin-bottom: 30px;
}

    .caseStudyDetails-content p {
        font-size: 16px;
        font-weight: 300;
        line-height: 27.2px;
        color: #000;
    }

.caseStudyDetailsMain_section5 .main-card .caseStudy_solutionText {
    font-size: 20px;
    font-weight: 400;
    line-height: 27.2px;
    color: #000;
    /* margin: 0; */
}

.caseStudyDetailsMain_section5 .main-card .caseStudy_solutionText_subHeading {
    font-size: 14px;
    font-weight: 600;
    line-height: 27.2px;
    color: #000;
    /* margin: 0; */
}

.caseStudyDetailsMain_section5 .main-card ul {
    list-style: outside;
}

    .caseStudyDetailsMain_section5 .main-card ul li {
        font-size: 16px;
        font-weight: 300;
        line-height: 27.2px;
        color: #000;
    }

.caseStudyDetailsMain_section5 .main-card .caseStudy_centered_img img {
    width: 100%;
    height: 100%;
    margin: 20px auto;
}

.caseStudy_social {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

    .caseStudy_social p {
        font-size: 14px;
        font-weight: 300;
        line-height: 27.2px;
        color: #1800ff;
        margin: 0;
    }

    .caseStudy_social a {
        cursor: pointer;
    }

.caseStudy_cards_section {
    padding: 100px 130px 100px 96px;
}

    .caseStudy_cards_section .caseStudy_cards_title {
        font-size: 24px;
        font-weight: 300;
        line-height: normal;
        color: #000;
        margin-bottom: 20px;
    }

@media (max-width: 768px) {
    .caseStudyDetailsMain_section5 {
        height: 100%;
        background: #fff;
    }

    .caseStudyDetails-section5 .main-section-overlay {
        height: 310px;
        background-position-y: -350px;
    }

    .caseStudyDetailsMain_section5 .main-card {
        padding: 24px;
        width: 100%;
        position: static;
        transform: none;
    }

        .caseStudyDetailsMain_section5 .main-card .caseStudyDetails-title {
            font-size: 22px;
            font-weight: 400;
        }

    .caseStudy_cards_section {
        padding: 50px 12px;
    }

        .caseStudy_cards_section .gap-8 {
            margin-top: 30px;
        }
}
/* Case study details End */
/* Case study details 6*/
.caseStudyDetails-section6 {
    position: relative;
}

    .caseStudyDetails-section6 .main-section-overlay::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        background-image: linear-gradient(180deg, rgb(125 125 125 / 0%), rgb(0 0 0));
    }

    .caseStudyDetails-section6 .main-section-overlay {
        background-image: url("../img/services-page-images/3.jpg");
        background-size: cover;
        width: 100%;
        height: 512px;
        background-position-y: -200px;
    }

.caseStudyDetailsMain_section6 {
    height: calc(100vh - -150px);
    background: #fff;
}

    .caseStudyDetailsMain_section6 .main-card {
        background: #fff;
        margin: 0 auto;
        width: 1094px;
        position: absolute;
        top: 105%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 3;
        padding: 36px 112px;
    }

        .caseStudyDetailsMain_section6 .main-card .caseStudyDetails-title {
            font-size: 40px;
            font-weight: 400;
        }

        .caseStudyDetailsMain_section6 .main-card .caseStudyDetails-subTitle {
            font-size: 16px;
            font-weight: 400;
        }

.caseStudyDetails-content {
    margin-top: 20px;
    margin-bottom: 30px;
}

    .caseStudyDetails-content p {
        font-size: 16px;
        font-weight: 300;
        line-height: 27.2px;
        color: #000;
    }

.caseStudyDetailsMain_section6 .main-card .caseStudy_solutionText {
    font-size: 20px;
    font-weight: 400;
    line-height: 27.2px;
    color: #000;
    /* margin: 0; */
}

.caseStudyDetailsMain_section6 .main-card .caseStudy_solutionText_subHeading {
    font-size: 14px;
    font-weight: 600;
    line-height: 27.2px;
    color: #000;
    /* margin: 0; */
}

.caseStudyDetailsMain_section6 .main-card ul {
    list-style: outside;
}

    .caseStudyDetailsMain_section6 .main-card ul li {
        font-size: 16px;
        font-weight: 300;
        line-height: 27.2px;
        color: #000;
    }

.caseStudyDetailsMain_section6 .main-card .caseStudy_centered_img img {
    width: 100%;
    height: 100%;
    margin: 20px auto;
}

.caseStudy_social {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

    .caseStudy_social p {
        font-size: 14px;
        font-weight: 300;
        line-height: 27.2px;
        color: #1800ff;
        margin: 0;
    }

    .caseStudy_social a {
        cursor: pointer;
    }

.caseStudy_cards_section {
    padding: 100px 130px 100px 96px;
}

    .caseStudy_cards_section .caseStudy_cards_title {
        font-size: 24px;
        font-weight: 300;
        line-height: normal;
        color: #000;
        margin-bottom: 20px;
    }

@media (max-width: 768px) {
    .caseStudyDetailsMain_section6 {
        height: 100%;
        background: #fff;
    }

    .caseStudyDetails-section6 .main-section-overlay {
        height: 310px;
        background-position-y: -350px;
    }

    .caseStudyDetailsMain_section6 .main-card {
        padding: 24px;
        width: 100%;
        position: static;
        transform: none;
    }

        .caseStudyDetailsMain_section6 .main-card .caseStudyDetails-title {
            font-size: 22px;
            font-weight: 400;
        }

    .caseStudy_cards_section {
        padding: 50px 12px;
    }

        .caseStudy_cards_section .gap-8 {
            margin-top: 30px;
        }
}
/* Case study details End */
/* Case study details 7*/
.caseStudyDetails-section7 {
    position: relative;
}

    .caseStudyDetails-section7 .main-section-overlay::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        background-image: linear-gradient(180deg, rgb(125 125 125 / 0%), rgb(0 0 0));
    }

    .caseStudyDetails-section7 .main-section-overlay {
        background-image: url("../img/services-page-images/3.jpg");
        background-size: cover;
        width: 100%;
        height: 512px;
        background-position-y: -200px;
    }

.caseStudyDetailsMain_section7 {
    height: calc(100vh - 300px);
    background: #fff;
}

    .caseStudyDetailsMain_section7 .main-card {
        background: #fff;
        margin: 0 auto;
        width: 1094px;
        position: absolute;
        top: 87%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 3;
        padding: 36px 112px;
    }

        .caseStudyDetailsMain_section7 .main-card .caseStudyDetails-title {
            font-size: 40px;
            font-weight: 400;
        }

        .caseStudyDetailsMain_section7 .main-card .caseStudyDetails-subTitle {
            font-size: 16px;
            font-weight: 400;
        }

.caseStudyDetails-content {
    margin-top: 20px;
    margin-bottom: 30px;
}

    .caseStudyDetails-content p {
        font-size: 16px;
        font-weight: 300;
        line-height: 27.2px;
        color: #000;
    }

.caseStudyDetailsMain_section7 .main-card .caseStudy_solutionText {
    font-size: 20px;
    font-weight: 400;
    line-height: 27.2px;
    color: #000;
    /* margin: 0; */
}

.caseStudyDetailsMain_section7 .main-card .caseStudy_solutionText_subHeading {
    font-size: 14px;
    font-weight: 600;
    line-height: 27.2px;
    color: #000;
    /* margin: 0; */
}

.caseStudyDetailsMain_section7 .main-card ul {
    list-style: outside;
}

    .caseStudyDetailsMain_section7 .main-card ul li {
        font-size: 16px;
        font-weight: 300;
        line-height: 27.2px;
        color: #000;
    }

.caseStudyDetailsMain_section7 .main-card .caseStudy_centered_img img {
    width: 100%;
    height: 100%;
    margin: 20px auto;
}

.caseStudy_social {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

    .caseStudy_social p {
        font-size: 14px;
        font-weight: 300;
        line-height: 27.2px;
        color: #1800ff;
        margin: 0;
    }

    .caseStudy_social a {
        cursor: pointer;
    }

.caseStudy_cards_section {
    padding: 100px 130px 100px 96px;
}

    .caseStudy_cards_section .caseStudy_cards_title {
        font-size: 24px;
        font-weight: 300;
        line-height: normal;
        color: #000;
        margin-bottom: 20px;
    }

@media (max-width: 768px) {
    .caseStudyDetailsMain_section7 {
        height: 100%;
        background: #fff;
    }

    .caseStudyDetails-section7 .main-section-overlay {
        height: 310px;
        background-position-y: -350px;
    }

    .caseStudyDetailsMain_section7 .main-card {
        padding: 24px;
        width: 100%;
        position: static;
        transform: none;
    }

        .caseStudyDetailsMain_section7 .main-card .caseStudyDetails-title {
            font-size: 22px;
            font-weight: 400;
        }

    .caseStudy_cards_section {
        padding: 50px 12px;
    }

        .caseStudy_cards_section .gap-8 {
            margin-top: 30px;
        }
}
/* Case study details End */
/* Case study details 8*/
.caseStudyDetails-section8 {
    position: relative;
}

    .caseStudyDetails-section8 .main-section-overlay::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        background-image: linear-gradient(180deg, rgb(125 125 125 / 0%), rgb(0 0 0));
    }

    .caseStudyDetails-section8 .main-section-overlay {
        background-image: url("../img/services-page-images/3.jpg");
        background-size: cover;
        width: 100%;
        height: 512px;
        background-position-y: -200px;
    }

.caseStudyDetailsMain_section8 {
    height: calc(100vh - 230px);
    background: #fff;
}

    .caseStudyDetailsMain_section8 .main-card {
        background: #fff;
        margin: 0 auto;
        width: 1094px;
        position: absolute;
        top: 87%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 3;
        padding: 36px 112px;
    }

        .caseStudyDetailsMain_section8 .main-card .caseStudyDetails-title {
            font-size: 40px;
            font-weight: 400;
        }

        .caseStudyDetailsMain_section8 .main-card .caseStudyDetails-subTitle {
            font-size: 16px;
            font-weight: 400;
        }

.caseStudyDetails-content {
    margin-top: 20px;
    margin-bottom: 30px;
}

    .caseStudyDetails-content p {
        font-size: 16px;
        font-weight: 300;
        line-height: 27.2px;
        color: #000;
    }

.caseStudyDetailsMain_section8 .main-card .caseStudy_solutionText {
    font-size: 20px;
    font-weight: 400;
    line-height: 27.2px;
    color: #000;
    /* margin: 0; */
}

.caseStudyDetailsMain_section8 .main-card .caseStudy_solutionText_subHeading {
    font-size: 14px;
    font-weight: 600;
    line-height: 27.2px;
    color: #000;
    /* margin: 0; */
}

.caseStudyDetailsMain_section8 .main-card ul {
    list-style: outside;
}

    .caseStudyDetailsMain_section8 .main-card ul li {
        font-size: 16px;
        font-weight: 300;
        line-height: 27.2px;
        color: #000;
    }

.caseStudyDetailsMain_section8 .main-card .caseStudy_centered_img img {
    width: 100%;
    height: 100%;
    margin: 20px auto;
}

.caseStudy_social {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

    .caseStudy_social p {
        font-size: 14px;
        font-weight: 300;
        line-height: 27.2px;
        color: #1800ff;
        margin: 0;
    }

    .caseStudy_social a {
        cursor: pointer;
    }

.caseStudy_cards_section {
    padding: 100px 130px 100px 96px;
}

    .caseStudy_cards_section .caseStudy_cards_title {
        font-size: 24px;
        font-weight: 300;
        line-height: normal;
        color: #000;
        margin-bottom: 20px;
    }

@media (max-width: 768px) {
    .caseStudyDetailsMain_section8 {
        height: 100%;
        background: #fff;
    }

    .caseStudyDetails-section8 .main-section-overlay {
        height: 310px;
        background-position-y: -350px;
    }

    .caseStudyDetailsMain_section8 .main-card {
        padding: 24px;
        width: 100%;
        position: static;
        transform: none;
    }

        .caseStudyDetailsMain_section8 .main-card .caseStudyDetails-title {
            font-size: 22px;
            font-weight: 400;
        }

    .caseStudy_cards_section {
        padding: 50px 12px;
    }

        .caseStudy_cards_section .gap-8 {
            margin-top: 30px;
        }
}
/* Case study details End */
/* Case study details 9*/
.caseStudyDetails-section9 {
    position: relative;
}

    .caseStudyDetails-section9 .main-section-overlay::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        background-image: linear-gradient(180deg, rgb(125 125 125 / 0%), rgb(0 0 0));
    }

    .caseStudyDetails-section9 .main-section-overlay {
        background-image: url("../img/services-page-images/3.jpg");
        background-size: cover;
        width: 100%;
        height: 512px;
        background-position-y: -200px;
    }

.caseStudyDetailsMain_section9 {
    height: calc(100vh - 430px);
    background: #fff;
}

    .caseStudyDetailsMain_section9 .main-card {
        background: #fff;
        margin: 0 auto;
        width: 1094px;
        position: absolute;
        top: 83%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 3;
        padding: 36px;
    }

        .caseStudyDetailsMain_section9 .main-card .caseStudyDetails-title {
            font-size: 24px;
            font-weight: 400;
        }

.caseStudyDetails-content {
    margin-top: 20px;
    margin-bottom: 30px;
}

    .caseStudyDetails-content p {
        font-size: 16px;
        font-weight: 300;
        line-height: 27.2px;
        color: #000;
    }

.caseStudyDetailsMain_section9 .main-card .caseStudy_solutionText {
    font-size: 20px;
    font-weight: 400;
    line-height: 27.2px;
    color: #000;
    /* margin: 0; */
}

.caseStudyDetailsMain_section9 .main-card .caseStudy_solutionText_subHeading {
    font-size: 14px;
    font-weight: 600;
    line-height: 27.2px;
    color: #000;
    /* margin: 0; */
}

.caseStudyDetailsMain_section9 .main-card ul {
    list-style: outside;
}

    .caseStudyDetailsMain_section9 .main-card ul li {
        font-size: 16px;
        font-weight: 300;
        line-height: 27.2px;
        color: #000;
    }

.caseStudyDetailsMain_section9 .main-card .caseStudy_centered_img img {
    width: 100%;
    height: 100%;
    margin: 20px auto;
}

.caseStudy_social {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

    .caseStudy_social p {
        font-size: 14px;
        font-weight: 300;
        line-height: 27.2px;
        color: #1800ff;
        margin: 0;
    }

    .caseStudy_social a {
        cursor: pointer;
    }

.caseStudy_cards_section {
    padding: 100px 130px 100px 96px;
}

    .caseStudy_cards_section .caseStudy_cards_title {
        font-size: 24px;
        font-weight: 300;
        line-height: normal;
        color: #000;
        margin-bottom: 20px;
    }

.for-caseStudy-details {
    width: 1094px !important;
    margin: 0 auto !important;
    padding: 200px 0px 100px 0px !important;
}

.caseStudyDetails-card {
    background-image: linear-gradient( 0deg, rgba(160, 244, 238, 0.22) 0%, rgba(24, 0, 255, 0.22) 100% );
    padding: 36px;
    height: 220px;
}

    .caseStudyDetails-card .caseStudyDetails-card_content {
    }

        .caseStudyDetails-card .caseStudyDetails-card_content p {
            color: #000;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
        }

        .caseStudyDetails-card .caseStudyDetails-card_content h4 {
            color: #1d1d1f;
            font-size: 40px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
        }

@media (max-width: 768px) {
    .for-caseStudy-details {
        width: 100% !important;
        margin: 0 auto !important;
        padding: 0px 12px !important;
    }

    .caseStudyDetails-card {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .caseStudyDetailsMain_section9 {
        height: 100%;
        background: #fff;
    }

    .caseStudyDetails-section8 .main-section-overlay {
        height: 310px;
        background-position-y: -350px;
    }

    .caseStudyDetailsMain_section9 .main-card {
        padding: 24px;
        width: 100%;
        position: static;
        transform: none;
    }

        .caseStudyDetailsMain_section9 .main-card .caseStudyDetails-title {
            font-size: 22px;
            font-weight: 400;
        }

    .caseStudy_cards_section {
        padding: 50px 12px;
    }

        .caseStudy_cards_section .gap-8 {
            margin-top: 30px;
        }
}

.caseStudy_cards_section .cards {
    background: #f7f7f7;
    height: 400px;
    transition: all 0.5s ease-in-out;
    position: relative;
}

    .caseStudy_cards_section .cards .main-banner {
        width: 100%;
        height: 250px;
    }

    .caseStudy_cards_section .cards .cards_content {
        padding: 12px;
        margin-top: 10px;
    }

        .caseStudy_cards_section .cards .cards_content p {
            font-size: 16px;
            font-weight: 400;
            line-height: 27.2px;
            color: #000;
            margin: 0;
        }

        .caseStudy_cards_section .cards .cards_content .content_linking {
            margin-top: 20px;
            text-align: right;
            /*text-align: -webkit-right;*/
            position: absolute;
            bottom: 16px;
            right: 10px;
        }

            .caseStudy_cards_section .cards .cards_content .content_linking:hover {
                text-decoration: underline;
            }
/* Case study details End */
/* Case study details 10*/
.caseStudyDetails-section10 {
    position: relative;
}

    .caseStudyDetails-section10 .main-section-overlay::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        background-image: linear-gradient(180deg, rgb(125 125 125 / 0%), rgb(0 0 0));
    }

    .caseStudyDetails-section10 .main-section-overlay {
        background-image: url("../img/services-page-images/3.jpg");
        background-size: cover;
        width: 100%;
        height: 512px;
        background-position-y: -200px;
    }

.caseStudyDetailsMain_section10 {
    height: calc(100vh - 300px);
    background: #fff;
}

    .caseStudyDetailsMain_section10 .main-card {
        background: #fff;
        margin: 0 auto;
        width: 1094px;
        position: absolute;
        top: 88%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 3;
        padding: 36px;
    }

        .caseStudyDetailsMain_section10 .main-card .caseStudyDetails-title {
            font-size: 24px;
            font-weight: 400;
        }

.caseStudyDetails-content {
    margin-top: 20px;
    margin-bottom: 30px;
}

    .caseStudyDetails-content p {
        font-size: 16px;
        font-weight: 300;
        line-height: 27.2px;
        color: #000;
    }

.caseStudyDetailsMain_section10 .main-card .caseStudy_solutionText {
    font-size: 20px;
    font-weight: 400;
    line-height: 27.2px;
    color: #000;
    /* margin: 0; */
}

.caseStudyDetailsMain_section10 .main-card .caseStudy_solutionText_subHeading {
    font-size: 14px;
    font-weight: 600;
    line-height: 27.2px;
    color: #000;
    /* margin: 0; */
}

.caseStudyDetailsMain_section10 .main-card ul {
    list-style: outside;
}

    .caseStudyDetailsMain_section10 .main-card ul li {
        font-size: 16px;
        font-weight: 300;
        line-height: 27.2px;
        color: #000;
    }

.caseStudyDetailsMain_section10 .main-card .caseStudy_centered_img img {
    width: 100%;
    height: 100%;
    margin: 20px auto;
}

.caseStudy_social {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

    .caseStudy_social p {
        font-size: 14px;
        font-weight: 300;
        line-height: 27.2px;
        color: #1800ff;
        margin: 0;
    }

    .caseStudy_social a {
        cursor: pointer;
    }

.caseStudy_cards_section {
    padding: 100px 130px 100px 96px;
}

    .caseStudy_cards_section .caseStudy_cards_title {
        font-size: 24px;
        font-weight: 300;
        line-height: normal;
        color: #000;
        margin-bottom: 20px;
    }

.for-caseStudy-details {
    width: 1094px !important;
    margin: 0 auto !important;
    padding: 200px 0px 100px 0px !important;
}

.caseStudyDetails-card {
    background-image: linear-gradient( 0deg, rgba(160, 244, 238, 0.22) 0%, rgba(24, 0, 255, 0.22) 100% );
    padding: 36px;
    height: 220px;
}

    .caseStudyDetails-card .caseStudyDetails-card_content {
    }

        .caseStudyDetails-card .caseStudyDetails-card_content p {
            color: #000;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
        }

        .caseStudyDetails-card .caseStudyDetails-card_content h4 {
            color: #1d1d1f;
            font-size: 40px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
        }

@media (max-width: 768px) {
    .for-caseStudy-details {
        width: 100% !important;
        margin: 0 auto !important;
        padding: 0px 12px !important;
    }

    .caseStudyDetails-card {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .caseStudyDetailsMain_section10 {
        height: 100%;
        background: #fff;
    }

    .caseStudyDetails-section10 .main-section-overlay {
        height: 310px;
        background-position-y: -350px;
    }

    .caseStudyDetailsMain_section10 .main-card {
        padding: 24px;
        width: 100%;
        position: static;
        transform: none;
    }

        .caseStudyDetailsMain_section10 .main-card .caseStudyDetails-title {
            font-size: 22px;
            font-weight: 400;
        }

    .caseStudy_cards_section {
        padding: 50px 12px;
    }

        .caseStudy_cards_section .gap-8 {
            margin-top: 30px;
        }
}

.caseStudy_cards_section .cards {
    background: #f7f7f7;
    height: 400px;
    transition: all 0.5s ease-in-out;
    position: relative;
}

    .caseStudy_cards_section .cards .main-banner {
        width: 100%;
        height: 250px;
    }

    .caseStudy_cards_section .cards .cards_content {
        padding: 12px;
        margin-top: 10px;
    }

        .caseStudy_cards_section .cards .cards_content p {
            font-size: 16px;
            font-weight: 400;
            line-height: 27.2px;
            color: #000;
            margin: 0;
        }

        .caseStudy_cards_section .cards .cards_content .content_linking {
            margin-top: 20px;
            text-align: right;
            /*text-align: -webkit-right;*/
            position: absolute;
            bottom: 16px;
            right: 10px;
        }

            .caseStudy_cards_section .cards .cards_content .content_linking:hover {
                text-decoration: underline;
            }
/* Case study details End */
/* Licenses Section */
.license_section {
    padding: 100px 130px 100px 96px;
}

.license_text h4 {
    text-align: center;
    font-size: 40px;
    font-weight: 300;
    line-height: 27.2px;
    color: #000;
}

.certificate {
    max-width: 900px;
    margin: auto;
    display: none;
}

.content h3 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px;
    text-transform: uppercase;
}

.info p {
    font-size: 14px;
    margin: 5px 0;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
}

table,
th,
td {
    border: 1px solid #000;
}

th,
td {
    padding: 10px;
    text-align: left;
    font-size: 14px;
    white-space: nowrap;
}

.certificate .footer-text {
    margin-top: 20px;
    font-size: 13px;
}

.certificate footer {
    margin-top: 40px;
    font-size: 12px;
    text-align: left;
    color: #555;
}

#captchaModal .modal-dialog .modal-content {
    text-align: center;
    text-align: -webkit-center;
}

.searchBtn,
.searchBtn:hover {
    display: block;
    text-align: center;
    width: auto;
    padding: 10px 18px 10px 10px;
    background: #1b1aff;
    border: 1px solid #1b1aff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: #fff;
    text-decoration: none;
    transition: 0.3s all ease-in-out;
}

.modal-header {
    border: 0 !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield; /* Firefox */
}
/* 
.page-number {
  text-align: right;
  margin-top: -20px;
} */

@media (max-width: 768px) {
    .license_section {
        padding: 50px 12px;
    }

    .license_text h4 {
        font-size: 24px;
        font-weight: 300;
        line-height: normal;
        color: #000;
    }

    .certificate .footer-text {
        margin-top: 20px;
        font-size: 13px;
    }
}
/* Licenses Section End*/
/* Unify Section */
.unify-link {
    text-decoration: none;
}

.unify-card {
    background: #f7f7f7;
    margin: 10px;
    width: 100%;
    transition: all 0.5s ease-in-out;
    border-radius: 4px;
}

    .unify-card:hover {
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    }

.card-img-top {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.unify-card-title {
    padding: 0px 24px;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    color: #000;
}

.unify-card-desc {
    padding: 0px 24px 24px 24px;
    font-size: 16px;
    font-weight: 300;
    line-height: normal;
    color: #000;
    height: 320px;
}

.explore-more-btn,
.explore-more-btn span {
    font-weight: 400 !important;
    font-size: 13px !important;
    line-height: 15.6px !important;
    color: #000 !important;
    text-decoration: none !important;
    width: max-content !important;
    transition: 0.3s all ease-in-out;
    white-space: nowrap !important;
    display: flex !important;
    align-items: center !important;
    padding: 0px !important;
}

    .explore-more-btn:hover img {
        margin-left: 5px;
        transition: 0.3s all ease-in-out;
    }

    .explore-more-btn:hover {
        color: #000;
    }

@media (max-width: 768px) {
    .unify-card {
        background: #f7f7f7;
        margin: 16px 0px;
        width: 100%;
        transition: all 0.5s ease-in-out;
        border-radius: 4px;
    }

    .unify-card-desc {
        height: 390px;
        font-size: 14px;
    }

    .card-body {
        height: auto !important;
    }
}
/* Unify Section End*/

/*Who we are*/
.glance-overlay {
    /*    background-color: var(--dark-purple-blue);*/
    /*    height: 90vh;*/
    /*    background-size: cover;*/
    /*    background-repeat: round*/
}

.custom-position {
    position: absolute;
    top: 40px;
}

.who-we-are-section {
    padding: 100px 130px 100px 100px;
    overflow: hidden;
    background-color: var(--dark-purple-blue);
}

.mission-vission-section {
    padding: 100px 130px 100px 110px;
    overflow: hidden;
}
/*
.core-values-section {
    padding: 100px 145px 100px 110px;
    overflow: hidden;
}*/

.who-we-are-section-heading {
    font-size: 40px;
    font-weight: 300;
    color: var(--gray-white-color);
}

.glance-section-desc {
    color: var(--gray-white-color);
    font-size: 16px !important;
    font-weight: 300;
    line-height: 24px;
}

.who-we-are-section .card-design {
    height: 450px;
    width: 100%;
    transition: 0.2s ease;
    position: relative;
}

    .who-we-are-section .card-design::before {
        content: "";
        display: block;
        height: 450px;
        z-index: 2;
        background-image: linear-gradient(180deg, rgb(125 125 125 / 0%), rgb(0 0 0));
    }

    .who-we-are-section .card-design .card-design-text {
        position: absolute;
        bottom: 20px;
        left: 20px;
        right: 20px;
    }

        .who-we-are-section .card-design .card-design-text h5 {
            color: var(--white-color);
            font-size: 18px;
            font-weight: 500;
        }

        .who-we-are-section .card-design .card-design-text p {
            color: var(--white-color);
            font-size: 16px;
            font-weight: 300;
        }

.who-we-are-section .bg-1 {
    background-image: url('../img/who-we-are/value1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.who-we-are-section .bg-2 {
    background-image: url('../img/who-we-are/value-2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.who-we-are-section .bg-3 {
    background-image: url('../img/who-we-are/value-3jpg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.who-we-are-section .bg-4 {
    background-image: url('../img/who-we-are/value-4.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.who-we-are-section .bg-5 {
    background-image: url('../img/who-we-are/value-5.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media (max-width: 768px) {
    .who-we-are-section {
        padding: 50px 24px;
        overflow: hidden;
    }

    .mission-vission-section {
        padding: 50px 24px;
        overflow: hidden;
    }

    .core-values-section {
        padding: 50px 12px;
        overflow: hidden;
    }

    .who-we-are-section-heading {
        font-size: 24px;
        font-weight: 300;
    }

    .who-we-are-section .dp-flex {
        display: grid;
    }
}

/*Our Ways Of Working*/
.ways-working-section {
    padding: 100px 130px 100px 100px;
    overflow: hidden;
}

.ways-working-heading {
    font-size: 40px;
    font-weight: 300;
    color: var(--black-color);
}

.ways-working-desc {
    color: var(--black-color);
    font-size: 16px !important;
    font-weight: 300;
    line-height: 24px;
}

.ways-of-working-accordian {
    display: grid;
    row-gap: 12px;
    column-gap: 64px;
    grid-template-columns: repeat(auto-fill, minmax(628px, 1fr));
    grid-template-rows: repeat(10, auto);
}

    .ways-of-working-accordian .accordion {
        background-color: transparent;
        color: #000;
        cursor: pointer;
        padding: 16px 7px;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        font-size: 16px;
        font-weight: 300;
        transition: 0.5s ease-in-out;
        border-bottom: 1px solid
    }

        .ways-of-working-accordian .accordion.active {
            color: #000a1c;
        }

    .ways-of-working-accordian .panel {
        margin-top: 24px;
        padding: 0 8px;
        background-color: transparent;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s ease-in-out;
    }


@media (max-width: 768px) {
    .ways-working-section {
        padding: 50px 24px;
        overflow: hidden;
    }

    .ways-working-heading {
        font-size: 24px;
        font-weight: 300;
    }

    .ways-of-working-accordian {
        grid-template-columns: repeat(auto-fill, minmax(325px, 1fr));
    }
}
/*Our Ways Of Working END*/

/*Digital Banking Solutions*/
.overview_digital_banking .softwear-services-img {
    padding-right: 1rem;
    position: relative;
}

    .overview_digital_banking .softwear-services-img .overlay-text {
        position: absolute;
        bottom: 20px;
        left: 24px;
        right: 24px;
    }

        .overview_digital_banking .softwear-services-img .overlay-text h5 {
            color: var(--white-color);
            font-size: 18px;
            font-weight: 500;
        }

        .overview_digital_banking .softwear-services-img .overlay-text p {
            color: var(--white-color);
            font-size: 16px;
            font-weight: 300;
        }

.digital-banking-accordions .accordion {
    background-color: transparent;
    color: #000;
    cursor: pointer;
    padding: 16px 7px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    font-weight: 300;
    transition: 0.5s ease-in-out;
    border-bottom: 1px solid
}

    .digital-banking-accordions .accordion.active {
        color: #000a1c;
    }

.digital-banking-accordions .panel {
    margin-top: 16px;
    padding: 0 8px;
    background-color: transparent;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}

    .digital-banking-accordions .panel ul {
        list-style: disc;
        padding: 15px
    }

.banking-consolidation-bg {
    padding: 100px 130px 100px 100px;
    background-color: var(--dark-purple-blue)
}

    .banking-consolidation-bg h3 {
        font-size: 24px;
        font-weight: 300;
        color: var(--gray-white-color);
    }

    .banking-consolidation-bg p {
        font-size: 16px;
        font-weight: 300;
        color: var(--gray-white-color);
    }

.width-648 {
    width: 648px
}

.banking-consolidation-bg
.card-design {
    display: grid;
    row-gap: 32px;
    column-gap: 12px;
    grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
    grid-template-rows: repeat(10, auto);
}

.banking-consolidation-bg .color-card {
    background-color: var(--blue-color);
    padding: 36px;
    height: 320px
}

.banking-consolidation-bg ul {
    list-style: disc;
    padding: 15px;
}

    .banking-consolidation-bg ul li {
        font-size: 14px;
        font-weight: 300;
        color: var(--gray-white-color);
    }

@media(max-width:768px) {

    .banking-consolidation-bg {
        padding: 50px 24px;
    }

        .banking-consolidation-bg h3 {
            font-size: 24px;
            font-weight: 400;
            color: var(--gray-white-color);
        }

        .banking-consolidation-bg p {
            font-size: 16px;
            font-weight: 300;
            color: var(--gray-white-color);
        }

        .banking-consolidation-bg ul li {
            font-size: 14px;
            font-weight: 300;
            color: var(--gray-white-color);
        }

        .banking-consolidation-bg .dp-flex {
            display: grid
        }

    .width-648 {
        width: 100%;
    }
}
/*GIS */

.gis-overview {
    background: var(--custom-card-bg);
    height: 130px;
}

    .gis-overview .overview-content-description {
        padding: 24px;
    }

        .gis-overview .overview-content-description h3 {
            font-size: 24px;
            font-weight: 500;
            color: var(--blue-text-color);
        }

        .gis-overview .overview-content-description p {
            font-size: 16px;
            font-weight: 300;
            color: var(--blue-text-color);
        }

.core-offering {
    padding: 100px 130px 100px 100px;
    overflow: hidden;
}

    .core-offering img {
        padding: 0px 0px 24px 150px
    }

    .core-offering
    .core-offering-heading {
        font-size: 40px;
        font-weight: 300;
        color: var(--black-color);
    }

    .core-offering
    .description-content {
        padding-bottom: 24px;
        border-bottom: 1px solid
    }

        .core-offering
        .description-content h3 {
            font-size: 20px;
            font-weight: 400;
            color: var(--black-color);
        }

        .core-offering
        .description-content p {
            font-size: 16px;
            font-weight: 300;
            color: var(--black-color);
        }

.tech-stack {
    padding: 40px 130px 40px 100px;
    overflow: hidden;
    background-color: var(--custom-card-bg)
}

    .tech-stack
    .tech-stack-heading {
        font-size: 40px;
        font-weight: 300;
        color: var(--black-color);
    }

    .tech-stack
    .tech-stack-description {
        font-size: 16px;
        font-weight: 300;
        margin-top: 16px
    }

    .tech-stack .tech-card-heading p {
        font-size: 20px;
        font-weight: 500;
    }

    .tech-stack .tech-card-heading ul {
        list-style: disc;
        padding: 24px
    }

        .tech-stack .tech-card-heading ul li {
            font-size: 16px;
            font-weight: 300;
        }

.how-implement {
    padding: 100px 130px 40px 100px;
    overflow: hidden;
}

    .how-implement
    .how-implement-heading {
        font-size: 40px;
        font-weight: 300;
        color: var(--black-color);
    }

    .how-implement .color-card {
        padding: 36px;
        height: 233px
    }

    .how-implement .color-card-bg {
        background-image: linear-gradient(180deg, #0A0137, #1800FF);
    }

    .how-implement .color-card-black-bg {
        background: var(--dark-black)
    }

    .how-implement .color-card-light-blue-bg {
        background: var(--light-blue);
    }

    .how-implement .color-card-royal-blue-bg {
        background: var(--royal-blue);
    }

    .how-implement .color-card h1 {
        color: #fefefe;
        font-size: 32px;
        margin-bottom: 12px;
    }

    .how-implement .color-card .p-heading {
        color: #fff;
        font-size: 16px
    }

    .how-implement .color-card .p-desc {
        color: #fff;
        font-size: 14px
    }

    .how-implement .color-card .p-title {
        color: #fff;
        font-size: 20px
    }

    .how-implement .color-card ul {
        list-style: disc;
        padding: 15px;
    }

        .how-implement .color-card ul li {
            font-size: 16px;
            font-weight: 300;
            color: var(--gray-white-color);
        }

.active-Equipment {
    padding: 100px 130px 40px 100px;
    overflow: hidden;
}

    .active-Equipment
    .active-Equipment-heading {
        font-size: 40px;
        font-weight: 300;
        color: var(--black-color);
    }

    .active-Equipment .color-card {
        padding: 36px 24px;
        height: 100%;
    }

    .active-Equipment .color-card-bg {
        background-image: linear-gradient(180deg, #0A0137, #1800FF);
    }

    .active-Equipment .color-card-black-bg {
        background: var(--dark-black)
    }

    .active-Equipment .color-card-light-blue-bg {
        background: var(--light-blue);
    }

    .active-Equipment .color-card-royal-blue-bg {
        background: var(--royal-blue);
    }

    .active-Equipment .color-card h1 {
        color: #fefefe;
        font-size: 16px;
        margin-bottom: 12px;
    }

    .active-Equipment .color-card p {
        color: #fff;
        font-size: 14px
    }

    .active-Equipment .color-card ul {
        list-style: disc;
        padding: 15px;
    }

        .active-Equipment .color-card ul li {
            font-size: 14px;
            font-weight: 300;
            color: var(--gray-white-color);
        }

.iss-card-bg {
    background-color: #F7F7FC;
    height: 100%
}

.how-implement .iss-card-bg p {
    /*            color: #fff;*/
    font-size: 20px
}

.how-implement .iss-card-bg ul {
    list-style: disc;
    padding: 15px;
}

    .how-implement .iss-card-bg ul li {
        font-size: 16px;
        font-weight: 300;
        /*                color: var(--gray-white-color);*/
    }

@media(max-width:768px) {
    .gis-overview {
        background: var(--custom-card-bg);
        height: 100%;
    }

        .gis-overview .overview-content-description {
            padding: 24px;
        }

            .gis-overview .overview-content-description h3 {
                font-size: 18px;
                font-weight: 500;
                color: var(--blue-text-color);
            }

            .gis-overview .overview-content-description p {
                font-size: 14px;
                font-weight: 300;
                color: var(--blue-text-color);
            }

    .core-offering {
        padding: 50px 24px;
        overflow: hidden;
    }

        .core-offering img {
            padding: 0px 0px;
        }

        .core-offering
        .core-offering-heading {
            font-size: 24px;
            font-weight: 300;
            color: var(--black-color);
        }

        .core-offering
        .description-content {
            padding-bottom: 24px;
            border-bottom: 1px solid
        }

            .core-offering
            .description-content h3 {
                font-size: 18px;
                font-weight: 400;
                color: var(--black-color);
            }

            .core-offering
            .description-content p {
                font-size: 14px;
                font-weight: 300;
                color: var(--black-color);
            }

    .tech-stack {
        padding: 40px 24px;
        overflow: hidden;
        background-color: var(--custom-card-bg)
    }

        .tech-stack
        .tech-stack-heading {
            font-size: 24px;
            font-weight: 300;
            color: var(--black-color);
        }

        .tech-stack .tech-card-heading p {
            font-size: 16px;
            font-weight: 500;
        }

        .tech-stack .tech-card-heading ul {
            list-style: disc;
            padding: 16px
        }

            .tech-stack .tech-card-heading ul li {
                font-size: 14px;
                font-weight: 300;
            }


    .how-implement {
        padding: 50px 24px;
        overflow: hidden;
    }

        .how-implement
        .how-implement-heading {
            font-size: 24px;
            font-weight: 300;
            color: var(--black-color);
        }

        .how-implement .color-card h1 {
            color: #fefefe;
            font-size: 20px;
            margin-bottom: 12px;
        }

        .how-implement .color-card .p-title {
            color: #fff;
            font-size: 16px
        }

        .how-implement .color-card ul {
            list-style: disc;
            padding: 15px;
        }

            .how-implement .color-card ul li {
                font-size: 14px;
                font-weight: 300;
                color: var(--gray-white-color);
            }

    .active-Equipment {
        padding: 50px 24px;
        overflow: hidden;
    }

        .active-Equipment
        .active-Equipment-heading {
            font-size: 24px;
            font-weight: 300;
            color: var(--black-color);
        }

        .active-Equipment .color-card h1 {
            color: #fefefe;
            font-size: 20px;
            margin-bottom: 12px;
        }

        .active-Equipment .color-card .p-heading {
            color: #fff;
            font-size: 16px
        }

        .active-Equipment .color-card .p-desc {
            color: #fff;
            font-size: 14px
        }

        .active-Equipment .color-card ul {
            list-style: disc;
            padding: 15px;
        }

            .active-Equipment .color-card ul li {
                font-size: 14px;
                font-weight: 300;
                color: var(--gray-white-color);
            }

    .iss-card-bg {
        background-color: #F7F7FC;
    }

    .how-implement .iss-card-bg p {
        /*            color: #fff;*/
        font-size: 16px
    }

    .how-implement .iss-card-bg ul {
        list-style: disc;
        padding: 15px;
    }

        .how-implement .iss-card-bg ul li {
            font-size: 14px;
            font-weight: 300;
            /*                color: var(--gray-white-color);*/
        }
}





/* Footer */
.footer {
    background: #f7f7f7 !important;
    padding: 40px 96px 5px 96px;
}

.social-small {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.social {
    line-height: 24px;
    font-size: 24px;
    font-weight: 600;
    padding-top: 20px;
}

.footer h5 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
}

.footer a {
    color: #1a1a1a;
    text-decoration: none;
    font-size: 14px;
    display: block;
    margin-bottom: 12px;
    transition: 0.3s;
    font-weight: 300;
    width: max-content;
}

    .footer a:hover {
        color: #000 !important;
        text-decoration: underline;
    }

.footer_extension
.footer-logo img {
    width: 150px
}

.footer .social {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer-divider {
    border-top: 1px solid #eaeaea;
    margin: 20px 0;
}

.footer_extension,
.footer_copyright {
    background: #f7f7f7;
    padding: 0px 96px 5px 96px;
}

    .footer_extension a {
        color: #8e8e8e;
        text-decoration: none;
        font-size: 16px;
        font-weight: 300;
        display: block;
        margin-bottom: 6px;
        transition: 0.3s;
    }

    .footer_extension .footer-links {
        margin-top: 5px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .footer_extension .footer-social {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        text-align: right;
        column-gap: 50px;
    }

    .footer_copyright p {
        color: #8e8e8e;
        font-size: 14px;
        font-weight: 300;
    }

.footer_desktop {
    display: block;
}

.footer_mobile {
    display: none;
}

/* For mobile Footer */
.custom-accordian .accordion {
    background-color: transparent;
    color: #000;
    cursor: pointer;
    padding: 16px 7px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    transition: 0.5s ease-in-out;
}

    .custom-accordian .accordion.active {
        color: #000a1c;
    }

.custom-accordian .panel {
    padding: 0 8px;
    background-color: transparent;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}

    .custom-accordian .panel ul {
        list-style: none;
        padding-left: 10px;
    }

        .custom-accordian .panel ul li {
            padding: 5px 0px;
        }

            .custom-accordian .panel ul li a {
                font-size: 14px;
                font-weight: 300;
                line-height: 27px;
                transition: all 0.4s ease-in-out;
                text-decoration: none;
                color: #000;
                width: auto !important
                /* color: #8e8e8e; */
            }

                .custom-accordian .panel ul li a:hover {
                    text-decoration: underline;
                    color: #000;
                }

/* For mobile Footer End */

@media (max-width: 768px) {
    .footer {
        background: #f7f7f7;
        padding: 40px 16px 5px 16px;
    }

    .footer_extension,
    .footer_copyright {
        background: #f7f7f7;
        padding: 0px 16px 5px 15px;
    }

    .footer h5 {
        font-size: 20px;
    }

    .footer a {
        font-size: 12px;
    }

    .footer .social {
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .footer_extension .footer-links {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer_extension
    .footer-logo img {
        width: 100px
    }

    .footer-social {
        justify-content: center !important;
        padding-top: 20px;
    }

    .footer_extension a {
        color: #8e8e8e !important;
        text-decoration: none;
        font-size: 16px;
        font-weight: 400;
        display: block;
        margin-bottom: 20px;
        transition: 0.3s;
    }

        .footer_extension a:hover {
            text-decoration: underline;
        }

    .footer_copyright p {
        text-align: center;
    }

    .footer_desktop {
        display: none;
    }

    .footer_mobile {
        display: block;
    }
}

#scrollToTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #1b1aff;
    color: white;
    border: none;
    padding: 10px 12px;
    border-radius: 5px;
    display: none; /* Hide the button initially */
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

    #scrollToTopBtn:hover {
        position: fixed;
        bottom: 20px;
        right: 20px;
        background-color: #1b1aff;
        color: white;
        border: none;
        padding: 12px 14px;
        border-radius: 5px;
        display: none; /* Hide the button initially */
        cursor: pointer;
        transition: all 0.3s ease-in-out;
    }

    #scrollToTopBtn img {
        transform: rotate(270deg);
        width: 18px;
        height: 18px;
    }

@media (max-width: 768px) {
    #scrollToTopBtn {
        position: fixed;
        bottom: 20px;
        right: 10px;
        background-color: #1b1aff;
        color: white;
        border: none;
        padding: 8px 12px;
        border-radius: 5px;
        display: none; /* Hide the button initially */
        cursor: pointer;
        transition: all 0.3s ease-in-out;
    }

        #scrollToTopBtn:hover {
            position: fixed;
            bottom: 20px;
            right: 10px;
            background-color: #1b1aff;
            color: white;
            border: none;
            padding: 8px 12px;
            border-radius: 5px;
            display: none; /* Hide the button initially */
            cursor: pointer;
            transition: all 0.3s ease-in-out;
        }

        #scrollToTopBtn img {
            transform: rotate( 270deg);
            width: 14px;
            height: 18px;
        }
}

.loader-wrapper {
    display: none; /* Initially hide loader */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8); /* Semi-transparent background */
    z-index: 1000; /* Ensure it's on top of other elements */
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #1b1aff;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite; /* Animation for spinner */
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* Footer End */

/*Get a Quote Modal*/

.upload-container {
    border: 2px dashed #cccccc;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

    .upload-container:hover {
        /*        border-color: #007bff;*/
    }

    .upload-container input[type="file"] {
        display: none;
    }

    .upload-container .file-name {
        margin-top: 10px;
        font-size: 14px;
        color: #555;
    }

    .upload-container a {
        color: #007bff;
        text-decoration: none;
    }

        .upload-container a:hover {
            text-decoration: underline;
        }

/*Get a Quote Modal End*/


/* main media query  */
@media (min-width: 1440px) and (max-width: 1599px) {
    .carousel-item .ai_img_class {
        right: -400px;
    }

    .whatWeDoCard-card {
        position: relative;
        width: 400px !important;
        height: 500px;
        border: none;
        overflow: hidden;
        border-radius: 0px;
        flex-shrink: 0;
        transition: border 0.3s ease-in-out;
        border: 2px solid transparent;
    }

        .whatWeDoCard-card img {
            width: 400px;
            height: 600px;
            object-fit: cover;
            transition: transform 0.6s ease, filter 0.6s ease;
        }

    .whatWeDoCardWrapper .swiper-slide {
        width: 395px !important;
    }

    .carousel-caption {
        position: absolute;
        top: 15%;
        left: 6%;
        text-align: left;
    }

    .caseStudy_section .carousel-caption {
        position: absolute;
        top: 40%;
        left: 7%;
        text-align: left;
    }

    #carouselExampleIndicators2 .carousel-indicators {
        margin-right: 27%;
        margin-left: 7%;
    }

    .width-515px {
        width: 475px;
    }

    .carousel-wrapper .card {
        width: 400px;
        height: 400px;
    }

    .carousel-wrapper .card-overlay {
        width: 350px;
    }

    .carousel-wrapper .card-text {
        margin-top: 5px;
        color: #fefefe;
        font-size: 13px;
        font-weight: 400;
    }

    .overlay_csr_bg img {
        width: 1050px;
        height: 375px;
    }

    .customer_success_img .play_button {
        transition: opacity 0.5s ease-in-out;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-80%, -50%);
    }

    .margin-top-195px {
        margin-top: 50px;
    }

    .newsroom_section .newsroom_card p {
        width: 500px;
    }

    .footer_extension .footer-social {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        text-align: right;
        column-gap: 20px;
    }

    .whatWeDoCardWrapper .swiper-pagination-bullet-active,
    .whatWeDoCardWrapper .swiper-pagination-bullet {
        border-radius: 24px;
        height: 2px;
        width: 100px;
        margin: 0 !important;
    }

    .carouselWrapper .swiper-pagination-bullet-active,
    .carouselWrapper .swiper-pagination-bullet {
        border-radius: 24px;
        height: 2px;
        width: 157px;
        margin: 0 !important;
    }

    .carouselWrapper .card img {
        width: 400px;
        height: 500px;
        object-fit: cover;
    }

    .carouselWrapper .card-overlay {
        position: absolute;
        bottom: 20px;
        left: 20px;
        width: 350px;
        height: 180px;
        padding: 24px 24px 32px 24px;
        background: radial-gradient( 50% 50% at 50% 50%, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0.33) 15%, rgba(0, 0, 0, 0.4) 100% );
        backdrop-filter: blur(16px);
    }

    .custom-indicators-bg {
        background: rgba(0, 0, 0, 0.185);
        backdrop-filter: blur(5px);
        width: 83%;
        margin: 0 auto;
        position: absolute;
        right: 35px;
        left: 0;
        bottom: 24px;
    }

    .blockChainValue_section .card-25 {
        width: 24.3%;
        float: left;
        padding: 24px;
        background: #f7f7f7;
        height: 220px;
    }

    .coreCapabilities_section .card-25 {
        width: 24.3%;
        float: left;
        padding: 24px;
        background: #f7f7f7;
        height: 220px;
    }

    .custom-margin-2 {
        margin: 0 5px;
    }

    .custom-margin-4 {
        margin: 0 0 0 5px;
    }

    .blockchain-main-section .main-section-overlay {
        height: 368px;
        background-position-y: -150px;
    }

    .blockchain-main-section .main-section-width {
        width: 561px;
        position: absolute;
        top: 100px;
        left: 110px;
    }

    .blockchain-main-section .who-we-are-section {
        background-image: url('../img/who-we-are/banner-1.jpg');
        background-size: cover;
        width: 100%;
        height: 368px;
        background-position-y: -250px;
    }

    .overview_section .overview-main-img img {
        width: 100%;
        margin-top: 14px;
    }

    .overview_section .gap-24 {
        margin-top: 0px;
    }

    .nav_img {
        width: 305px;
    }

    .width-700 {
        width: 610px;
    }

    .caseStudyDetailsMain_section .main-card {
        top: 140%;
    }

    .caseStudyDetailsMain_section {
        height: calc(100vh - -450px);
    }

    .caseStudyDetailsMain_section2 .main-card {
        top: 109%;
    }

    .caseStudyDetailsMain_section2 {
        height: calc(100vh - 50px);
    }

    .caseStudyDetailsMain_section3 .main-card {
        top: 205%;
    }

    .caseStudyDetailsMain_section3 {
        height: calc(100vh - -1600px);
    }

    .caseStudyDetailsMain_section4 .main-card {
        top: 98%;
    }

    .caseStudyDetailsMain_section4 {
        height: calc(100vh - 300px);
    }

    .caseStudyDetailsMain_section5 .main-card {
        top: 136%;
    }

    .caseStudyDetailsMain_section5 {
        height: calc(100vh - -400px);
    }

    .caseStudyDetailsMain_section6 .main-card {
        top: 133%;
    }

    .caseStudyDetailsMain_section6 {
        height: calc(100vh - -350px);
    }

    .caseStudyDetailsMain_section7 .main-card {
        top: 108%;
    }

    .caseStudyDetailsMain_section7 {
        height: calc(100vh - 120px);
    }

    .caseStudyDetailsMain_section8 .main-card {
        top: 112%;
    }

    .caseStudyDetailsMain_section8 {
        height: calc(100vh - 50px);
    }

    .caseStudyDetailsMain_section9 .main-card {
        top: 111%;
    }

    .caseStudyDetailsMain_section9 {
        height: calc(100vh - 50px);
    }

    .caseStudyDetailsMain_section10 .main-card {
        top: 110%;
    }

    .caseStudyDetailsMain_section10 {
        height: calc(100vh - 50px);
    }

    .card-body {
        padding: 20px;
        height: 120px;
    }

    .dropdown-content {
        height: 800px;
        padding: 30px 140px 30px 110px
    }

    .w-315 {
        width: 245px;
        margin-top: 60px
    }

    .unify-card-desc {
        height: 390px;
    }

    .core-offering img {
        padding: 0px 0px 10px 50px;
    }
}

@media (min-width: 1600px) and (max-width: 1919px) {
    .whatWeDoCardWrapper .swiper-pagination-bullet-active,
    .whatWeDoCardWrapper .swiper-pagination-bullet {
        border-radius: 24px;
        height: 2px;
        width: 275px;
        margin: 0 !important;
    }

    .carouselWrapper .swiper-pagination-bullet-active,
    .carouselWrapper .swiper-pagination-bullet {
        border-radius: 24px;
        height: 2px;
        width: 184px;
        margin: 0 !important;
    }

    .carouselWrapper .card img {
        width: 450px;
        height: 600px;
        object-fit: cover;
    }

    .carouselWrapper .card-overlay {
        position: absolute;
        bottom: 20px;
        left: 10px;
        width: 380px;
        height: 180px;
        padding: 24px 24px 32px 24px;
        background: radial-gradient( 50% 50% at 50% 50%, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0.33) 15%, rgba(0, 0, 0, 0.4) 100% );
        backdrop-filter: blur(16px);
    }

    #carouselExampleIndicators2 .carousel-indicators {
        margin-right: 24%;
    }

    .custom-indicators-bg {
        background: rgba(0, 0, 0, 0.185);
        backdrop-filter: blur(5px);
        width: 85%;
        margin: 0 auto;
        position: absolute;
        right: 35px;
        left: 0;
        bottom: 70px;
    }

    .blockChainValue_section .card-25 {
        width: 24.3%;
        float: left;
        padding: 24px;
        background: #f7f7f7;
        height: 220px;
    }

    .custom-margin-2 {
        margin: 0 5px;
    }

    .custom-margin-4 {
        margin: 0 0 0 5px;
    }

    .blockchain-main-section .main-section-width {
        width: 531px;
        position: absolute;
        top: 140px;
        left: 110px;
    }

    .caseStudy_section .carousel-caption {
        top: 40%;
    }

    .progress_section_selection .text-indication {
        padding: 10px 138px 10px 110px;
    }

    .blockchain-main-section .main-section-overlay {
        height: 600px;
        background-position-y: -200px;
    }

    .card-body {
        padding: 20px;
        height: 160px;
    }

    .core-offering img {
        padding: 0px 0px 10px 50px;
    }
}

@media (min-width: 2560px) {
    .blockchain-main-section .who-we-are-section {
        background-image: url('../img/who-we-are/banner-1.jpg');
        background-size: cover;
        width: 100%;
        height: 368px;
        background-position-y: -450px;
    }
}
