@font-face {
    font-family: 'Satoshi-Black';
    src: url('../fonts/Sotoshi/Satoshi-Black.eot');
    src: url('../fonts/Sotoshi/Satoshi-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Sotoshi/Satoshi-Black.woff2') format('woff2'),
        url('../fonts/Sotoshi/Satoshi-Black.woff') format('woff'),
        url('../fonts/Sotoshi/Satoshi-Black.ttf') format('truetype'),
        url('../fonts/Sotoshi/Satoshi-Black.svg#Satoshi-Black') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Satoshi-Bold';
    src: url('../fonts/Sotoshi/Satoshi-Bold.eot');
    src: url('../fonts/Sotoshi/Satoshi-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Sotoshi/Satoshi-Bold.woff2') format('woff2'),
        url('../fonts/Sotoshi/Satoshi-Bold.woff') format('woff'),
        url('../fonts/Sotoshi/Satoshi-Bold.ttf') format('truetype'),
        url('../fonts/Sotoshi/Satoshi-Bold.svg#Satoshi-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Satoshi-Medium';
    src: url('../fonts/Sotoshi/Satoshi-Medium.eot');
    src: url('../fonts/Sotoshi/Satoshi-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Sotoshi/Satoshi-Medium.woff2') format('woff2'),
        url('../fonts/Sotoshi/Satoshi-Medium.woff') format('woff'),
        url('../fonts/Sotoshi/Satoshi-Medium.ttf') format('truetype'),
        url('../fonts/Sotoshi/Satoshi-Medium.svg#Satoshi-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Satoshi-Regular';
    src: url('../fonts/Sotoshi/Satoshi-Regular.eot');
    src: url('../fonts/Sotoshi/Satoshi-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Sotoshi/Satoshi-Regular.woff2') format('woff2'),
        url('../fonts/Sotoshi/Satoshi-Regular.woff') format('woff'),
        url('../fonts/Sotoshi/Satoshi-Regular.ttf') format('truetype'),
        url('../fonts/Sotoshi/Satoshi-Regular.svg#Satoshi-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Satoshi-Light';
    src: url('../fonts/Sotoshi/Satoshi-Light.eot');
    src: url('../fonts/Sotoshi/Satoshi-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Sotoshi/Satoshi-Light.woff2') format('woff2'),
        url('../fonts/Sotoshi/Satoshi-Light.woff') format('woff'),
        url('../fonts/Sotoshi/Satoshi-Light.ttf') format('truetype'),
        url('../fonts/Sotoshi/Satoshi-Light.svg#Satoshi-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Averta';
    src: url('../fonts/Averta/AvertaStd-Light.woff2') format('woff2'),
         url('../fonts/Averta/AvertaStd-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Averta';
    src: url('../fonts/Averta/AvertaStd-Regular.woff2') format('woff2'),
         url('../fonts/Averta/AvertaStd-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Averta';
    src: url('../fonts/Averta/AvertaStd-Semibold.woff2') format('woff2'),
         url('../fonts/Averta/AvertaStd-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Averta';
    src: url('../fonts/Averta/AvertaStd-Bold.woff2') format('woff2'),
         url('../fonts/Averta/AvertaStd-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Averta';
    src: url('../fonts/Averta/AvertaStd-Black.woff2') format('woff2'),
         url('../fonts/Averta/AvertaStd-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Averta' !important;
    color: #4D505D !important;
}
.container {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 15px;
}
/* Heading Styles */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    margin-bottom: 10px;
}
p {
    color: #4D505D;
}
/* Link Styles */
a {
    text-decoration: none;
    color: #33B1E0;
}
a:hover {
    color: #0056b3;
}
/* Basic Button Styles */
button {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.cx_img_fluid {
    max-width: 100%;
}
html::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}
html::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}
html::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-image: -webkit-gradient(linear,
            left bottom,
            left top,
            color-stop(0.44, rgb(122, 153, 217)),
            color-stop(0.72, rgb(73, 125, 189)),
            color-stop(0.86, #33B1E0));
}
header {
    position: fixed;
    left: 0;
    right: 0;
    top: 10px;
    width: 100vw;
    z-index: 100;
    transition: all 0.5s ease-in-out;
}
header.scrolled {
    /* background: #000; */
    top: 10px;
    /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25); */
    transition: all 0.5s ease-in-out;
}
header .header_nav_holder {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-between;
    /* align-items: center; */
    background: rgba(255, 255, 255, 0.28);
    backdrop-filter: blur(14.2px);
    -webkit-backdrop-filter: blur(14.2px); 
    border-radius: 100px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
    /* padding: 10px 16px; */
}
header.scrolled .header_nav_holder {
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px); 
}
header .header_nav_holder .cx_logo_holder {
    width: 240px;
    /* height: 100%; */
    display: flex;
    align-items: center;
    padding: 16px;
}
/* Style for nested dropdown */
header .dropdown-menu .dropdown-submenu {
    position: relative;
}
header .dropdown-menu .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 0.1rem;
    margin-right: 0.1rem;
    display: none;
    position: absolute;
}
header .dropdown-menu .dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
header .header_nav_holder ul.cx_menu_lists_holder {
    width: calc(100% - 250px);
    list-style-type: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    /* gap: 25px; */
    margin-bottom: 0;
}
header .header_nav_holder ul.cx_menu_lists_holder li a {
    font-size: 16px;
    color: #fff;
}
header .header_nav_holder ul.cx_menu_lists_holder li a:active,
header .header_nav_holder ul.cx_menu_lists_holder li a:hover {
    background: transparent;
    color: #33B1E0;
}
header .header_nav_holder ul.cx_menu_lists_holder li.nav-item {
    display: inline-flex;
    align-items: center;
    height: 100%;
    padding: 0 13px;
}
header .header_nav_holder ul.cx_menu_lists_holder .nav-link.cstm_anchor_holder {
    font-weight: 400;
    padding: 0;
}
header .header_nav_holder ul.cx_menu_lists_holder .nav-link.cstm_anchor_holder:hover,
header .header_nav_holder ul.cx_menu_lists_holder .nav-item.dropdown.active .nav-link.cstm_anchor_holder {
    /* font-family: 'Satoshi-Bold'; */
    color: #fff;
    text-decoration: none;
    position: relative;
}
header .header_nav_holder ul.cx_menu_lists_holder .nav-item.dropdown.active .nav-link.cstm_anchor_holder::before {
    content: '';
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #01FFC7 0%, #0076F7 100%);
    position: absolute;
    left: 0;
    bottom: -5px;
}
header .header_nav_holder ul.cx_menu_lists_holder .nav-item.dropdown .nav-link.cstm_anchor_holder::after {
    content: '';
    width: 5px;
    height: 5px;
    border: 1px solid #fff;
    border-width: 0 0 1px 1px;
    transform: rotate(-45deg);
}
header .header_nav_holder ul.cx_menu_lists_holder li.nav-item-last {
    height: auto;
    align-self: center;
    margin-left: 40px;
    display: inline-block;
    padding: 2px;
    border-radius: 30px;
    background: linear-gradient(74deg, #01FFC7 0%, #0076F7 100%);
}
header .header_nav_holder ul.cx_menu_lists_holder li.nav-item-last .cx_gradient_btn {
    white-space: nowrap;
    background: rgba(0, 0, 0, 0) !important;
    color: #fff;
    max-height: 40px;
    padding: 10px 14px;
}
header .header_nav_holder ul.cx_menu_lists_holder li.nav-item-last .cx_gradient_btn:hover {
    color: #fff;
}
header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu.show {
    width: 100%;
    max-width: 1320px;
    max-height: calc(100dvh - 85px);
    /* min-height: 550px; */
    position: fixed;
    left: 50%;
    top: 77px;
    transform: translateX(-50%);
    z-index: 0;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    background: #000;
    backdrop-filter: blur(40.3px);
    -webkit-backdrop-filter: blur(40.3px);
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 43px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: 0.5s;
}
header.scrolled .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu.show {
    width: 100%;
    max-width: 100%;
    border-radius: 43px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    transition: 0.5s;
}
header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .dropdown_all_items_container {
    width: 100%;
    display: flex;
    border-radius: 43px;
    overflow: hidden;
    background: linear-gradient(90deg, rgba(1, 255, 199, 0.17) 0%, rgba(0, 118, 247, 0.17) 100%);
}
header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .dropdown_all_items_container .left_panel {
    width: 30%;
    background: #000;
    padding: 32px 30px;
    padding-right: 16px;
    display: flex;
    flex-direction: column;
}
header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .dropdown_all_items_container .left_panel img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
}
header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .dropdown_all_items_container .left_panel .heading_holder {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 23px;
}
header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .dropdown_all_items_container .left_panel .content_holder {
    font-size: 14px;
    font-weight: 400;
    color: #B7B7B7;
}
header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .dropdown_all_items_container .middle_panel,
header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .dropdown_all_items_container .middle_right_mixed_panel {
    width: 35%;
    /* background: linear-gradient(90deg, rgba(1, 255, 199, 0.17) 0%, rgba(0, 118, 247, 0.17) 100%); */
    background: none;
    padding: 27px 10px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .dropdown_all_items_container .middle_panel {
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #383838 #0c0c0c;
}
header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .dropdown_all_items_container .middle_right_mixed_panel {
    width: 70%;
}
header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .dropdown_all_items_container .middle_right_mixed_panel ul {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    padding-left: 0;
}
header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .dropdown_all_items_container .middle_right_mixed_panel ul .menu_item {
    width: calc(50% - 9px);
    list-style-type: none;
}
header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .dropdown_all_items_container .middle_panel .menu_item,
header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .dropdown_all_items_container .middle_right_mixed_panel .menu_item {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    padding: 8px 12px;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s;
}
header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .dropdown_all_items_container .middle_panel .menu_item .arrow,
header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .dropdown_all_items_container .middle_right_mixed_panel .menu_item .arrow {
    display: none;
}
header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .dropdown_all_items_container .middle_panel .menu_item.active,
header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .dropdown_all_items_container .middle_right_mixed_panel .menu_item:hover {
    font-weight: 600;
    background: linear-gradient(90deg, rgba(1, 255, 199, 0.17) 0%, rgba(0, 118, 247, 0.17) 100%);
    color: #fff;
}
header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .dropdown_all_items_container .middle_right_mixed_panel .menu_item:hover a {
    font-weight: 600;
    color: #fff;
}
header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .dropdown_all_items_container .right_panel {
    width: 35%;
    max-height: 100%;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #383838 #0c0c0c;
    background: #000;
    padding: 27px 10px;
    position: relative;
}
header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .dropdown_all_items_container .right_panel .back_right_btn {
    display: none;
    color: #fff;
}
header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .dropdown_all_items_container .middle_panel::-webkit-scrollbar,
header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .dropdown_all_items_container .right-panel::-webkit-scrollbar {
    width: 8px;
}
header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .dropdown_all_items_container .middle_panel::-webkit-scrollbar-track,
header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .dropdown_all_items_container .right-panel::-webkit-scrollbar-track {
    background: #b6b3b3; /* Track background */
    border-radius: 10px;
}
header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .dropdown_all_items_container .middle_panel::-webkit-scrollbar-thumb,
header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .dropdown_all_items_container .right-panel::-webkit-scrollbar-thumb {
    background-color: #888; /* Scrollbar color */
    border-radius: 10px;
    border: 2px solid #1e1e1e; /* Creates spacing */
}
header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .dropdown_all_items_container .middle_panel::-webkit-scrollbar-thumb:hover,
header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .dropdown_all_items_container .right-panel::-webkit-scrollbar-thumb:hover {
    background: #999393;
}
header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .dropdown_all_items_container .right_panel .submenu_group {
    width: 100%;
    display: none;
    flex-direction: column;
    gap: 18px;
    position: absolute;
    top: 27px;
    left: 0;
}
header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .dropdown_all_items_container .right_panel .submenu_group.active {
    display: flex;
}
header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .dropdown_all_items_container .right_panel .submenu_group .content_menu_holder {
    color: #fff;
    padding: 22px;
    padding-top: 0;
}
header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .dropdown_all_items_container .right_panel .submenu_group .content_menu_holder .heading_holder {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 32px;
    position: relative;
}
header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .dropdown_all_items_container .right_panel .submenu_group .content_menu_holder .heading_holder .gradient_txt,
.pie_steps_carousel_section .left_section #stepNumber {
    display: inline-block;
    background: linear-gradient(90deg, #01FFC7 0%, #0076F7 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .dropdown_all_items_container .right_panel .submenu_group .content_menu_holder .heading_holder::before {
    content: '';
    width: 20%;
    height: 1px;
    background: linear-gradient(90deg, #01FFC7 0%, #0076F7 100%);
    position: absolute;
    left: 0;
    bottom: -16px;
}
header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .dropdown_all_items_container .right_panel .submenu_group .content_menu_holder .only_text {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 32px;
}
header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .dropdown_all_items_container .right_panel .submenu_group .submenu_item {
    padding: 0 12px;
    padding-right: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #aaa;
    transition: all 0.3s ease;
}
header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .dropdown_all_items_container .right_panel .submenu_group .submenu_item,
header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .dropdown_all_items_container .right_panel .submenu_group .submenu_item .arrow {
    font-weight: 400;
    color: #fff;
}
header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .dropdown_all_items_container .right_panel .submenu_group .submenu_item .arrow {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
}
header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .dropdown_all_items_container .right_panel .submenu_group .submenu_item:hover,
header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .dropdown_all_items_container .right_panel .submenu_group .submenu_item:hover .arrow {
    font-weight: 600;
    color: #02FFC7;
}
/* header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .cx_left_menu_holder {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 20px;
}
header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .cx_left_menu_holder.cx_service_left_holder {
    background-image: url('../images/service-menu-img.webp'); 
}
header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .cx_left_menu_holder.cx_industry_left_holder {
    background-image: url('../images/industry-menu-img.webp'); 
}
header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .cx_left_menu_holder.cx_about_left_holder {
    background-image: url('../images/about-menu-img.webp'); 
} */
/* header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .cx_left_menu_holder .cx_extra_content_holder {
    padding: 0 20px;
}
header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .cx_left_menu_holder .cx_extra_content_holder .cx_heading_4 {
    font-weight: 700;
}
header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .cx_left_menu_holder .cx_extra_content_holder .cx_heading_4,
header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .cx_left_menu_holder .cx_extra_content_holder .cx_default_para_18 {
    color: #fff;
}
header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .cx_right_menu_holder {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 50px 20px;
}
header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .cx_right_menu_holder ul {
    width: 50%;
    height: 100%;
    padding: 10px;
    margin: 0;
    list-style-type: none;
}
header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .cx_right_menu_holder ul:not(:first-child) {
    padding-left: 30px;
}
header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .cx_right_menu_holder ul:not(:last-child) {
    border-right: 1px solid #E6E6E6;
}
header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .cx_right_menu_holder ul li {
    width: 100%;
    display: inline-flex;
    align-items: center;
    gap: 16px;
}
header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .cx_right_menu_holder ul li:not(:last-child) {
    padding-bottom: 36px;
}
header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .cx_right_menu_holder ul li svg {
    min-width: 42px;
}
header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .cx_right_menu_holder ul li a {
    width: auto;
    display: inline-block;
    padding: 0;
    white-space: normal;
}
header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .cx_right_menu_holder ul li a:hover {
    background: transparent;
} */
header .header_nav_holder .cx_hamburg_btn,
header .header_nav_holder .cx_delete_btn {
    display: none;
    background: linear-gradient(90deg, #01E3D2, #0187F2);
    width: 35px;
    height: 35px;
    border-radius: 100%;
    padding: 8px;
    justify-content: center;
    align-items: center;
    margin-right: 16px;
}
header .header_nav_holder .cx_delete_btn {
    display: inline-flex;
    width: 0;
    transform: translateY(-200%);
    margin-right: 0;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .8rem;
    padding-left: .8rem;
}
.hero_banner_area {
    min-height: 100dvh;
    background-size: cover;
    background-position: center;
    position: relative;
}
.hero_banner_area video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}
.cx_heading_1 {
    color: #fff;
    /* font-family: 'Satoshi-Black'; */
    font-size: 60px;
    text-transform: uppercase;
}
.cx_heading_2 {
    /* font-family: 'Satoshi-Medium'; */
    color: #262832;
    font-size: 36px;
    font-weight: 500;
}
.cx_heading_4 {
    color: #262832;
    /* font-family: 'Satoshi-Medium'; */
    font-size: 24px;
    font-weight: 500;
}
.cx_heading_5 {
    color: #262832;
    /* font-family: 'Satoshi-Medium'; */
    font-size: 20px;
    font-weight: 500;
}
.mb_52 {
    margin-bottom: 52px;
}
.text_white {
    color: #fff !important;
}
.text_yellow {
    color: #FFCC00 !important;
}
.hero_banner_area .cx_content_block {
    max-width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-left: 5px;
    /* padding: 100px 0 100px; */
    position: relative;
    z-index: 2;
}
.hero_banner_area .container {
    padding: 100px 15px;
}
.hero_banner_area .container .row {
    width: 100%;
}
.hero_banner_area::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.hero_banner_area.more_faded_banner::before {
    background: rgba(0, 0, 0, 0.7);
}
.hero_banner_area .cx_heading_1 {
    font-size: 100px;
}
.hero_banner_area .cx_heading_2 {
    /* font-family: 'Satoshi-Black'; */
    font-size: 48px;
    font-weight: 900;
    color: #EE8312;
    /* padding-top: 50px; */
}
.orange_txt {
    color: #EE8312 !important;
}
.hero_banner_area .cx_heading_3 {
    font-size: 38px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 28px;
    line-height: 1.3;
}
.hero_banner_area .cx_heading_3.italic_font {
    font-style: italic;
}
.sub_hero_banner_area {
    min-height: 510px;
    /* max-height: 510px; */
}
.min_height_auto {
    min-height: auto;
}
.sub_hero_banner_area.sub_inner_hero_banner_holder {
    min-height: 625px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sub_hero_banner_area.sub_inner_hero_banner_holder.remove_min_height {
    min-height: auto;
}
.sub_hero_banner_area::before {
    background: rgba(0, 0, 0, 0.3);
}
.sub_hero_banner_area.sub_inner_hero_banner_holder::before {
    background: linear-gradient(-90deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}
.sub_hero_banner_area.no_overlay::before {
    content: none;
}
.sub_hero_banner_area.sub_inner_hero_banner_holder.centered_text_banner .cx_content_block {
    max-width: 60%;
    margin: 0 auto;
}
.hero_banner_area .banner_extra_info_outer_holder {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #01FFC7;
    border-radius: 17px;
    padding: 20px;
    margin-top: 38px;
}
.hero_banner_area .banner_extra_info_outer_holder .each_info_holder {
    width: 33.33%;
    text-align: center;
}
.hero_banner_area .banner_extra_info_outer_holder .each_info_holder .num_holder {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 5px;
}
.hero_banner_area .banner_extra_info_outer_holder .each_info_holder .desgn_holder {
    font-size: 20px;
    font-weight: 400;
    color: #F3F3F3;
    margin-bottom: 0;
}
.hero_banner_area.sub_hero_banner_area .container {
    padding: 150px 15px 100px;
}
.sub_hero_banner_area,
.sub_hero_banner_area .cx_content_block {
    height: auto;
}
.sub_hero_banner_area.sub_inner_hero_banner_holder .cx_content_block {
    display: block;
    max-width: 750px;
}
.sub_hero_banner_area.sub_inner_hero_banner_holder .cx_content_block.w-100 {
    max-width: 1012px;
    margin: 0 auto;
}
.sub_hero_banner_area.sub_inner_hero_banner_holder .cx_heading_2 {
    font-family: 'Averta';
    font-size: 70px;
    margin-bottom: 50px;
}
.sub_hero_banner_area.sub_inner_hero_banner_holder .cx_heading_2.line_height_1 {
    line-height: 1;
}
.sub_hero_banner_area.sub_inner_hero_banner_holder .cx_heading_2 .font_48 {
    font-size: 48px;
    font-weight: 700;
}
.sub_hero_banner_area.centered_content .cx_content_block {
    text-align: center;
    max-width: 100%;
}
.sub_hero_banner_area.centered_content .cx_content_block .cx_heading_2 {
    color: #EE8312;
}
.sub_hero_banner_area.centered_content .cx_content_block .cx_heading_2 .black_txt {
    color: #262832;
}
.sub_hero_banner_area.centered_content {
    min-height: auto;
}
.sub_hero_banner_area .cx_heading_2 .white_txt {
    color: #fff;
}
.sub_hero_banner_area .cx_content_block.max_w_100 {
    max-width: 100%;
}
.cx_heading_4.white_txt {
    color: #fff;
}
.hero_banner_area .btn_area {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
}
.hero_banner_area .btn_area a {
    background: #33B1E0;
    color: #fff;
    padding: 14px 20px;
    border-radius: 20px;
    /* font-family: 'Satoshi-Bold'; */
    font-size: 20px;
    border: 1px solid transparent;
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    transition: 0.5s;
}
.hero_banner_area .btn_area a:hover {
    background: transparent;
    border: 1px solid #fff;
    transition: 0.5s;
}
.hero_banner_area .btn_area a:last-child {
    border: 1px solid #fff;
    background: transparent;
    margin-left: 10px;
    transition: 0.5s;
}
.hero_banner_area .btn_area a:last-child:hover {
    background-color: #33B1E0;
    border: 1px solid transparent;
    transition: 0.5s;
}
.hero_banner_area .btn_area a.ces_cta_btn {
    padding: 0;
    border: none;
    overflow: hidden;
}
.hero_banner_area .btn_area a.ces_cta_btn:hover {
    background-color: transparent;
    border: none;
    transition: none;
}
.hero_banner_area .btn_area a.ces_cta_btn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero_banner_area .btn_area a i {
    font-size: 10px;
    border: 1px solid #fff;
    padding: 5px;
    border-radius: 50%;
    min-width: 22px;
    min-height: 22px;
    transform: rotate(-45deg);
}
.cx_light_blue_bg_section {
    background: #EFF5F6;
}
.cx_light_yellow_bg_section {
    background: #FFF7EE;
}
.cx_main_section_holder {
    padding: 75px 0;
}
.cx_main_section_holder.overlay_black_bg {
    position: relative;
}
.cx_main_section_holder.overlay_black_bg::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.81);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.cx_bordered_heading {
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 30px;
}
.cx_bordered_heading::before {
    content: '';
    width: 250px;
    height: 9px;
    background: #33B1E0;
    position: absolute;
    left: 0;
    top: calc(100% + 12px);
}
.cx_bordered_heading.cx_text_center::before {
    left: 50%;
    transform: translateX(-50%);
}
.cx_btn {
    font-size: 20px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 20px;
    padding: 14px 20px;
    transition: 0.5s;
}
.cx_blue_btn {
    background: #33B1E0 !important;
    color: #fff !important;
    border: 2px solid #33B1E0 !important;
}
.cx_blue_btn:hover {
    background: transparent !important;
    color: #33B1E0 !important;
}
.cx_blue_btn:hover svg {
    fill: #33B1E0;
}
.small_btn {
    padding: 15px 32px;
    border-radius: 40px;
}
.cx_blue_outlined_btn {
    color: #33B1E0;
    border: 2px solid #33B1E0;
}
.cx_blue_outlined_btn:hover {
    background: #33B1E0;
    color: #fff;
    transition: 0.5s;
}
.cx_blue_outlined_btn:hover svg {
    fill: #fff;
}
.cx_white_btn {
    background: #fff;
    color: #33B1E0;
    border: 2px solid #fff;
}
.cx_white_btn:hover {
    background: transparent;
    color: #fff;
    border-color: #fff;
    transition: 0.5s;
}
.cx_white_btn:hover svg {
    fill: #fff;
}
.cx_white_outlined_btn {
    color: #fff;
    border: 2px solid #fff;
}
.cx_white_outlined_btn:hover {
    background: #fff;
    color: #33B1E0;
    transition: 0.5s;
}
.cx_white_outlined_btn:hover svg {
    fill: #33B1E0;
}
.cx_transparent_orange_btn {
    background: transparent;
    color: #EE8312;
    border: 1px solid transparent;
}
.cx_transparent_orange_btn:hover {
    background: transparent;
    color: #EE8312;
    border-color: #EE8312;
}
.btn_gradient_area,
.sub_inner_hero_banner_holder .btn_area {
    display: inline-block;
    padding: 2px;
    border-radius: 30px;
    background: linear-gradient(90deg, #01E3D2, #0187F2);
}
.sub_inner_hero_banner_holder .btn_area a,
.cx_gradient_btn {
    position: relative;
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    font-weight: 600;
    padding: 14px 25px;
    font-size: 16px;
    color: #fff;
    background: rgb(0, 0, 0, 0.8) !important;
    border: none !important;
    margin-left: 0 !important;
    border-radius: 28px;
    text-align: center;
    overflow: hidden;
}
.sub_inner_hero_banner_holder .btn_area.transparent_btn_area,
.cx_gradient_btn.transparent_bg {
    background: transparent !important;
    border: 1px solid #01E3D2;
}
.cx_gradient_btn.blue_bg {
    background: #041035 !important;
}
.btn_gradient_area a.cx_gradient_btn:hover {
    color: #fff;
}
.cx_gradient_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(1, 227, 210, 0.3);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}
.cx_gradient_btn:hover::after {
    width: 200%;
    height: 500%;
    opacity: 0;
    transition: width 0.4s ease, height 0.4s ease, opacity 0.4s ease;
}
.cx_main_section_holder .row .cx_content_holder {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}
.cx_main_section_holder .row .cx_content_holder img {
    margin-left: auto;
}
.cx_main_section_holder .cx_content_holder .cx_each_content_holder {
    margin-bottom: 0;
}
.cx_main_section_holder .cx_content_holder .cx_lists_holder li:not(:last-child) {
    margin-bottom: 20px;
}
.cx_main_section_holder .cx_content_holder .cx_lists_holder li strong {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color: #262832;
    margin-bottom: 10px;
}
.cx_default_para_16 {
    font-size: 16px;
}
.cx_default_para_18 {
    font-size: 18px !important;
    color: #4D505D;
}
.cx_default_para_18.light_grey {
    color: #EDEDED;
}
.cx_default_para_18.deep_grey {
    color: #4D505D;
}
.cx_default_para_16.grey_txt,
.cx_default_para_18.grey_txt,
.cx_default_para_20.grey_txt {
    color: #4D505D;
}
.cx_default_para_18.semibold_txt {
    font-weight: 600;
}
.cx_default_para_20 {
    font-size: 20px;
}
.cx_default_para_22 {
    font-size: 22px;
}
.content_para_24 {
    font-size: 24px;
}
.cx_main_section_holder .cx_heading_holder {
    margin-bottom: 30px;
}
.cx_main_section_holder .cx_heading_holder .cx_heading_2 {
    margin-bottom: 20px;
}
.cx_main_section_holder .cx_heading_holder .cx_heading_2.cx_bordered_heading {
    margin-bottom: 45px;
}
.cx_main_section_holder .cx_heading_holder .cx_sub_heading_holder {
    margin-bottom: 0;
}
.cx_heading_two_side_holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cx_heading_two_side_holder .cx_heading_container {
    max-width: 470px;
}
.cx_heading_two_side_holder .cx_content_container {
    max-width: 750px;
}
.cx_expandable_box_holder {
    display: flex;
}
.cx_expandable_box_holder .cx_each_box_holder {
    height: 560px;
    flex: 1;
    background: lightblue;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: black;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border: 1px solid #fff;
    transition: flex 0.5s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.cx_expandable_box_holder .cx_each_box_holder::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    top: 0;
}
.cx_expandable_box_holder .cx_each_box_holder .cx_heading_4.rotate_heading {
    position: absolute;
    left: 50%;
    top: 180px;
    color: #fff;
    transform: translateX(-50%) rotate(-90deg);
    white-space: nowrap;
    width: 560px;
}
.cx_expandable_box_holder .cx_each_box_holder.active .cx_heading_4.rotate_heading {
    display: none;
}
.cx_expandable_box_holder .cx_each_box_holder:hover {
    transform: scale(1.02);
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.5);
}
.cx_expandable_box_holder .cx_each_box_holder.active {
    flex: 4;
}
.cx_expandable_box_holder .cx_each_box_holder:not(.active) {
    flex: 1;
}
.cx_expandable_box_holder .cx_each_box_holder .cx_full_details_holder {
    opacity: 0;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    padding: 16px 20px;
    transform: translateY(100%);
    transition: transform 0.5s ease-in-out;
}
.cx_expandable_box_holder .cx_each_box_holder.active .cx_full_details_holder {
    opacity: 1;
    transform: translateY(0);
    transition: transform 0.5s ease-in-out;
}
.cx_expandable_box_holder .cx_each_box_holder .cx_full_details_holder .cx_heading_4,
.cx_expandable_box_holder .cx_each_box_holder .cx_full_details_holder .cx_content_info,
.dark_bg_section p {
    color: #fff;
}
.cx_anchor_holder {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    color: #33B1E0;
}
.cx_anchor_holder:hover {
    color: #71d5fa;
}
.cx_expandable_box_holder .cx_each_box_holder .cx_full_details_holder .cx_anchor_holder {
    margin-top: 50px;
}
.cx_expandable_box_holder .cx_each_box_holder.product_eng_holder {
    background: url('../images/home-product-engineering.webp');
}
.cx_expandable_box_holder .cx_each_box_holder.cloud_infrstructure_holder {
    background: url('../images/home-cloud-infrstructure.webp');
}
.cx_expandable_box_holder .cx_each_box_holder.alml_holder {
    background: url('../images/home-al-ml.webp');
}
.cx_expandable_box_holder .cx_each_box_holder.data_analytics_holder {
    background: url('../images/home-data-analytics.webp');
}
.cx_expandable_box_holder .cx_each_box_holder.quality_engineering_holder {
    background: url('../images/quality-engineering.webp');
}
.cx_expandable_box_holder .cx_each_box_holder.digital_transformation_holder {
    background: url('../images/digital-transformation.webp');
}
.cstm_vertical_tabs_holder {
    scroll-margin-top: 90px;
}
.cstm_vertical_tabs_holder > div:first-child {
    position: sticky;
    top: 90px;
    height: 100%;
}
.cstm_vertical_tabs_holder .tab_content {
    padding: 20px;
    display: none;
}
.cstm_vertical_tabs_holder .tab_content.active {
    display: block;
}
.cstm_vertical_tabs_holder .tab_buttons .each_tab_holder .expand_content {
    display: none;
    font-size: 16px;
    transition: max-height 0.3s ease;
}
.cstm_vertical_tabs_holder .tab_buttons .each_tab_holder .cx_heading_4,
.cstm_vertical_tabs_holder .tab_buttons .each_tab_holder .cx_heading_5 {
    color: #4D505D;
    cursor: pointer;
    margin-bottom: 20px;
}
.cstm_vertical_tabs_holder .tab_buttons .each_tab_holder:hover .cx_heading_4,
.cstm_vertical_tabs_holder .tab_buttons .each_tab_holder:hover .cx_heading_5,
.cstm_vertical_tabs_holder .tab_buttons .each_tab_holder.active .cx_heading_4,
.cstm_vertical_tabs_holder .tab_buttons .each_tab_holder.active .cx_heading_5,
.heading_grey {
    color: #262832;
    font-weight: 600;
}
.gradient_heading_txt,
.cx_heading_section_holder .gradient_heading_holder,
.dark_bg_section .cstm_vertical_tabs_holder .tab_buttons .each_tab_holder:hover .cx_heading_4,
.dark_bg_section .cstm_vertical_tabs_holder .tab_buttons .each_tab_holder:hover .cx_heading_5,
.dark_bg_section .cstm_vertical_tabs_holder .tab_buttons .each_tab_holder.active .cx_heading_5,
.white_bg_section .cstm_vertical_tabs_holder .tab_buttons .each_tab_holder:hover .cx_heading_5,
.white_bg_section .cstm_vertical_tabs_holder .tab_buttons .each_tab_holder.active .cx_heading_5 {
    display: inline-block;
    background: linear-gradient(90deg, #01FFC7 0%, #0076F7 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.white_bg_section .cstm_vertical_tabs_holder .tab_buttons,
.dark_bg_section .cstm_vertical_tabs_holder .tab_buttons {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.white_bg_section .cstm_vertical_tabs_holder .tab_buttons .each_tab_holder .cx_heading_5,
.dark_bg_section .cstm_vertical_tabs_holder .tab_buttons .each_tab_holder .cx_heading_5 {
    font-size: 30px;
    font-weight: 700;
}
.cx_main_section_holder.dark_bg_section {
    background-attachment: fixed;
}
.white_bg_section .cx_img_holder .tab_content,
.white_bg_section .cx_img_holder .tab_content img,
.dark_bg_section .cx_img_holder .tab_content,
.dark_bg_section .cx_img_holder .tab_content img {
    height: 100%;
}
.white_bg_section .cx_img_holder .tab_content img,
.dark_bg_section .cx_img_holder .tab_content img {
    max-width: 484px;
    max-height: 628px;
    object-fit: cover;
    border-radius: 10px;
    background: linear-gradient(90deg, #01FFC7 0%, #0177F7 100%);
    padding: 1px;
}
.cx_heading_section_holder .gradient_heading_holder,
.cx_heading_section_holder .gradient_heading_txt,
.cx_heading_two_side_holder .cx_heading_container .top_heading_holder,
.cx_heading_section_holder .top_heading_holder,
.cx_heading_two_side_holder .cx_heading_container .gradient_heading_txt {
    font-family: 'Averta';
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 45px;
    color: #262832;
}
.cx_heading_section_holder .top_heading_holder,
.cx_heading_two_side_holder .cx_heading_container .top_heading_holder {
    margin-bottom: 0;
}
.cx_heading_section_holder.medium_heading_holder .top_heading_holder {
    font-family: 'Averta';
    font-weight: 300;
    font-size: 28px;
    margin-bottom: 6px;
    color: #262832;
}
.cx_heading_section_holder.medium_heading_holder .top_heading_holder .gradient_heading_txt {
    font-size: 28px;
}
.cx_heading_section_holder.medium_36_heading_holder .top_heading_holder,
.cx_heading_section_holder.medium_36_heading_holder .top_heading_holder .gradient_heading_txt {
    font-size: 36px;
}
.cx_heading_section_holder .top_heading_holder.gradient_btm_bolder {
    position: relative;
    padding-bottom: 14px;
}
.cx_heading_section_holder .top_heading_holder.gradient_btm_bolder::after {
    content: '';
    width: 220px;
    height: 2px;
    background: linear-gradient(90deg, #01FFC7 0%, #0177F7 100%);
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.fw_semibold {
    font-weight: 600 !important;
}
.dark_bg_section .cstm_vertical_tabs_holder .tab_buttons .each_tab_holder.active .cx_default_para_18 {
    color: #fff;
}
.white_bg_section .cstm_vertical_tabs_holder .tab_buttons .each_tab_holder,
.dark_bg_section .cstm_vertical_tabs_holder .tab_buttons .each_tab_holder {
    padding-left: 20px;
}
.white_bg_section .cstm_vertical_tabs_holder .tab_buttons .each_tab_holder .cx_heading_4,
.white_bg_section .cstm_vertical_tabs_holder .tab_buttons .each_tab_holder .cx_heading_5,
.dark_bg_section .cstm_vertical_tabs_holder .tab_buttons .each_tab_holder .cx_heading_4,
.dark_bg_section .cstm_vertical_tabs_holder .tab_buttons .each_tab_holder .cx_heading_5 {
    position: relative;
    color: #c4c4c4;
}
.white_bg_section .cstm_vertical_tabs_holder .tab_buttons .each_tab_holder .cx_heading_4,
.white_bg_section .cstm_vertical_tabs_holder .tab_buttons .each_tab_holder .cx_heading_5 {
    color: #4D505D;
}
.white_bg_section .cstm_vertical_tabs_holder .tab_buttons .each_tab_holder .cx_heading_5 img.arrow_image,
.dark_bg_section .cstm_vertical_tabs_holder .tab_buttons .each_tab_holder .cx_heading_5 img.arrow_image {
    position: absolute;
    left: -40px;
    top: 8px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
    transform: rotate(-90deg);
    transition: all 0.5s ease-in-out;
}
.white_bg_section .cstm_vertical_tabs_holder .tab_buttons .each_tab_holder .cx_heading_5 img.arrow_image {
    filter: invert(51%) sepia(89%) saturate(20%) hue-rotate(21deg) brightness(65%) contrast(87%);
}  
.white_bg_section .cstm_vertical_tabs_holder .tab_buttons .each_tab_holder.active .cx_heading_5 img.arrow_image,
.dark_bg_section .cstm_vertical_tabs_holder .tab_buttons .each_tab_holder.active .cx_heading_5 img.arrow_image {
    filter: none;
    transform: rotate(0deg);
    transition: all 0.5s ease-in-out;
}
.cstm_vertical_tabs_holder .tab_buttons .each_tab_holder.active .expand_content {
    display: block;
    /* min-height: 590px; */
}
.cstm_vertical_tabs_holder .tab_buttons .each_tab_holder .expand_content .cx_list_holder li {
    color: #4D505D;
    margin-bottom: 10px;
}
.cstm_vertical_tabs_holder .tab_buttons .each_tab_holder .expand_content .cx_list_holder li strong {
    color: #262832;
}
.flex-row-reverse.cstm_vertical_tabs_holder .cx_img_holder,
.flex-row-reverse .cx_img_holder {
    text-align: right;
    height: 100%;
}
.cx_overlayed_bg_holder {
    text-align: center;
    padding: 75px 0;
}
.cx_overlayed_bg_holder * {
    color: #fff;
}
.quantifiable_holder {
    background-image: url('../images/home-quantifiable-business-impact.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 375px;
}
.make_best_holder {
    background-image: url('../images/pe-what-make-best.webp');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    min-height: 375px;
}
.women_startup_business_meeting {
    background-image: url('../images/women-startup-business-meeting.webp');
}
.cx_shifted_holder {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: -65px;
}
.cx_shifted_holder .cx_each_card_holder {
    background: #fff;
    padding: 16px 20px;
    border: 1px solid #C8E0EA;
    border-radius: 10px;
    box-shadow: 0 10px 23px 0 rgba(169, 191, 198, 0.1);
}
.cx_shifted_holder .cx_each_card_holder .cx_top_header_holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.cx_shifted_holder .cx_each_card_holder .cx_top_header_holder .cx_left_holder {
    width: calc(100% - 45px);
    display: inline-flex;
    align-items: center;
    gap: 14px;
}
.cx_shifted_holder .cx_each_card_holder .cx_top_header_holder .cx_left_holder .heading_holder {
    margin-bottom: 0;
}
.cx_three_card_holder .cx_each_card_holder {
    width: calc(33.33% - 7px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.cx_four_card_holder .cx_each_card_holder {
    width: calc(25% - 7px);
}
.cx_grid_border_cards_holder {
    /* display: grid;
    grid-template-columns: repeat(4, 1fr); */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}
.cx_grid_border_cards_holder::before {
    content: '';
    width: 1px;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.cx_grid_border_cards_holder::after {
    content: '';
    width: 1px;
    height: 100%;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
}
.cx_grid_border_cards_holder .cx_each_card_holder {
    width: 25%;
    position: relative;
    height: 200px;
    border: 1px solid #E5E7EE;
}
.cx_grid_border_cards_holder.three_grid_holder .cx_each_card_holder {
    /* grid-template-columns: repeat(3, 1fr); */
    width: 33.33%;
}
.cx_grid_border_cards_holder .cx_each_card_holder .flip_card_front,
.cx_grid_border_cards_holder .cx_each_card_holder .flip_card_back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 16px;
    background: #fff;
}
.cx_grid_border_cards_holder .cx_each_card_holder .cx_top_heading_holder {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.cx_grid_border_cards_holder .cx_each_card_holder .cx_top_heading_holder img {
    min-width: 32px;
}
.cx_grid_border_cards_holder .cx_each_card_holder .cx_top_heading_holder .cx_heading_5 {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}
.cx_grid_border_cards_holder .cx_each_card_holder .cx_bottom_content_holder p {
    /* height: 96px; */
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #4D505D;
    margin-bottom: 0;
}
.cx_grid_border_cards_holder .cx_each_card_holder .cx_bottom_content_holder p.no_ellipsis_txt {
    display: block;
}
.cx_grid_border_cards_holder .cx_each_card_holder .flip_card_front {
    transform: rotateY(0);
    transition: all 1s ease-in-out;
    z-index: 2;
}
.cx_grid_border_cards_holder .cx_each_card_holder .flip_card_back {
    background-image: url('../images/awards.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotateY(180deg);
    transition: all 1s ease-in-out;
    z-index: -1;
}
.cx_grid_border_cards_holder .cx_each_card_holder:hover .flip_card_front {
    transform: rotateY(180deg);
    transition: all 1s ease-in-out;
    z-index: -1;
}
.cx_grid_border_cards_holder.stop_fliping .cx_each_card_holder:hover .flip_card_front {
    transform: rotateY(0);
    transition: all 1s ease-in-out;
    z-index: 1;
}
.cx_grid_border_cards_holder .cx_each_card_holder:hover .flip_card_back {
    transform: rotateY(0deg);
    transition: all 1s ease-in-out;
    z-index: 1;
}
.cx_grid_border_cards_holder.stop_fliping .cx_each_card_holder:hover .flip_card_back {
    transform: rotateY(180deg);
    transition: all 1s ease-in-out;
    z-index: -1;
}
.cx_grid_border_cards_holder .cx_each_card_holder .flip_card_back .cx_content_info_holder {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
}
.cx_grid_border_cards_holder .cx_each_card_holder .flip_card_back .cx_content_info_holder img {
    filter: brightness(0) invert(1);
}
.cx_grid_border_cards_holder .cx_each_card_holder .flip_card_back .cx_content_info_holder .cx_heading_5 {
    color: #fff;
    margin: 0;
}
.cx_grid_border_cards_holder .cx_each_card_holder .flip_card_back .cx_content_info_holder .cx_anchor_holder {
    font-size: 14px;
    font-weight: 700;
    color: #33B1E0;
}
.cx_grid_border_cards_holder .cx_each_card_holder .flip_card_back .cx_content_info_holder .cx_anchor_holder svg {
    width: 12px;
}
.stop_fliping a {
    /* display: none; */
    padding-top: 10px;
}
.stop_fliping a.cx_anchor_holder.learn_more {
    display: inline-block;
}
.stop_fliping a.cx_anchor_holder.learn_more:hover {
    color: #33B1E0;
    transform: translateX(5px);
}
.slider_container {
    position: relative;
    margin: 20px auto;
    overflow: hidden;
}
.slider_container .slider {
    display: flex;
    transition: transform 0.5s ease;
}
.slider_container.three_slider_container .slider {
    gap: 30px;
}
.slider_container .slider .slide {
    flex: 0 0 calc(100% / 4);
    /* Default: 4 slides per frame */
    box-sizing: border-box;
    padding: 20px;
    background: #fff;
    color: #262832;
    font-size: 18px;
    border: 1px solid #000;
}
.one_slider_container .slider .slide {
    flex: 0 0 calc(100% / 1);
}
.three_slider_container .slider .slide {
    flex: 0 0 calc((100% - 60px) / 3);
}
/* .slider_container .prev_btn,
.slider_container .next_btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    z-index: 10;
}

.slider_container .prev_btn {
    left: 10px;
}

.slider_container .next_btn {
    right: 10px;
} */
.cx_program_service_slider_container.slider_container .slider .slide {
    padding: 24px 30px;
    border: 1px solid #BAE1EF;
    border-radius: 20px;
    box-shadow: 0 12px 12px 0px rgba(93, 141, 177, 0.15);
}
.cx_program_service_slider_container .cx_prev_next_btns_holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 24px;
}
.cx_program_service_slider_container .cx_prev_next_btns_holder button {
    background: transparent;
    border: 1px solid #33B1E0;
    border-radius: 4px;
}
.cx_program_service_slider_container .cx_prev_next_btns_holder button[disabled] {
    border-color: #C2C5D3;
    cursor: not-allowed;
}
.cx_program_service_slider_container .cx_prev_next_btns_holder button[disabled] svg path {
    fill: #C2C5D3;
}
.cx_program_service_slider_container .cx_heading_holder {
    font-size: 30px;
    font-weight: 700;
    color: #33B1E0;
    margin-bottom: 12px;
}
.cx_program_service_slider_container .cx_lists_holder .cx_each_list_holder {
    margin-bottom: 8px;
}
.cx_program_service_slider_container .cx_lists_holder .cx_each_list_holder::marker,
.cx_orange_txt {
    color: #EE8312;
}
.cx_program_service_slider_container .cx_lists_holder .cx_each_list_holder .cx_heading_5 {
    color: #4D505D;
    margin-bottom: 5px;
}
.cx_program_service_slider_container .cx_lists_holder .cx_each_list_holder .cx_default_para_18 {
    color: #4D505D;
    margin-bottom: 0;
}
.cx_program_service_slider_container .prev_btn,
.cx_program_service_slider_container .next_btn {
    top: auto;
    bottom: -50px;
}
.cx_awards_holder {
    display: flex;
    height: 370px;
}
.cx_awards_holder .cx_left_holder {
    width: 40%;
    background-image: url('../images/home-award-bg-left.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.cx_awards_holder .cx_left_holder .cx_award_img_holder {
    position: relative;
    padding: 20px;
    padding-top: 0;
    bottom: -40px;
    text-align: right;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.cx_awards_holder .cx_left_holder .cx_award_img_holder::after {
    content: '';
    width: 55px;
    height: 40px;
    background: #E6D3A1;
    transform: skew(-45deg);
    display: inline-block;
    position: absolute;
    bottom: 20px;
    right: 0px;
    z-index: -1;
}
.cx_awards_holder .cx_right_holder {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 60%;
    background-image: url('../images/home-award-bg-right.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
}
.cx_awards_holder .cx_right_holder .cx_content_holder {
    max-width: 670px;
    padding: 40px 20px;
}
.cx_awards_holder .cx_right_holder .cx_content_holder .cx_heading_2,
.cx_awards_holder .cx_right_holder .cx_content_holder .cx_default_para_18 {
    color: #fff;
}
.cx_case_study_holder .cx_blue_bordered_card:hover {
    box-shadow: 0 10px 50px 0 rgba(93, 141, 177, 0.25);
}
.cx_blue_bordered_card {
    padding: 16px;
    border: 1px solid #BAE1EF;
    border-radius: 16px;
}
.cx_case_study_holder .cx_blue_bordered_card .cx_top_header_holder {
    position: relative;
    margin-bottom: 10px;
}
.cx_case_study_holder .cx_blue_bordered_card .cx_heading_4 {
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cx_case_study_holder .cx_blue_bordered_card .cx_default_para_18 {
    /* display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; */
    margin-bottom: 0;
}
.cx_grid_border_cards_holder .cx_each_card_holder .cx_bottom_content_holder p.no_limit_txt {
    display: block;
    height: auto;
}
.cx_case_study_holder .cx_blue_bordered_card .cx_default_para_18.no_limit_txt {
    display: block;
}
.cx_case_study_holder .cx_blue_bordered_card .cx_top_header_holder img {
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
}
.cx_testimonial_section .cx_map_client_tabs_holder {
    position: relative;
}
.cx_testimonial_section .cx_map_client_tabs_holder .custom_tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}
.cx_testimonial_section .cx_map_client_tabs_holder .custom_tabs .custom_tab {
    position: absolute;
    padding: 0;
    background: transparent;
    border: 2px solid #33B1E0;
    border-radius: 100%;
    cursor: pointer;
    transition: all 0.3s;
}
.cx_testimonial_section .cx_map_client_tabs_holder .custom_tabs .custom_tab:nth-child(1) {
    left: 20%;
    top: 20%;
}
.cx_testimonial_section .cx_map_client_tabs_holder .custom_tabs .custom_tab:nth-child(2) {
    left: 15%;
    top: 35%;
}
.cx_testimonial_section .cx_map_client_tabs_holder .custom_tabs .custom_tab:nth-child(3) {
   left: 25%;
    top: 40%;
}
.cx_testimonial_section .cx_map_client_tabs_holder .custom_tabs .custom_tab:nth-child(4) {
    left: 55%;
    top: 12%;
}
/* .cx_testimonial_section .cx_map_client_tabs_holder .custom_tabs .custom_tab:nth-child(5) {
    left: 55%;
    top: 12%;
} */
/* 
.cx_testimonial_section .cx_map_client_tabs_holder .custom_tabs .custom_tab:nth-child(6) {
    left: 55%;
    top: 12%;
}

.cx_testimonial_section .cx_map_client_tabs_holder .custom_tabs .custom_tab:nth-child(7) {
    left: 70%;
    top: 15%;
}

.cx_testimonial_section .cx_map_client_tabs_holder .custom_tabs .custom_tab:nth-child(8) {
    left: 60%;
    top: 40%;
} */
.cx_testimonial_section .cx_map_client_tabs_holder .custom_tabs .custom_tab img {
    width: 33px;
    border-radius: 100%;
}
.cx_testimonial_section .cx_map_client_tabs_holder .custom_tabs .custom_tab.active img {
    border: 2px solid #33B1E0;
    border-radius: 100%;
    border-radius: 100%;
    transform: scale(1.8);
}
.cx_testimonial_section .custom_sliders {
    position: relative;
    margin-top: -300px;
}
.cx_testimonial_section .custom_sliders .custom_slider_container {
    display: none;
}
.cx_testimonial_section .custom_sliders .custom_slider_container.active {
    display: block;
}
.cx_testimonial_section .custom_sliders .custom_slider_container .custom_slider .custom_slide {
    min-height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    border: 3px solid #33B1E0;
    border-radius: 16px;
    padding: 30px 30px 10px 30px;
    box-shadow: 0 10px 50px 0 rgba(93, 141, 177, 0.5);
    position: relative;
}
.cx_testimonial_section .custom_sliders .custom_slider_container .custom_slider .custom_slide::before {
    content: url('../images/quotation.webp');
    width: 55px;
    height: 40px;
    position: absolute;
    left: 30px;
    top: -30px;
}
.cx_testimonial_section .custom_sliders .custom_slider_container .custom_slider .custom_slide .cx_client_feedback {
    font-size: 20px;
    color: #4D505D;
    margin-bottom: 20px;
}
.cx_testimonial_section .custom_sliders .custom_slider_container .custom_slider .custom_slide .cx_bottom_holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-top: 1px solid #B8DAE7;
}
.cx_testimonial_section .custom_sliders .custom_slider_container .custom_slider .custom_slide .cx_bottom_holder img.comp_logo {
    width: 60px;
}
.cx_testimonial_section .custom_sliders .custom_slider_container .custom_slider .custom_slide .cx_bottom_holder .cx_client_profile_holder {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.cx_testimonial_section .custom_sliders .custom_slider_container .custom_slider .custom_slide .cx_bottom_holder .cx_client_profile_holder img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    border: 2px solid #33B1E0;
    padding: 2px;
    border-radius: 100%;
}
.cx_testimonial_section .custom_tabs_sliders .custom_nav_buttons {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
}
.cx_testimonial_section .custom_tabs_sliders .custom_nav_buttons button {
    background: transparent;
    border: 1px solid #33B1E0;
    border-radius: 4px;
}
.cx_testimonial_section .custom_tabs_sliders .custom_nav_buttons button[disabled] {
    border-color: #C2C5D3;
    cursor: not-allowed;
}
.cx_testimonial_section .custom_tabs_sliders .custom_nav_buttons button[disabled] svg path {
    fill: #C2C5D3;
}
.cx_partners_holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.cx_partners_holder .cx_each_partner_card {
    min-width: 185px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #BAE1EF;
    border-radius: 10px;
    padding: 10px 16px;
}
.cx_contact_section .cx_left_holder {
    border-right: 1px solid #D8E0E3;
}
.cx_contact_section .cx_left_holder .cx_lists_holder {
    counter-reset: section;
    list-style-type: none;
    padding-left: 60px;
}
.cx_contact_section .cx_left_holder .cx_lists_holder li {
    position: relative;
    padding: 15px 8px;
}
.cx_contact_section .cx_left_holder .cx_lists_holder li::before {
    counter-increment: section;
    content: counter(section);
    width: 48px;
    height: 48px;
    background: #fff;
    border: 1px solid #D0DADE;
    border-radius: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #EE8312;
    font-size: 20px;
    font-weight: 700;
    position: absolute;
    left: -55px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.cx_contact_section .cx_left_holder .cx_lists_holder.cx_heading_lists li::before {
    top: 0;
    transform: none;
}
.cx_contact_section .cx_left_holder .cx_lists_holder.cx_heading_lists li {
    padding-top: 5px;
}
.cx_contact_section .cx_left_holder .cx_lists_holder.cx_heading_lists li .cx_bold {
    font-weight: 700;
    margin-bottom: 10px;
    color: #4D505D;
}
.cx_contact_section .cx_left_holder .cx_lists_holder li::after {
    content: '';
    width: 1px;
    height: 100%;
    background: #D0DADE;
    position: absolute;
    left: -30px;
    top: 48px;
}
.cx_contact_section .cx_left_holder .cx_lists_holder li:last-child::after {
    content: none;
}
.cx_contact_section .cx_left_holder {
    padding-right: 60px;
}
.cx_contact_section .cx_right_holder {
    padding-left: 60px;
}
.cx_contact_section .cx_right_holder form .cx_each_input_holder {
    margin-bottom: 30px;
}
.cx_contact_section .cx_right_holder form .cx_each_input_holder .iti,
.cx_contact_section .cx_right_holder form .cx_each_input_holder .iti input.form-control {
    width: 100%;
}
.cx_contact_section .cx_right_holder form .cx_each_input_holder .iti .iti__selected-flag {
    background-color: transparent;
}
.cx_contact_section .cx_right_holder form .cx_each_input_holder input,
.cx_contact_section .cx_right_holder form .cx_each_input_holder select,
.cx_contact_section .cx_right_holder form .cx_each_input_holder textarea {
    padding: 8px 10px;
    border: 1px solid #C4C7D4;
    border-width: 0 0 1px 0;
    border-radius: 0;
}
.cx_stylish_table_container {
    width: 100%;
    overflow-x: auto;
    padding-top: 40px;
}
.cx_stylish_table_container table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    min-width: 800px;
}
.cx_stylish_table_container table thead th,
.cx_stylish_table_container table tr td {
    font-size: 14px;
    text-align: left;
    color: #4D505D;
    padding: 10px;
    border: 1px solid #EBEBEB;
}
.cx_stylish_table_container table thead th {
    background: #f4f4f4;
    text-align: center;
    border: none;
    border-radius: 20px 20px 0 0;
    padding-top: 20px;
}
.cx_stylish_table_container table thead th:nth-child(1),
.cx_stylish_table_container table thead th:nth-child(3),
.cx_stylish_table_container table thead th:nth-child(5) {
    background: #f4f4f4;
    color: #262832;
}
.cx_stylish_table_container table thead th:nth-child(2) {
    background: #CDF1FF;
    color: #0A90C2;
}
.cx_stylish_table_container table thead th:nth-child(4) {
    background: #FFE3C6;
    color: #EE8312;
}
.cx_stylish_table_container table thead th {
    font-size: 16px;
    min-width: 250px;
    max-width: 250px;
    position: sticky;
    top: 0;
    background-color: #ddd;
    z-index: 3;
}
.cx_stylish_table_container table thead th .cx_img_holder {
    position: absolute;
    left: 50%;
    top: -20px;
    transform: translateX(-50%);
}
.cx_stylish_table_container table thead th:nth-child(1) .cx_img_holder::after {
    content: '';
    width: 100%;
    min-width: 180px;
    height: 100%;
    min-height: 30px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.cx_stylish_table_container table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 20px;
}
.cx_stylish_table_container table tbody tr:last-child td:last-child {
    border-radius: 0 0 20px 0;
}
.cx_stylish_table_container table .sticky-column {
    min-width: 180px;
    max-width: 180px;
    position: sticky;
    left: 0;
    background: #fff;
    z-index: 20;
}
.cx_stylish_table_container table td.sticky-column {
    font-size: 14px;
    font-weight: 700;
    color: #4D505D;
    padding: 10px 30px;
}
.cx_stylish_table_container table tbody tr:nth-child(odd) td:nth-child(2) {
    background: #E9F9FF;
    border-color: #CDF1FF;
}
.cx_stylish_table_container table tbody tr:nth-child(even) td:nth-child(2) {
    background: #CDF1FF;
    border-color: #CDF1FF;
}
.cx_stylish_table_container table tbody tr:nth-child(odd) td:nth-child(3),
.cx_stylish_table_container table tbody tr:nth-child(odd) td:nth-child(5) {
    background: #FFFFFF;
}
.cx_stylish_table_container table tbody tr:nth-child(even) td:nth-child(3),
.cx_stylish_table_container table tbody tr:nth-child(even) td:nth-child(5) {
    background: #F4F4F4;
}
.cx_stylish_table_container table tbody tr:nth-child(odd) td:nth-child(4) {
    background: #FFF2E5;
    border-color: #FFE3C6;
}
.cx_stylish_table_container table tbody tr:nth-child(even) td:nth-child(4) {
    background: #FFE3C6;
    border-color: #FFE3C6;
}
.cx_blue_bordered_vector_bg_holder {
    display: flex;
    flex-direction: column;
    gap: 20px;
    border: 2px solid #BDDEEB;
    border-radius: 16px;
    padding: 30px;
    text-align: center;
    position: relative;
}
.cx_blue_bordered_vector_bg_holder::before,
.cx_blue_bordered_vector_bg_holder::after {
    content: '';
    width: 500px;
    height: 100%;
    background: url('../images/bg-ellipse.svg');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.cx_blue_bordered_vector_bg_holder::after {
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
    transform: rotate(180deg);
}
.cx_border_cards_holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* align-items: center; */
    gap: 10px;
}
.cx_border_cards_holder .cx_each_border_card_holder {
    min-width: 190px;
    max-width: 190px;
    display: inline-block;
    text-align: center;
    background: #fff;
    border: 1px solid #E5E7EE;
    border-radius: 8px;
    padding: 16px;
}
.cx_border_cards_holder .cx_each_border_card_holder .cx_content_holder {
    padding-top: 8px;
}
.cx_border_cards_holder .cx_each_border_card_holder .cx_content_holder .cx_heading_block {
    font-size: 16px;
    font-weight: 700;
    color: #262832;
    margin-bottom: 0;
}
.cx_border_cards_holder .cx_each_border_card_holder .cx_content_holder .cx_info_holder {
    font-size: 14px;
    color: #4D505D;
    margin-top: 2px;
    margin-bottom: 0;
}
.cx_steps_holder {
    display: flex;
}
.cx_steps_holder .cx_each_outer_step_holder {
    padding: 15px;
    width: 25%;
    text-align: center;
    border-radius: 10px;
    position: relative;
}
.cx_steps_holder .cx_each_outer_step_holder .cx_step_heading {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    color: #fff;
    padding: 5px 10px;
}
.cx_steps_holder .cx_each_outer_step_holder .cx_each_inner_step_holder {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-radius: 10px;
    padding: 16px;
    z-index: 1;
}
.cx_steps_holder .cx_each_outer_step_holder:nth-child(odd) {
    border: 2px dashed #33B1E0;
    border-width: 0 0 2px 0;
}
.cx_steps_holder .cx_each_outer_step_holder:nth-child(even) {
    border: 2px dashed #EE8312;
    border-width: 2px 2px 0 2px;
    border-left-color: #989871;
    border-right-color: #989871;
    top: 30px;
    position: relative;
}
.cx_steps_holder .cx_each_outer_step_holder:last-child {
    border-right: none;
}
.cx_steps_holder .cx_each_outer_step_holder:first-child::before,
.cx_steps_holder .cx_each_outer_step_holder:last-child::before {
    content: '';
    width: 50%;
    height: 50%;
    background: #EFF5F6;
    border: 1px solid transparent;
    position: absolute;
}
.cx_steps_holder .cx_each_outer_step_holder:first-child::before {
    left: 0;
    bottom: -2px;
}
.cx_steps_holder .cx_each_outer_step_holder:last-child::before {
    right: 0;
    top: -2px;
}
.cx_steps_holder .cx_each_outer_step_holder:nth-child(even)::after {
    content: '';
    width: calc(100% + 4px);
    height: 32px;
    background: #EFF5F6;
    border: 1px solid transparent;
    position: absolute;
    left: -2px;
    bottom: 0;
}
.cx_steps_holder .cx_each_outer_step_holder:nth-child(odd) .cx_step_heading {
    bottom: -18px;
    background: #33B1E0;
    border-radius: 0 0 10px 10px;
}
.cx_steps_holder .cx_each_outer_step_holder:nth-child(even) .cx_step_heading {
    top: -18px;
    background: #EE8312;
    border-radius: 10px 10px 0 0;
}
.cx_steps_holder .cx_each_outer_step_holder:nth-child(odd) .cx_each_inner_step_holder {
    border: 1px solid #33B1E0;
}
.cx_steps_holder .cx_each_outer_step_holder:nth-child(even) .cx_each_inner_step_holder {
    border: 1px solid #EE8312;
}
.cx_steps_holder .cx_each_outer_step_holder .cx_each_inner_step_holder .cx_img_holder {
    min-width: 72px;
    min-height: 72px;
    max-width: 72px;
    max-height: 72px;
    border: 1px solid #000;
    border-radius: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.cx_steps_holder .cx_each_outer_step_holder:nth-child(odd) .cx_each_inner_step_holder .cx_img_holder {
    border-color: #33B1E0;
}
.cx_steps_holder .cx_each_outer_step_holder:nth-child(even) .cx_each_inner_step_holder .cx_img_holder {
    border-color: #EE8312;
}
.cx_steps_holder .cx_each_outer_step_holder .cx_each_inner_step_holder .cx_title_holder {
    font-size: 16px;
    font-weight: 700;
    color: #262832;
    padding-top: 16px;
    margin-bottom: 0;
}
.cx_steps_holder+.cx_bottom_holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding-top: 20px;
}
.cx_steps_holder+.cx_bottom_holder .cx_heading_5 {
    color: #4D505D;
}
.cx_steps_holder+.cx_bottom_holder .cx_blue_btn:hover svg path {
    fill: #33B1E0;
}
.cx_quotations_holder .cx_each_quotation_holder {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    background: #fff;
    padding: 20px;
    border: 1px solid #BAE1EF;
    border-radius: 16px;
}
.cx_quotations_holder .cx_each_quotation_holder .cx_each_saying_holder::before {
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    background: url('../images/quotation.webp');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}
.cx_quotations_holder .cx_each_quotation_holder .cx_client_profile_holder {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
}
.cx_quotations_holder .cx_each_quotation_holder .cx_client_profile_holder img {
    width: 60px;
    border-radius: 100%;
}
.cx_quotations_holder .cx_each_quotation_holder .cx_client_profile_holder .cx_client_name_desg_holder h5 {
    font-size: 16px;
    font-weight: 700;
    color: #262832;
}
.cx_quotations_holder .cx_each_quotation_holder .cx_client_profile_holder .cx_client_name_desg_holder p {
    font-size: 14px;
    color: #262832;
}
.cx_faq_section .accordion {
    max-width: 1024px;
    margin: 0 auto;
}
.cx_faq_section .accordion .accordion-item {
    /* border-color: #33B1E0; */
    border-top: 1px solid #B3EAFF;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-radius: 0;
}
.cx_faq_section .accordion .accordion-item .accordion-header .accordion-button {
    background-color: transparent;
    font-size: 20px;
    font-weight: 500;
    color: #4D505D;
    box-shadow: none;
    padding: 20px 10px;
    gap: 15px;
}
.cx_faq_section .accordion .accordion-item .accordion-header .accordion-button::before {
    content: '';
    min-width: 24px;
    min-height: 24px;
    max-width: 24px;
    max-height: 24px;
    background: url('../images/question-fill.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    /* margin-right: 10px; */
}
.cx_faq_section .accordion .accordion-item .accordion-header .accordion-button::after {
    background-image: url('../images/add-icon.svg');
    background-position: center;
    width: 14px;
    height: 14px;
}
.cx_faq_section .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    background-image: url('../images/minus-icon.svg');
}
.cx_faq_section .accordion .accordion-item .accordion-header .accordion-button:hover {
    background: transparent;
}
.cx_faq_section .accordion .accordion-item .accordion-header .accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}
.cx_faq_section .accordion .accordion-item .accordion-collapse .accordion-body {
    font-weight: 300;
    color: #464d62;
    padding: 20px 10px;
    padding-top: 0;
}
.cx_advertise_holder {
    display: flex;
    align-items: flex-end;
}
.cx_advertise_holder .cx_right_holder {
    width: 100%;
    background-color: #33B1E0;
    background-image: url('../images/contact-add-bg.webp');
    background-repeat: no-repeat;
    color: #fff;
    border-radius: 20px;
    padding: 30px 80px 30px 0;
    text-align: center;
    position: relative;
}
.cx_advertise_holder .cx_right_holder::before {
    content: '';
    width: 50%;
    height: 100%;
    background: #33B1E0;
    position: absolute;
    left: -10%;
    top: 0;
    transform: skewX(-30deg);
    z-index: -1;
}
.cx_advertise_holder .cx_right_holder .cx_heading_2 {
    /* font-family: 'Satoshi-Bold'; */
    color: #fff;
}
.cx_colored_cards_holder {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.cx_colored_cards_holder .cx_each_colored_card_holder {
    width: calc(25% - 24px);
    border-radius: 16px;
}
.cx_colored_cards_holder .cx_each_colored_card_holder .cx_top_header_holder .cx_heading_5 {
    color: #fff;
    text-align: center;
    padding: 10px;
    padding-bottom: 15px;
    margin-bottom: 0;
    border-radius: 16px 16px 0 0;
}
.cx_colored_cards_holder .cx_each_colored_card_holder:nth-child(odd) .cx_top_header_holder .cx_heading_5 {
    background: #33B1E0;
}
.cx_colored_cards_holder .cx_each_colored_card_holder:nth-child(even) .cx_top_header_holder .cx_heading_5 {
    background: #EE8312;
}
.cx_colored_cards_holder .cx_each_colored_card_holder .cx_middle_body_holder {
    font-size: 14px;
    transform: scale(1.06);
}
.cx_colored_cards_holder .cx_each_colored_card_holder .cx_middle_body_holder .cx_top_holder {
    min-height: 82px;
    background: #FFF2E3;
    border: 1px solid #EBCDAE;
    border-width: 0 1px;
    border-radius: 16px 16px 0 0;
    padding: 10px 16px;
}
.cx_colored_cards_holder .cx_each_colored_card_holder .cx_middle_body_holder .cx_top_holder .cx_heading_holder {
    font-size: 12px;
    font-weight: 700;
    color: #EE8312;
    margin-bottom: 0;
    text-transform: uppercase;
}
.cx_colored_cards_holder .cx_each_colored_card_holder .cx_middle_body_holder .cx_top_holder .cx_content {
    color: #262832;
}
.cx_colored_cards_holder .cx_each_colored_card_holder .cx_middle_body_holder .cx_bottom_holder {
    min-height: 135px;
    background: #FFF;
    border: 1px solid #B4C2C8;
    border-width: 0 1px;
    border-radius: 0 0 16px 16px;
    padding: 10px 16px;
}
.cx_colored_cards_holder .cx_each_colored_card_holder .cx_middle_body_holder .cx_bottom_holder .cx_heading_holder {
    font-size: 11px;
    font-weight: 700;
    color: #33B1E0;
    margin-bottom: 2px;
    text-transform: uppercase;
}
.cx_colored_cards_holder .cx_each_colored_card_holder .cx_middle_body_holder .cx_bottom_holder .cx_lists_holder {
    color: #4D505D;
    padding-left: 16px;
    margin-bottom: 0;
}
.cx_colored_cards_holder .cx_each_colored_card_holder .cx_middle_body_holder .cx_bottom_holder .cx_lists_holder li:not(:last-child) {
    padding-bottom: 8px;
}
.cx_colored_cards_holder .cx_each_colored_card_holder .cx_bottom_content_holder {
    background: #E1F7FF;
    border: 1px solid #A1CCDC;
    border-width: 0 1px 1px 1px;
    border-radius: 0 0 16px 16px;
    padding: 10px 16px;
    padding-top: 15px;
    text-align: center;
}
.cx_colored_cards_holder .cx_each_colored_card_holder .cx_bottom_content_holder .cx_heading_holder {
    font-size: 12px;
    font-weight: 700;
    color: #33B1E0;
    margin-bottom: 2px;
    text-transform: uppercase;
}
.cx_colored_cards_holder .cx_each_colored_card_holder .cx_bottom_content_holder .cx_content,
li.grey_txt {
    color: #4D505D !important;
}
.cx_two_cards_holder {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.cx_two_cards_holder>div {
    width: calc(50% - 8px);
}
.cx_two_cards_holder.cx_sideways_holder>div {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.cx_two_cards_holder.cx_sideways_holder .cx_blue_bordered_card .cx_left_holder {
    width: 235px;
    height: 100%;
}
.cx_two_cards_holder.cx_sideways_holder .cx_blue_bordered_card .cx_left_holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.cx_two_cards_holder.cx_sideways_holder .cx_blue_bordered_card .cx_right_holder {
    width: calc(100% - 255px);
}
.cx_two_cards_holder.cx_sideways_holder .cx_blue_bordered_card .cx_right_holder .cx_heading_5 {
    margin-bottom: 10px;
}
.cx_two_cards_holder.cx_sideways_holder .cx_blue_bordered_card .cx_right_holder .cx_default_para_18 {
    font-size: 16px;
}
.yearly_slider_section .slider_container {
    width: 100%;
}
.yearly_slider_section .slider_container .tabs {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    padding-top: 75px;
    margin-bottom: 20px;
    overflow: auto;
    position: relative;
}
.yearly_slider_section .slider_container .tabs .tab {
    width: 100%;
    text-align: center;
    position: relative;
    padding: 15px;
    cursor: pointer;
}
.yearly_slider_section .slider_container .tabs .tab::before {
    content: '';
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 100%;
    border: 1px solid #EE8312;
    position: absolute;
    left: 50%;
    top: -8px;
    transform: translateX(-50%);
    z-index: 1;
}
.yearly_slider_section .slider_container .tabs .tab.active::before {
    background: #EE8312;
}
.yearly_slider_section .slider_container .tabs .tab::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #4D505D;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.yearly_slider_section .slider_container .content_holder {
    height: 540px;
    position: relative;
}
.yearly_slider_section .slider_container .content_holder .content {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.yearly_slider_section .slider_container .content_holder .content .cx_content_wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 80px;
}
.yearly_slider_section .slider_container .content_holder .content.active {
    visibility: visible;
    opacity: 1;
}
.yearly_slider_section .slider_container .content_holder .content .cx_left_holder {
    width: calc(60% - 40px);
    position: relative;
    text-align: right;
    padding-top: 160px;
}
.yearly_slider_section .slider_container .content_holder .content .cx_left_holder img {
    transform: translate(-50%, 100%);
    transition: all 0.5s ease-in-out;
}
.yearly_slider_section .slider_container .content_holder .content.previous-active .cx_left_holder img {
    transform: translate(-50%, -100%);
    transition: all 0.5s ease-in-out;
}
.yearly_slider_section .slider_container .content_holder .content.active .cx_left_holder img {
    transform: translate(0%, 0%);
    transition: all 0.5s ease-in-out;
}
.yearly_slider_section .slider_container .content_holder .content .cx_left_holder .year_title {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.yearly_slider_section .slider_container .content_holder .content .cx_left_holder .year_title .ds_flex {
    display: flex;
}
.yearly_slider_section .slider_container .content_holder .content .cx_left_holder .year_title .ds_flex .digit_wrap .digit {
    font-size: 150px;
    font-weight: 600;
    line-height: 1;
    color: #33B1E0;
    position: relative;
    top: 100%;
    transition: all 1s cubic-bezier(.19,1,.22,1);
}
.yearly_slider_section .slider_container .content_holder .content.previous-active .cx_left_holder .year_title .ds_flex .digit_wrap .digit {
    top: -100%;
}
.yearly_slider_section .slider_container .content_holder .content.active .cx_left_holder .year_title .ds_flex .digit_wrap .digit.d1 {
    transition-delay: .05s;
    top: 0;
}
.yearly_slider_section .slider_container .content_holder .content.active .cx_left_holder .year_title .ds_flex .digit_wrap .digit.d2 {
    transition-delay: .1s;
    top: 0;
}
.yearly_slider_section .slider_container .content_holder .content.active .cx_left_holder .year_title .ds_flex .digit_wrap .digit.d3 {
    transition-delay: .15s;
    top: 0;
}
.yearly_slider_section .slider_container .content_holder .content.active .cx_left_holder .year_title .ds_flex .digit_wrap .digit.d4 {
    transition-delay: .2s;
    top: 0;
}
.yearly_slider_section .slider_container .content_holder .content .cx_right_holder {
    width: calc(40% - 40px);
}
.yearly_slider_section .slider_container .content_holder .content .cx_right_holder .cx_heading_3 {
    font-size: 36px;
    color: #4D505D;
    line-height: 50px;
    margin-bottom: 0;
}
.no_bullet_lists {
    list-style-type: none;
}
.cx_contact_map_section {
    overflow: hidden;
}
.cx_contact_map_section .map_container {
    position: relative;
    text-align: center;
}
.cx_contact_map_section .map_container svg {
    width: 100%;
}
.cx_contact_map_section .region {
    cursor: pointer;
    transition: fill 0.3s ease;
}
.cx_contact_map_section .region:hover {
    fill: #007bff;
}
.cx_contact_map_section .country_tabs_holder {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.cx_contact_map_section .country_tabs_holder li {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 10px;
    border-bottom: 1px solid transparent;
    cursor: pointer;
}
.cx_contact_map_section .country_tabs_holder li.active {
    border-color: #EE8312;
}
.cx_contact_map_section .country_tabs_holder li img {
    width: 25px;
}
.cx_contact_map_section .content_box {
    background: #f9f9f9;
    display: flex;
}
.cx_contact_map_section .content_box .cx_content_holder {
    height: 0;
    opacity: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #EFF5F6;
    padding: 0;
    transform: translateX(10%);
}
.cx_contact_map_section .content_box .cx_img_holder {
    opacity: 0;
    height: 0;
    transform: translateX(-10%);
}
.cx_contact_map_section .content_box .cx_img_holder img {
    height: 100%;
    object-fit: cover;
}
.cx_contact_map_section .content_box.visible .cx_img_holder {
    opacity: 1;
    height: auto;
    max-height: 295px;
    transform: translateX(0%);
    transition: transform 1s ease-out;
}
.cx_contact_map_section .content_box.visible .cx_content_holder {
    opacity: 1;
    height: auto;
    transform: translateX(0%);
    transition: transform 1s ease-out;
    padding: 20px;
}
.cx_contact_map_section .content_box .cx_img_holder,
.cx_contact_map_section .content_box .cx_content_holder {
    width: 50%;
}
.cx_contact_map_section .content_box .cx_content_holder .cx_heading_4,
.cx_contact_map_section .content_box .cx_content_holder .cx_address_holder {
    width: 100%;
    text-align: left;
}
.cx_contact_map_section .content_box .cx_content_holder .cx_additional_info {
    width: 100%;
    display: flex;
    gap: 8px;
    /* justify-content: center; */
    margin-bottom: 8px;
}
.cx_contact_map_section .content_box .cx_content_holder .cx_additional_info a {
    color: #4D505D;
}
.cx_contact_map_section .content_box .cx_content_holder .cx_additional_info a:hover {
    color: #33B1E0;
}
footer .cx_outer_top_holder {
    padding: 50px 0;
}
footer .cx_outer_top_holder .cx_row_holder {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
}
footer .cx_outer_top_holder .cx_row_holder .left_holder {
    width: 560px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 42px;
}
footer .cx_outer_top_holder .cx_row_holder .left_holder .heading_holder .h4_heading {
    font-size: 60px;
    font-weight: 900;
    color: #4a4949;
    line-height: 60px;
    margin-bottom: 0;
}
footer .cx_outer_top_holder .cx_row_holder .left_holder .heading_holder .h4_heading .gradient_txt {
    display: inline-block;
    background: linear-gradient(90deg, #01FFC7 0%, #0177F7 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
footer .cx_outer_top_holder .cx_row_holder .left_holder .btn_gradient_area .cx_gradient_btn {
    background: #fff !important;
    color: #0183F3;
}
footer .cx_outer_top_holder .cx_row_holder .left_holder .cx_outer_social_holder .heading_holder {
    font-size: 24px;
    font-weight: 700;
    color: #262832;
    margin-bottom: 16px;
}
footer .cx_outer_top_holder .cx_row_holder .left_holder .cx_outer_social_holder .cx_social_holder {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
footer .cx_outer_top_holder .cx_row_holder .left_holder .cx_outer_social_holder .cx_social_holder .cx_each_social_holder {
    width: 48px;
    height: 48px;
    background: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    position: relative;
}
footer .cx_outer_top_holder .cx_row_holder .left_holder .cx_outer_social_holder .cx_social_holder .cx_each_social_holder::before {
    content: '';
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    background: linear-gradient(-90deg, #01FFC7 0%, #0177F7 100%);
    border-radius: 100%;
    position: absolute;
    left: -2px;
    top: -2px;
    z-index: -1;
}
footer .cx_outer_top_holder .cx_row_holder .left_holder .cx_outer_social_holder .cx_social_holder .cx_each_social_holder:hover {
    background: transparent;
}
footer .cx_outer_top_holder .cx_row_holder .left_holder .cx_outer_social_holder .cx_social_holder .cx_each_social_holder:hover img {
    filter: brightness(0) invert(1);
}
footer .cx_outer_top_holder .cx_row_holder .right_holder {
    width: calc(100% - 588px);
}
footer .cx_outer_top_holder .cx_row_holder .right_holder .cx_locations_holder {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
}
footer .cx_outer_top_holder .cx_row_holder .right_holder .cx_locations_holder .each_loc_holder {
    display: flex;
    gap: 20px;
}
footer .cx_outer_top_holder .cx_row_holder .right_holder .cx_locations_holder .each_loc_holder .img_holder {
    min-width: 110px;
}
footer .cx_outer_top_holder .cx_row_holder .right_holder .cx_locations_holder .each_loc_holder .right_content_holder .heading_block {
    font-size: 20px;
    font-weight: 700;
    color: #262832;
    margin-bottom: 8px;
}
footer .cx_outer_top_holder .cx_row_holder .right_holder .cx_locations_holder .each_loc_holder .right_content_holder .content_block .each_content {
    color: #4D505D;
    margin-bottom: 0;
}
footer .cx_outer_top_holder .cx_row_holder .right_holder .cx_locations_holder .each_loc_holder .right_content_holder .content_block .each_content .label_holder {
    font-weight: 600;
}
footer .cx_outer_top_holder .cx_row_holder .right_holder .cx_locations_holder .each_loc_holder .right_content_holder .content_block .each_content .info_holder {
    color: #4D505D;
}
footer .cx_outer_middle_holder {
    padding: 50px 0;
    background-image: url('../images/footer-bg.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}
footer .cx_outer_middle_holder .cx_main_heading {
    font-size: 24px;
    font-weight: 900;
    color: #37374A;
    margin-bottom: 16px;
}
footer .cx_outer_middle_holder .cx_menu_lists_holder {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
footer .cx_outer_middle_holder .cx_menu_lists_holder li:not(:last-child) {
    margin-bottom: 16px;
}
footer .cx_outer_middle_holder .cx_menu_lists_holder li a {
    font-size: 16px;
    color: #fff;
}
footer .cx_outer_middle_holder .cx_menu_lists_holder li a:hover {
    color: #02FFC7;
}
footer .cx_outer_middle_holder .cx_secondbottommost_holder {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-between;
    align-items: center;
    border: 1px solid transparent;
    border-width: 1px 0;
    border-image: linear-gradient(90deg, #01FFC7, #0076F7);
    border-image-slice: 1;
    padding: 24px 0;
}
footer .cx_outer_middle_holder .cx_secondbottommost_holder .cx_left_holder,
footer .cx_outer_middle_holder .cx_secondbottommost_holder .cx_right_holder {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    align-items: center;
}
footer .cx_outer_middle_holder .cx_secondbottommost_holder .cx_left_holder .cx_main_heading {
    margin-bottom: 0;
}
footer .cx_outer_middle_holder .cx_secondbottommost_holder .cx_left_holder .one_line_lists_holder {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    gap: 10px;
}
footer .cx_outer_middle_holder .cx_secondbottommost_holder .cx_left_holder .one_line_lists_holder li {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
footer .cx_outer_middle_holder .cx_secondbottommost_holder .cx_left_holder .one_line_lists_holder li:not(:first-child)::before {
    content: '';
    width: 4px;
    height: 4px;
    background: #33B1E0;
    border-radius: 100%;
    display: inline-block;
}
footer .cx_outer_middle_holder .cx_secondbottommost_holder .cx_left_holder .one_line_lists_holder li a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}
footer .cx_outer_middle_holder .cx_secondbottommost_holder .cx_right_holder {
    gap: 30px;
}
footer .cx_outer_middle_holder .cx_secondbottommost_holder .cx_right_holder img {
    max-height: 82px;
    object-fit: contain;
}
footer .cx_outer_middle_holder .cx_bottommost_holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    padding-top: 20px;
}
footer .cx_outer_middle_holder .cx_bottommost_holder .cx_top_holder {
    display: inline-flex;
    flex-wrap: wrap;
}
footer .cx_outer_middle_holder .cx_bottommost_holder .cx_top_holder a {
    color: #fff;
    padding-right: 24px;
    position: relative;
}
footer .cx_outer_middle_holder .cx_bottommost_holder .cx_top_holder a:last-child {
    padding-right: 0;
}
footer .cx_outer_middle_holder .cx_bottommost_holder .cx_top_holder a:not(:last-child)::after {
    content: '';
    width: 1px;
    height: 12px;
    background: #fff;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
}

/* footer::before {
    content: '';
    width: 100%;
    height: 140px;
    background: url('../images/footer-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

footer .cx_main_heading {
    font-size: 16px;
    font-weight: 700;
    color: #262832;
}

footer .cx_top_holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 8px;
    border-bottom: 3px solid #DDDFEB;
}

footer .cx_top_holder .cx_logo_holder {}

footer .cx_top_holder .cx_social_holder {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 8px;
}

footer .cx_top_holder .cx_social_holder .cx_each_social_holder {
    width: 48px;
    height: 48px;
}

footer .cx_top_holder .cx_social_holder .cx_each_social_holder:hover {
    transform: translateY(-2px) scale(1.02);
    border-radius: 100%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

footer .cx_middle_holder {
    padding: 40px 0;
    border-bottom: 3px solid #DDDFEB;
}

footer .cx_middle_holder .cx_menu_lists_holder {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

footer .cx_middle_holder .cx_menu_lists_holder li a {
    display: inline-block;
    font-size: 14px;
    color: #4D505D;
    padding-bottom: 8px;
}

footer .cx_middle_holder .cx_menu_lists_holder li a:hover {
    color: #33B1E0;
    transform: translateX(5px);
}

footer .cx_bottom_holder {}

footer .cx_bottom_holder .cx_certifications_holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-bottom: 3px solid #DDDFEB;
}

footer .cx_bottom_holder .cx_certifications_holder .cx_left_holder {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

footer .cx_bottom_holder .cx_certifications_holder .cx_right_holder {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

footer .cx_bottom_holder .cx_certifications_holder .cx_right_holder .cx_main_heading {
    margin-bottom: 0;
}

footer .cx_bottom_holder .cx_contact_holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-bottom: 3px solid #DDDFEB;
}

footer .cx_bottom_holder .cx_contact_holder>div {
    width: calc(33.33% - 10px);
}

footer .cx_lists_holder.no_bullet_lists {
    display: flex;
    flex-direction: column;
    gap: 8px;
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
}

footer .cx_lists_holder.no_bullet_lists li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 14px;
    color: #4D505D;
}

footer .cx_lists_holder.no_bullet_lists li a {
    font-size: 14px;
    color: #4D505D;
}

footer .cx_bottom_holder .cx_bottommost_holder {
    font-size: 14px;
    color: #4D505D;
    text-align: center;
    padding: 20px 0;
}

footer .cx_bottom_holder .cx_bottommost_holder .cx_top_holder {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    gap: 0;
    padding: 0;
    margin-bottom: 15px;
    border-bottom: none;
}

footer .cx_bottom_holder .cx_bottommost_holder .cx_top_holder a {
    display: inline-block;
    font-size: 14px;
    color: #4D505D;
    padding: 0 5px;
    position: relative;
}

footer .cx_bottom_holder .cx_bottommost_holder .cx_top_holder a:hover {
    color: #33B1E0;
}

footer .cx_bottom_holder .cx_bottommost_holder .cx_top_holder a:not(:last-child)::after {
    content: '';
    width: 1px;
    height: 15px;
    background: #4D505D;
    position: absolute;
    top: 5px;
    right: 0;
} */

.casestudy_filters_btns_holder {
    display: flex;
    border: 1px solid #ADAEB0;
    border-width: 1px 0;
    padding: 24px 0;
    margin: 40px 0;
    position: relative;
    z-index: 1;
}
.casestudy_filters_btns_holder .filter_group_holder,
.casestudy_filters_btns_holder .cstm_filter_btn {
    width: 100%;
}
.casestudy_filters_btns_holder .filter_group_holder {
    position: relative;
}
.casestudy_filters_btns_holder .filter_group_holder .options {
    width: 100%;
    background: #fff;
    border: 1px solid #d9d9de;
    border-top: 0;
    /* padding: 30px; */
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 1;
    display: none;
}
.casestudy_filters_btns_holder .filter_group_holder .options.show {
    display: block;
}
.casestudy_filters_btns_holder .filter_group_holder .options .lists_holder {
    display: flex;
    flex-direction: column;
    gap: 12px;
    list-style-type: none;
    padding: 30px;
    margin: 0;
    max-height: 310px;
    overflow: auto;
}
.casestudy_filters_btns_holder .filter_group_holder .options .lists_holder li {
    width: 100%;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}
.casestudy_filters_btns_holder .filter_group_holder .options .lists_holder li label {
    width: 100%;
    padding-left: 30px;
    cursor: pointer;
}
.casestudy_filters_btns_holder .filter_group_holder .options .lists_holder li input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    opacity: 0;
    z-index: 1;
}
.casestudy_filters_btns_holder .cstm_filter_btn {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    background: transparent;
    font-size: 24px;
    color: #262832;
    text-align: left;
    padding: 0 20px;
    border-radius: 0;
    line-height: initial;
}
.casestudy_filters_btns_holder .cstm_filter_btn:not(:last-child) {
    border-right: 1px solid #ADAEB0
}
.check_icon_holder {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    min-width: 24px;
    min-height: 24px;
    max-width: 24px;
    max-height: 24px;
    border-radius: 100%;
    border: 1px solid #787878;
    background: transparent;
    line-height: 23px;
    position: relative;
}
.check_icon_holder.tick_holder::after,
.casestudy_filters_btns_holder .filter_group_holder .options .lists_holder li input[type="checkbox"]:checked + .check_icon_holder.tick_holder::after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 3px;
    transform: translateX(-50%) rotate(45deg);
    height: 13px;
    width: 6px;
    border-bottom: 3px solid #787878;
    border-right: 3px solid #787878;
}
.casestudy_filters_btns_holder .filter_group_holder .options .lists_holder li input[type="checkbox"] + .check_icon_holder.tick_holder::after {
    content: none;
}
.casestudy_filters_btns_holder .filter_group_holder .options .lists_holder li input[type="checkbox"]:checked + .check_icon_holder.tick_holder::after,
.cstm_filter_btn.all_button.active .check_icon_holder.tick_holder::after {
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
}
.cstm_filter_btn.clear_button .check_icon_holder {
    font-size: 18px;
    color: #4D505D;
    border-color: #7F7F7F;
}
.casestudy_filters_btns_holder .filter_group_holder .options .lists_holder li input[type="checkbox"]:checked + .check_icon_holder.tick_holder,
.cstm_filter_btn.all_button.active .check_icon_holder {
    background: linear-gradient(180deg, #01FFC7 0%, #0076F7 100%);
    border-color: #01FFC7;
}
.casestudy_filters_btns_holder .filter_group_holder .cstm_filter_btn .check_icon_holder {
    font-size: 24px;
    align-items: flex-start;
    line-height: 20px;
}
.case_study_container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.case_study_container .no_result {
    width: 100%;
    text-align: center;
    color: red;
}
.case_study_container .case_holder {
    width: calc(50% - 20px);
}
.case_study_container.all_cases_holder .case_holder:nth-child(even) {
    margin-top: 80px;
}
.case_study_container .case_holder .image_holder {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 16px;
}
.case_study_container .case_holder .image_holder img {
    width: 100%;
    max-width: 100%;
    border-radius: 20px;
}
.case_study_container .case_holder .tag_identifier_holder {
    display: inline-block;
    color: #0076F7;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 25px;
    border: 1px solid #0076F7;
    border-radius: 100px;
    margin-bottom: 16px;
}
.case_study_container .case_holder .tag_lists_holder {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 8px;
    list-style-type: none;
}
.case_study_container .case_holder .tag_lists_holder li {
    font-size: 16px;
    font-weight: 500;
    color: #4D505D;
}
.case_study_container .case_holder .tag_lists_holder li:not(:first-child) {
    position: relative;
    padding-left: 20px;
}
.case_study_container .case_holder .tag_lists_holder li:not(:first-child):before {
    content: '';
    width: 5px;
    height: 5px;
    background: #7F7F7F;
    border-radius: 100%;
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.case_study_container .case_holder .main_heading_holder {
    font-size: 24px;
    font-weight: 700;
    color: #262832;
    margin-bottom: 10px;
}
.case_study_container .case_holder .content_holder {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 16px;
    font-weight: 500;
    color: #4D505D;
}
.banner_subbanner_image_holder .sub_hero_banner_area {
    background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(230, 248, 255, 1) 100%);
    min-height: auto;
}
.case_study_banner.banner_subbanner_image_holder .sub_hero_banner_area {
    background-image: url('../images/each-case-study-banner.webp');
    background-color: none;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.banner_subbanner_image_holder .sub_hero_banner_area::before {
    content: none;
}
.banner_subbanner_image_holder .sub_hero_banner_area .container {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    padding: 120px 15px 80px;
}
.banner_subbanner_image_holder .sub_hero_banner_area .tags_holder {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 10px;
}
.banner_subbanner_image_holder .sub_hero_banner_area .tags_holder .each_tag_holder {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    padding: 6px 0;
}
.banner_subbanner_image_holder .sub_hero_banner_area .tags_holder .each_tag_holder:not(:first-child)::before {
    content: '';
    width: 5px;
    height: 5px;
    background: linear-gradient(180deg, #01FFC7 0%, #0076F7 100%);
    border-radius: 100%;
    display: inline-block;
}
.banner_subbanner_image_holder .sub_hero_banner_area .cx_content_block {
    max-width: calc(100% - 660px);
}
.banner_subbanner_image_holder .sub_hero_banner_area .cx_content_block .cx_heading_2 {
    color: #262832;
    margin: 20px 0 10px;
}
.banner_subbanner_image_holder .sub_hero_banner_area .cx_image_block {
    min-width: 610px;
    max-width: 610px;
    display: inline-block;
    position: relative;
    text-align: center;
    margin: 0 auto;
}
.banner_subbanner_image_holder + .all_cards_info_holder {
    min-height: 110px;
    position: relative;
    z-index: 1;
    margin-top: -50px;
}
.banner_subbanner_image_holder + .all_cards_info_holder .cards_outer_holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    min-height: 110px;
}
.banner_subbanner_image_holder + .all_cards_info_holder .cards_outer_holder .each_card_info {
    width: calc(25% - 15px);
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px;
    text-align: center;
    background: #fff;
    border: 1px solid #0076F7;
    border-width: 0 1px;
    box-shadow: 8px 8px 32px 0 rgba(51, 177, 224, 0.16);
}
.banner_subbanner_image_holder + .all_cards_info_holder .cards_outer_holder .each_card_info .heading_holder {
    font-size: 16px;
    font-weight: 400;
    color: #262832;
    margin-bottom: 10px;
}
.banner_subbanner_image_holder + .all_cards_info_holder .cards_outer_holder .each_card_info .content_holder {
    font-size: 16px;
    font-weight: 700;
    color: #4D505D;
    margin-bottom: 0;
}
.steps_initial_holder {
    counter-reset: section-steps;
}
.steps_initial_holder .each_step_holder {
    padding-top: 30px;
    margin-bottom: 30px;
}
.steps_initial_holder .each_step_holder.border_btm_holder::after {
    content: '';
    width: 100%;
    height: 1px;
    max-width: 1360px;
    background: repeating-linear-gradient(
        90deg,
        #00AFFF 0 5px,
        transparent 10px 15px,
        #00AFFF 15px 20px,
        transparent 25px 30px,
        #5282FF 30px 35px
    );
    display: block;
    margin: 0 auto;
}
.steps_initial_holder .each_step_holder .flexbox_holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 60px;
    position: relative;
}
.steps_initial_holder .each_step_holder .flexbox_holder .heading_holder::before {
    counter-increment: section-steps;
    content: counter(section-steps);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background: linear-gradient(180deg, #01FFC7 0%, #0076F7 100%);
    border-radius: 100%;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
}
.steps_initial_holder .each_step_holder .flexbox_holder .heading_holder {
    font-size: 36px;
    max-width: 354px;
    padding-left: 60px;
    position: relative;
}
.steps_initial_holder .each_step_holder .flexbox_holder .content_holder {
    width: calc(100% - 415px);
    display: flex;
    flex-wrap: wrap;
}
.steps_initial_holder .each_step_holder .solutions_steps_holder {
    counter-reset: solutions-steps;
    padding-bottom: 60px;
}
.steps_initial_holder .each_step_holder .solutions_steps_holder .each_solution_holder {
    max-width: 90%;
    counter-increment: solutions-steps;
    background: linear-gradient(90deg, rgba(1, 255, 199, 0.06) 0%, rgb(0, 118, 247, 0.06) 100%);
    color: #4D505D;
    border: 1px solid #01FFC7;
    border-radius: 3px;
    padding: 20px 30px;
    margin: 30px 0;
}
.steps_initial_holder .each_step_holder .solutions_steps_holder .each_solution_holder:nth-child(even) {
    margin-left: auto;
}
.steps_initial_holder .each_step_holder .solutions_steps_holder .each_solution_holder::before {
    content: "Solution " counter(solutions-steps, decimal-leading-zero);
    font-size: 24px;
    font-weight: 700;
    color: #262832;
    display: inline-block;
    margin-bottom: 20px;
}
.steps_initial_holder .each_step_holder .flexbox_holder .content_holder .cstm_badge_holder {
    min-width: 180px;
    max-width: 400px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    background: transparent;
    color: #0076F7;
    border: 1px solid #0076F7;
    border-radius: 100px;
    padding: 2px 18px;
    margin-right: 10px;
    margin-bottom: 30px;
}
.steps_initial_holder .each_step_holder .cta_btn_holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    background: url('../images/cta-bg.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    padding: 25px 50px;
}
.steps_initial_holder .each_step_holder .cta_btn_holder .left_holder {
    font-size: 36px;
    color: #fff;
    max-width: calc(100% - 250px);
}
.steps_initial_holder .each_step_holder .cta_btn_holder .left_holder .heading {
    font-size: 36px;
    font-weight: 700;
    color: #FFD43B;
    margin-bottom: 0;
}
.steps_initial_holder .each_step_holder .cta_btn_holder .right_holder .cta_btn {
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    background: #F47F26;
    color: #fff;
    border-radius: 10px;
    padding: 24px 32px;
}
.steps_initial_holder .each_step_holder .business_cards_outer_holder {
    counter-reset: business-steps;
    display: grid;
    grid-template-columns: repeat(3, minmax(250px, 1fr));
    gap: 16px;
    padding: 20px;
    padding-bottom: 60px;
}
.steps_initial_holder .each_step_holder .business_cards_outer_holder .each_card_holder {
    counter-increment: business-steps;
    background: #FFFFFF;
    color: #4D505D;
    text-align: center;
    /* border-top: 4px solid #5282FF; */
    border: 4px solid transparent;
    border-width: 4px 0 0;
    border-image: linear-gradient(90deg, #01FFC7, #0076F7);
    border-image-slice: 1;
    border-radius: 3px;
    padding: 20px 30px;
    box-shadow: 8px 8px 32px 0 rgba(51, 177, 224, 0.16);
}
.steps_initial_holder .each_step_holder .business_cards_outer_holder .each_card_holder::before {
    content: counter(business-steps);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    /* background: linear-gradient(90deg, #3381E0 0%, #5282FF 100%); */
    border: 1px solid #01FFC7;
    border-radius: 100%;
    font-size: 20px;
    font-weight: 700;
    color: #626262;
}
.steps_initial_holder .each_step_holder .business_cards_outer_holder .each_card_holder .heading {
    font-size: 20px;
    font-weight: 700;
    color: #262832;
    margin: 20px 0;
}
.testimonial_client_holder {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    background: linear-gradient(90deg, #1A2635 0%, #151E29 100%);
    border-radius: 10px;
    overflow: hidden;
}
.testimonial_client_holder .left_holder {
    max-width: 332px;
}
.testimonial_client_holder .right_holder {
    width: calc(100% - 382px);
    padding: 15px 50px 15px 0;
}
.testimonial_client_holder .right_holder .quotaion_outer_holder {
    padding-left: 28px;
}
.testimonial_client_holder .right_holder .quotaion_outer_holder .quotaion_holder .sayings_holder {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 8px;
}
.testimonial_client_holder .right_holder .quotaion_outer_holder .heading_details {
    font-size: 32px;
    font-weight: 700;
    color: #262832;
    margin-bottom: 50px;
}
.testimonial_client_holder .right_holder .quotaion_outer_holder + .desgn_name_holder {
    font-size: 24px;
    font-weight: 700;
    text-align: right;
}
.testimonial_client_holder .right_holder .quotaion_outer_holder + .desgn_name_holder .name_holder {
    color: #fff;
    margin-bottom: 7px;
}
.testimonial_client_holder .right_holder .quotaion_outer_holder + .desgn_name_holder .desgn_holder {
    color: #01FFC7;
    margin-bottom: 0;
}
.post_section_holder {
    position: relative;
}
.post_section_holder .background_img_holder {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.post_section_holder .cx_heading_holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.post_section_holder .cx_two_cards_holder {
    gap: 80px;
}
.post_section_holder .cx_two_cards_holder > div {
    width: calc(50% - 40px);
}
.post_section_holder .cx_two_cards_holder .each_card_holder:nth-child(even) {
    margin-top: 80px;
}
.post_section_holder .cx_two_cards_holder .each_card_holder .tag_identifier_holder {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #0076F7;
    padding: 8px 20px;
    border: 1px solid #01FFC7;
    border-radius: 40px;
    margin-bottom: 16px;
}
.post_section_holder .cx_heading_holder .outlined_btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    font-weight: 500;
    background: linear-gradient(80deg, #01FFC7 0%, #0076F7 100%);
    color: #fff;
    padding: 10px 32px;
    border: 1px solid #01FFC7;
    border-radius: 100px;
}
.post_section_holder .cx_heading_holder .outlined_btn:hover {
    background: #229CFF;
    color: #fff;
}
.post_section_holder .cx_heading_holder .outlined_btn:hover svg path {
    fill: #fff;
}
.post_section_holder .cx_two_cards_holder .each_card_holder .image_holder {
    position: relative;
    height: 300px;
    background: #B1C1DA;
    text-align: center;
    padding: 20px;
    margin-bottom: 16px;
    border-radius: 20px;
}
.post_section_holder .cx_two_cards_holder .each_card_holder .image_holder img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 20px;
}
.post_section_holder .cx_two_cards_holder .each_card_holder .content_holder {
    position: relative;
    padding: 10px;
    z-index: 1;
}
.post_section_holder .cx_two_cards_holder .each_card_holder .content_holder .main_heading {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}
/* .post_section_holder .cx_two_cards_holder .each_card_holder .content_holder .sub_heading {
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 10px;
} */
.post_section_holder .cx_two_cards_holder .each_card_holder .content_holder .sub_content {
    font-size: 16px;
    font-weight: 400;
    color: #D7D7D7;
}
/* .post_section_holder .cx_two_cards_holder .each_card_holder .content_holder .tech_heading {
    font-size: 16px;
    font-weight: 500;
    color: #7F7F7F;
    margin-bottom: 10px;
} */
.post_section_holder .cx_two_cards_holder .each_card_holder .content_holder .tags_outer_holder {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 3px 0;
    margin-bottom: 8px;
}
.post_section_holder .cx_two_cards_holder .each_card_holder .content_holder .tags_outer_holder .each_anchor_holder {
    display: inline-flex;
    align-items: center;
    padding: 1px;
    color: #01FFC7;
    font-size: 16px;
    font-weight: 400;
}
.post_section_holder .cx_two_cards_holder .each_card_holder .content_holder .tags_outer_holder .each_anchor_holder:not(:first-child)::before {
    content: '';
    width: 5px;
    height: 5px;
    background: linear-gradient(180deg, #01FFC7 0%, #0076F7 100%);
    border-radius: 100%;
    display: inline-block;
    margin-right: 10px;
}
/* .post_section_holder .cx_two_cards_holder .each_card_holder .content_holder .gradient_btns_outer_holder + .blue_anchor_btn {
    font-size: 15px;
    font-weight: 700;
    background: #33B1E0;
    color: #fff;
    border: 1px solid #33B1E0;
    border-radius: 10px;
    padding: 10px 32px;
} */
.post_section_holder .cx_two_cards_holder .each_card_holder .content_holder .gradient_btns_outer_holder + .blue_anchor_btn:hover {
    background: transparent;
    color: #33B1E0;
}
.yellow_box_lists_holder {
    width: 100%;
    display: block;
    background: linear-gradient(90deg, rgba(1, 255, 199, 0.08) 0%, rgb(0, 118, 247, 0.08) 100%);
    border: 1px solid #01FFC7;
    border-radius: 5px;
    padding: 20px 15px;
    list-style-type: none;
}
.yellow_box_lists_holder li {
    display: flex;
    gap: 10px;
    font-weight: 400;
    font-style: italic;
    color: #49637D;
}
.yellow_box_lists_holder li::before {
    content: '\2605';
    display: inline-block;
    font-weight: 700;
    font-style: normal;
    background: linear-gradient(180deg, rgb(1, 255, 199), rgb(0, 118, 247));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.yellow_box_lists_holder li:not(:last-child) {
    margin-bottom: 15px;
}
.yellow_underlined_anchor {
    color: #FF8900;
    text-decoration: underline;
}
.blue_underlined_anchor {
    color: #5282FF;
    text-decoration: underline;
}
.cx_three_cards_flex_holder,
.cx_four_cards_flex_holder {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.cx_four_cards_flex_holder > div {
    width: calc(25% - 18px);
}
.cx_three_cards_flex_holder > div {
    width: calc(33.33% - 18px);
}
.cx_glass_card_outer_holder {
    /* max-width: 275px; */
    display: inline-flex;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}
/* .cx_glass_card_outer_holder::after {
    content: '';
    width: 100%;
    height: 100%;
    border: 3px solid transparent;
    border-image: linear-gradient(135deg, #01EFC7, #0097EC);
    border-image-slice: 1;
    border-radius: 6px;
    position: absolute;
    left: 0;
    top: 0;
} */
.cx_glass_card_outer_holder .cx_glass_card_holder {
    width: 100%;
    height: 100%;
    /* height: -webkit-fill-available; */
    display: inline-block;
    background: linear-gradient(135deg, rgba(1, 239, 199, 0.13), rgba(0, 151, 236, 0.13));
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    padding: 20px;
    box-sizing: border-box;
    color: white;
    font-family: 'Averta';
    font-weight: 400;
}
/* @supports (-webkit-touch-callout: none) {
    .cx_glass_card_outer_holder .cx_glass_card_holder {
      height: -webkit-fill-available;
    }
} */
.cx_glass_card_outer_holder:hover .cx_glass_card_holder {
    background: linear-gradient(135deg, rgba(1, 239, 199, 0.5), rgba(0, 151, 236, 0.5));
}
.cx_glass_card_outer_holder .cx_glass_card_holder.transparent_bg {
    background: transparent;
    backdrop-filter: blur(0);
}
.cx_glass_card_outer_holder .cx_glass_card_holder.border_btm_card {
    border: 1px solid transparent;
    border-width: 0 0 1px;
    border-image: linear-gradient(90deg, #01FFC7, #0076F7);
    border-image-slice: 1;
    box-shadow: none;
}
.cx_glass_card_outer_holder .cx_glass_card_holder .cx_top_heading_holder {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}
.cx_glass_card_outer_holder .cx_glass_card_holder .cx_top_heading_holder .cx_heading_title {
    font-size: 18px;
    font-weight: 400;
    word-break: break-word;
    margin-bottom: 0;
}
.cx_glass_card_outer_holder .cx_glass_card_holder .cx_top_heading_holder .cx_icon_holder {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 42px;
    min-height: 42px;
    max-width: 42px;
    max-height: 42px;
    border: 1px solid rgba(1, 239, 199, 0.5);
    border-radius: 100%;
    background: linear-gradient(135deg, rgba(1, 239, 199, 0.2), rgba(0, 151, 236, 0.2));
}
.cx_glass_card_outer_holder:hover .cx_glass_card_holder .cx_top_heading_holder .cx_icon_holder {
    border-color: #fff;
}
.cx_glass_card_outer_holder:hover .cx_glass_card_holder .cx_top_heading_holder .cx_icon_holder svg {
    filter: brightness(0) invert(1);
}
.cx_glass_card_outer_holder .cx_glass_card_holder .content_outer_holder {
    display: inline-flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 50px);
}
.cx_glass_card_outer_holder .cx_glass_card_holder .content_outer_holder .content_inner_top_holder .italic_heading_holder {
    font-style: italic;
    color: #fff;
}
.cx_glass_card_outer_holder .cx_glass_card_holder .cx_content_holder {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 0;
}
.cx_glass_card_outer_holder .cx_glass_card_holder .content_outer_holder .anchor_holder {
    display: inline-block;
    background: linear-gradient(90deg, #01FFC7 0%, #0076F7 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.cx_code_grid_container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 0;
    padding: 20px 0;
    position: relative;
}
.cx_code_grid_container.three_grid_holder {
    grid-template-columns: repeat(3, minmax(280px, 1fr));
}
.cx_code_grid_container.four_grid_holder {
    grid-template-columns: repeat(4, minmax(280px, 1fr));
}
.cx_code_grid_container .card_holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 318px;
    background: #fff;
    color: #262832;
    border: 1px solid #9DE4FF;
    padding: 24px 30px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}
.cx_code_grid_container .card_holder:hover,
.cx_code_grid_container .card_holder.active {
    background: linear-gradient(135deg, #01EFC7, #0097EC);
    color: #fff;
    border-color: transparent;
}
.cx_code_grid_container .card_holder .heading_holder {
    color: #262832;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 18px;
}
.cx_code_grid_container .card_holder .text_holder {
    font-size: 16px;
    font-weight: 400;
    color: #4D505D;
    margin-bottom: 0;
}
.cx_code_grid_container .card_holder:hover .heading_holder,
.cx_code_grid_container .card_holder:hover .text_holder,
.cx_code_grid_container .card_holder.active .heading_holder,
.cx_code_grid_container .card_holder.active .text_holder {
    color: #fff;
}
.plain_abstract_bg_holder {
    background-image: url('../images/plain-abstract-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.box_abstract_bg_holder {
    background-image: url('../images/box-abstract-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.cloud_box_abstract_bg_holder {
    background-image: url('../images/cloud-box-abstract-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.industrial_bg_section {
    background-image: url('../images/industrial-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.cloud_industrial_bg_section {
    background-image: url('../images/cloud-industrial-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.new_case_study_bg_section {
    background-image: url('../images/new-case-study-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.case_study_content_bg_section {
    background-image: url('../images/case-study-content-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.dark_line_light_bg_section {
    background-image: url('../images/line-light-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.case_study_cta_bg_section {
    background-image: url('../images/case-study-cta-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 38px 0;
    border-radius: 10px;
}
.each_project_banner_section_holder {
    background-image: url('../images/each-project-banner-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 64px;
}
.app_development_box_abstract_bg_holder {
    background-image: url('../images/mobile-engg-app-box-abstract-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.mobile_industrial_bg_section {
    background-image: url('../images/mobile-industrial-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.services_staff_abstract_bg_holder {
    background-image: url('../images/services-staff-abstract-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.data_visualization_abstract_bg_holder {
    background-image: url('../images/data-visualization-abstract-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.ci_cd_continuous_bg_holder {
    background-image: url('../images/ci-cd-continuous-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.fullstack_engg_services_bg_section {
    background-image: url('../images/fullstack-engg-services-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.fullstack_engg_blur_section {
    background-image: url('../images/fullstack-engg-blur-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.fullstack_dev_box_abstract_bg_holder {
    background-image: url('../images/fullstack-dev-box-abstract-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.fullstack_engg_bg_section {
    background-image: url('../images/fullstack-engg-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.values_dei_bg_section {
    background-image: url('../images/values-dei-bg-img.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.test_automation_box_abstract_bg_holder {
    background-image: url('../images/test-automation-box-abstract-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.industry_specific_automation_bg_holder {
    background-image: url('../images/industry-specific-automation-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.blockchain_box_abstract_bg_holder {
    background-image: url('../images/blockchain-abstract-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.blockchain_box_abstract_alt_bg_holder {
    background-image: url('../images/blockchain-abstract-alt-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.data_analytics_box_abstract_bg_holder {
    background-image: url('../images/data-analytics-abstract-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.data_analytics_box_abstract_alt_bg_holder {
    background-image: url('../images/data-analytics-abstract-alt-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.card_tabs_section_holder {
    width: 80%;
    /* max-width: 1130px; */
    margin: 0 auto 50px;
    background-color: rgb(23, 40, 100);
    background-image: url('../images/card-tabs-section-bg-holder.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 35px;
    padding: 75px 60px;
    background-attachment: initial !important;
}
/* .one_sided_gradient_bg_section {
    background-image: url('../images/one-sided-gradient-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
} */
.splash_abstract_bg_holder {
    background-image: url('../images/splash-abstract-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.product_design_box_abstract_bg_holder {
    background-image: url('../images/product-design-abstract-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.digital_marketing_box_abstract_bg_holder {
    background-image: url('../images/digital-marketing-abstract-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.seo_digital_marketing_bg_holder {
    background-image: url('../images/seo-digital-marketing-abstract-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.industry_language_product_bg_holder {
    background-image: url('../images/industry-language-product-abstract-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.full_white_bg_section {
    background-image: none;
    background: #fff;
}
.cx_process_cards_holder {
    display: flex;
    counter-reset: process-step; 
}
.cx_process_cards_holder .cx_card_holder {
    flex: 1;
    min-width: 0;
    padding: 20px;
    background: white;
    transition: flex 0.4s ease, background 0.3s ease;
    overflow: hidden;
    cursor: pointer;
    counter-increment: process-step;
    position: relative;
}
.cx_process_cards_holder .cx_card_holder:not(:last-child) {
    border-right: 1px solid #D6D6D6;
}
.cx_process_cards_holder .cx_card_holder::before {
    content: counter(process-step, decimal-leading-zero);
    display: block;
    font-size: 58px;
    font-weight: 700;
}
.cx_process_cards_holder .cx_card_holder.active {
    flex: 2;
}
.cx_process_cards_holder .cx_card_holder .cx_inner_content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 24px;
}
.cx_process_cards_holder .cx_card_holder .cx_inner_content .cx_heading_holder {
    font-size: 20px;
    font-weight: 600;
    color: #262832;
    /* min-width: 135px;
    max-width: 135px; */
    margin-bottom: 0;
    order: 2;
    min-height: 50px;
}
.cx_process_cards_holder .cx_card_holder .cx_inner_content .cx_content_container {
    /* min-width: 100%; */
    display: flex;
    /* align-items: flex-end; */
    width: 100%;
    height: 140px;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s linear 0.3s;
    margin-bottom: 0;
    overflow: hidden;
    font-size: 18px;
    font-weight: 400;
    color: #4D505D;
}
.cx_process_cards_holder .cx_card_holder.active .cx_inner_content .cx_content_container {
    /* width: auto; */
    /* height: 140px; */
    opacity: 1;
    visibility: visible;
    transition-delay: 0.35s;
    /* transition: opacity 0s ease; */
}
.bottom_mark_holder,
.blue_bottom_mark_holder {
    position: relative;
    display: inline-block;
    width: 100%;
}
.bottom_mark_holder::after {
    content: '';
    width: 303px;
    height: 20px;
    background: url('../images/bottom-mark.webp');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -25px;
    left: 210px;
}
.blue_bottom_mark_holder::after {
    content: '';
    width: 138px;
    height: 9px;
    background: url('../images/blue-bottom-mark.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: -10px;
}
.centered_text_banner .bottom_mark_holder::after {
    max-width: 187px;
    left: auto;
    right: 0;
}
.pie_steps_carousel_section {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #E6E6E6;
}
.pie_steps_carousel_section .left_section {
    width: 580px;
    padding: 11px 21px;
    padding-left: 0;
    border-right: 1px solid #E6E6E6;
}
.pie_steps_carousel_section .left_section #stepNumber {
    font-size: 54px;
    font-weight: 400;
}
.pie_steps_carousel_section .left_section .step_title {
    font-size: 28px;
    font-weight: 600;
    color: #262832;
    margin-bottom: 26px;
    /* min-height: 108px; */
}
.pie_steps_carousel_section .left_section .step_description {
    font-size: 20px;
    font-weight: 400;
    color: #4D505D;
    margin-bottom: 40px;
    min-height: 180px;
}
.pie_steps_carousel_section .left_section .navigation {
    display: flex;
    gap: 17px;
    align-items: center;
}
.pie_steps_carousel_section .left_section .navigation .nav_btn,
.slider_container .slider_controls_wrapper .cx_prev_next_btns_holder button {
    width: 42px;
    height: 42px;
    border-radius: 100%;
    background: linear-gradient(90deg, rgba(1, 255, 199, 0.27) 0%, rgba(0, 118, 247, 0.27) 100%);
    padding: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.pie_steps_carousel_section .left_section .navigation .dots {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.pie_steps_carousel_section .left_section .navigation .dots .dot {
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #d9d9d9;
}
.pie_steps_carousel_section .left_section .navigation .dots .dot.active {
    width: 16px;
    height: 3px;
    background: linear-gradient(90deg, #01ffc7 0%, #0076f7 100%);
}
.pie_steps_carousel_section .right_section {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 580px);
    padding: 14px;
    padding-right: 0;
    position: relative;
}
.pie_steps_carousel_section .right_section .rings_stack {
    position: relative;
    min-height: 260px;
    max-height: 305px;
}
.pie_steps_carousel_section .right_section .rings_stack .each_ring_holder {
    position: relative;
    width: 152px;
    min-height: 98px;
}
.pie_steps_carousel_section .right_section .rings_stack .each_ring_holder .ring_border_wrapper {
    width: 152px;
    height: 98px;
    border-radius: 50%;
    background: radial-gradient(ellipse at 80%, #007ad2 50%, #01ffc7 100%, #0061b1 100%);
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0.13;
    box-shadow: 0 15px 10px rgba(0,0,0,0.3);
}
.pie_steps_carousel_section .right_section .rings_stack .each_ring_holder .ring_border_wrapper.active {
    opacity: 1;
}
.pie_steps_carousel_section .right_section .rings_stack .each_ring_holder .ring_border_wrapper .ring_layer {
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    background: #fff;
    border-radius: 50%;
}
.pie_steps_carousel_section .right_section .rings_stack .each_ring_holder:nth-child(1) { 
    top: 0; 
}
.pie_steps_carousel_section .right_section .rings_stack .each_ring_holder:nth-child(2) { 
    top: -50px; 
}
.pie_steps_carousel_section .right_section .rings_stack .each_ring_holder:nth-child(3) { 
    top: -100px; 
}
.pie_steps_carousel_section .right_section .rings_stack .each_ring_holder:nth-child(4) { 
    top: -150px; 
}
.pie_steps_carousel_section .right_section .rings_stack .each_ring_holder:nth-child(5) { 
    top: -200px; 
}
.pie_steps_carousel_section .right_section .rings_stack .each_ring_holder .step_card {
    display: flex;
    justify-content: center;
    gap: 4px;
    min-width: 206px;
    text-align: center;
    position: absolute;
    left: calc(100% + 60px);
    top: 50%;
    transform: translateY(-50%);
    padding: 10px;
    background: #F1F1F1;
    color: #4D505D;
    font-size: 14px;
    font-weight: 400;
    border-radius: 7px;
    cursor: pointer;
    z-index: 1;
}
.pie_steps_carousel_section .right_section .rings_stack .each_ring_holder:nth-child(odd) .step_card {
    left: auto;
    right: calc(100% + 60px);
}
.pie_steps_carousel_section .right_section .rings_stack .each_ring_holder .step_card.active {
    background: linear-gradient(90deg, #01FFC7 0%, #0076F7 100%);
    color: #fff;
    font-weight: 600;
}
.pie_steps_carousel_section .right_section .rings_stack .each_ring_holder .step_card::after {
    content: '';
    width: 46px;
    height: 1px;
    border-top: 1px dashed #B4B4B4;
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.pie_steps_carousel_section .right_section .rings_stack .each_ring_holder .step_card.active::after {
    border-color: #01FFC7;
}
.pie_steps_carousel_section .right_section .rings_stack .each_ring_holder:nth-child(odd) .step_card::after {
    right: auto;
    left: 100%;
}
.pie_steps_carousel_section .right_section .rings_stack .each_ring_holder .step_card span {
    display: inline-block;
}
.pie_steps_carousel_section .right_section .rings_stack .each_ring_holder .step_card span:last-child {
    text-align: left;
}
.sticky_full_height_section .sticky_left {
    position: sticky;
    top: 100px;
}
.sticky_full_height_section .sticky_left .cx_heading_2 {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 38px;
}
.sticky_full_height_section .sticky_left .content_para_24 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 48px;
}
.aug_services_outer_holder .each_aug_service_holder {
    padding: 15px;
    padding-bottom: 43px;
    position: relative;
}
.aug_services_outer_holder .each_aug_service_holder::after {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 0;
    height: 1px; /* thickness of border */
    width: 100%;
    background: linear-gradient(90deg, #01FFC7, #0076F7);
}
.aug_services_outer_holder .each_aug_service_holder .cx_top_heading_holder .cx_icon_holder {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 54px;
    min-height: 54px;
    max-width: 54px;
    max-height: 54px;
    border: 1px solid rgba(1, 239, 199, 0.5);
    border-radius: 100%;
    background: linear-gradient(135deg, rgba(1, 239, 199, 0.2), rgba(0, 151, 236, 0.2));
    margin-bottom: 20px;
}
.aug_services_outer_holder .each_aug_service_holder .cx_top_heading_holder .cx_icon_holder.deep_cx_icon_holder {
    background: linear-gradient(-105deg, #01FFC8, #0096EC);
}
.aug_services_outer_holder .each_aug_service_holder .cx_top_heading_holder .cx_icon_holder.deep_cx_icon_holder.double_layer_no_icon {
    min-width: 26px;
    min-height: 26px;
    max-width: 26px;
    max-height: 26px;
    padding: 2px;
    border: none;
}
.aug_services_outer_holder .each_aug_service_holder .cx_top_heading_holder .cx_icon_holder.deep_cx_icon_holder.double_layer_no_icon .only_bg_holder {
    min-width: 24px;
    min-height: 24px;
    max-width: 24px;
    max-height: 24px;
    background: #fff;
    border-radius: 100%;
    position: relative;
}
.aug_services_outer_holder .each_aug_service_holder .cx_top_heading_holder .cx_icon_holder.deep_cx_icon_holder.double_layer_no_icon .only_bg_holder::before {
    content: '';
    width: calc(100% - 5px);
    height: calc(100% - 5px);
    background: linear-gradient(-105deg, #01FFC8, #0096EC);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
}
.aug_services_outer_holder .each_aug_service_holder .cx_top_heading_holder .cx_heading_title {
    font-size: 24px;
    font-weight: 600;
    color: #262832;
    margin-bottom: 20px;
}
.aug_services_outer_holder .each_aug_service_holder .cx_content_holder {
    font-size: 18px;
    font-weight: 300;
    color: #EDEDED;
    margin-bottom: 20px;
}
.aug_services_outer_holder .each_aug_service_holder .cx_lists_holder,
.cx_lists_holder.yellow_tick_lists_holder {
    margin: 0;
    padding: 0;
}
.aug_services_outer_holder .each_aug_service_holder .cx_lists_holder li,
.cx_lists_holder.yellow_tick_lists_holder li,
.gradient_tick_lists_holder li {
    display: flex;
    gap: 8px;
    align-items: center;
    list-style-type: none;
    font-size: 16px;
    color: #fff;
}
.aug_services_outer_holder .each_aug_service_holder .cx_lists_holder li::before,
.yellow_tick_lists_holder li::before,
.gradient_tick_lists_holder li::before {
    content: "";
    display: inline-block;
    min-width: 20px;
    min-height: 20px;
    max-width: 20px;
    max-height: 20px;
    background-image: url('../images/double-yellow-tick.svg');
    background-size: contain;
    background-repeat: no-repeat;     
    background-position: center; 
}
.gradient_tick_lists_holder li::before {
    background-image: url('../images/double-gradient-tick.svg') !important;
}
.aug_services_outer_holder .each_aug_service_holder .cx_lists_holder li:not(:last-child) {
    margin-bottom: 16px;
}
.aug_six_services_holder {
    display: flex;
    flex-wrap: wrap;
    gap: 45px;
    margin-top: 60px;
}
.aug_six_services_holder .left_holder,
.aug_six_services_holder .middle_holder,
.aug_six_services_holder .right_holder {
    width: calc(33.33% - 30px);
}
.aug_six_services_holder .middle_holder img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.aug_six_services_holder .each_item_holder:not(:last-child) {
    margin-bottom: 34px;
}
.aug_six_services_holder .each_item_holder .heading_top_holder {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 14px;
}
.aug_six_services_holder .each_item_holder .heading_top_holder .heading_text_holder {
    font-weight: 600;
    color: #262832;
    margin-bottom: 0;
}
.aug_six_services_holder .each_item_holder .content_para_24,
.content_para_24.grey_text {
    color: #4D505D;
}
.gradient_rounded_icon_holder {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, #01FFC7 0%, #0076F7 100%);
}
/* .fullstack_engg_services_bg_section .cx_heading_section_holder {
    position: sticky;
    top: 88px;
    background-image: url(../images/fullstack-engg-services-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    z-index: 1;
    padding: 10px 0;
} */
.fullstack_engg_services_bg_section .cx_services_content_holder,
.fullstack_engg_services_bg_section .cx_services_content_holder .each_service_holder {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 45px;
}
.fullstack_engg_services_bg_section .cx_services_content_holder {
    gap: 65px;
}
.fullstack_engg_services_bg_section .cx_services_content_holder .each_service_holder:nth-child(odd) {
    flex-direction: row-reverse;
}
.fullstack_engg_services_bg_section .cx_services_content_holder .each_service_holder .left_holder {
    width: 475px;
}
.fullstack_engg_services_bg_section .cx_services_content_holder .each_service_holder .left_holder img {
    width: 100%;
}
.fullstack_engg_services_bg_section .cx_services_content_holder .each_service_holder .right_holder {
    width: calc(100% - 520px);
}
.fullstack_engg_services_bg_section .cx_services_content_holder .each_service_holder .right_holder .gradient_heading_txt,
.fullstack_engg_services_bg_section .cx_services_content_holder .each_service_holder .right_holder .gradient_heading_txt + .cx_default_para_18 + .cx_lists_holder {
    margin-bottom: 20px;
}
.fullstack_engg_services_bg_section .cx_services_content_holder .each_service_holder .right_holder .gradient_heading_txt + .cx_default_para_18 {
    margin-bottom: 40px;
}
.fullstack_engg_services_bg_section .cx_services_content_holder .each_service_holder .right_holder .gradient_heading_txt + .cx_default_para_18 + .cx_lists_holder li:not(:last-child) {
    margin-bottom: 16px;
}
.masonry_grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    /* grid-template-columns: repeat(5, 1fr); */
    grid-auto-rows: 1px;
    gap: 14px;
}
.masonry_grid .masonry_item {
    color: white;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    height: 231px;
    position: relative;
    overflow: hidden;
}
.masonry_grid.reverse_grid .masonry_item:not(:nth-child(2n):nth-child(-n+4)) { 
    height: 231px !important;
}
.masonry_grid.reverse_grid .masonry_item:nth-child(-n+5):nth-child(2n-1) {
    height: auto;
}
.masonry_grid .masonry_item:nth-child(-n+5):nth-child(2n-1),
.masonry_grid.reverse_grid .masonry_item:nth-child(2n):nth-child(-n+4) {
    height: 485px; 
}
.masonry_grid .masonry_item::before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(-90deg, rgba(18, 18, 18, 0) 0%, #000000 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(calc(100% - 60px));
    transition: all 0.5s ease-in-out;
    z-index: 1;
}
.masonry_grid .masonry_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.masonry_grid .masonry_item .bottom_info_holder {
    position: absolute;
    left: 0;
    bottom: -2px;
    z-index: 1;
    padding: 23px;
    /* background: linear-gradient(-90deg, rgba(18, 18, 18, 0) 0%, #000000 100%); */
    transform: translateY(calc(100% - 60px));
    transition: all 0.5s ease-in-out;
}
.masonry_grid .masonry_item:hover .bottom_info_holder {
    /* background: linear-gradient(180deg, rgba(18, 18, 18, 0) 0%, #000000 100%); */
    transform: translateY(0);
    transition: all 0.5s ease-in-out;
}
.masonry_grid .masonry_item:hover::before {
    background: linear-gradient(180deg, rgba(18, 18, 18, 0) 0%, #000000 100%);
    transform: translateY(0);
    transition: all 0.5s ease-in-out;
}
.masonry_grid .masonry_item .bottom_info_holder .heading_holder {
    font-size: 20px;
    color: #fff;
    margin-bottom: 8px;
    white-space: nowrap;
}
.masonry_grid .masonry_item .bottom_info_holder .content_holder {
    font-size: 16px;
    color: #E5E5E5;
    line-height: 20px;
    margin-bottom: 0;
}
.masonry_grid .masonry_item .bottom_info_holder .know_more_anchor {
    width: 24px;
    display: block;
    margin-left: auto;
}
.cx_tabular_hover_scroll_outer_holder {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 30px;
    position: relative;
}
.cx_tabular_hover_scroll_outer_holder .left_holder {
    display: flex;
    flex-wrap: wrap;
    gap: 27px;
    position: sticky;
    top: 120px;
    width: 327px;
    z-index: 10;
}
.cx_tabular_hover_scroll_outer_holder .left_holder .each_tab_holder {
    display: inline-block;
    padding: 8px 16px;
    border: 1px solid #01FFC7;
    border-radius: 6px;
    cursor: pointer;
    text-align: center;
    background: white;
    transition: all 0.3s ease;
}
.cx_tabular_hover_scroll_outer_holder .left_holder .each_tab_holder.active {
    font-weight: 600;
    background: linear-gradient(74deg, #01FFC7 0%, #0076F7 100%);
    color: white;
}
.cx_tabular_hover_scroll_outer_holder .right_holder {
    display: flex;
    flex-direction: column;
    gap: 80px;
    width: calc(100% - 357px);
    border-left: 1px solid #bababa;
    padding-left: 50px;
}
.cx_tabular_hover_scroll_outer_holder .right_holder .each_tabdata_info_holder {
    scroll-margin-top: 120px; /* adjust for sticky offset */
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
    opacity: 0.1;
    transition: all 0.5s ease-in-out;
    /* min-height: 100dvh; */
}
.cx_tabular_hover_scroll_outer_holder .right_holder .each_tabdata_info_holder.active {
    opacity: 1;
    transition: all 0.5s ease-in-out;
}
.cx_tabular_hover_scroll_outer_holder .right_holder .each_tabdata_info_holder .each_tabdata_info_inner_holder {
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
    height: 100%;
}
.cx_tabular_hover_scroll_outer_holder .right_holder .each_tabdata_info_holder .each_tabdata_info_inner_holder .each_img_holder {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 92px;
    height: 92px;
    border-radius: 100%;
    background: #f5f5f5;
}
.testimonial_service_section {
    background: #F6F5F1;
    padding: 40px 0;
}
.testimonial_service_section .slider_container {
    margin-top: 40px;
}
.testimonial_service_section .slider_container .slider .slide {
    background: transparent;
    border: none;
    padding: 0;
}
.testimonial_service_section .slider_container .slider .slide .cx_img_holder {
    width: 100%;
    height: 100%;
}
.testimonial_service_section .slider_container .slider .slide .cx_img_holder img {
    /* width: 100%; */
    border-radius: 12px;
}
.testimonial_service_section .slider_container .slider .slide .client_sayings_holder {
    padding: 0 20px;
}
.testimonial_service_section .slider_container .slider .slide .client_sayings_holder .quotation_icon {
    font-size: 44px;
    font-weight: 600;
    color: #4D505D;
    margin-top: 10px;
    line-height: 35px;
}
.testimonial_service_section .slider_container .slider .slide .client_sayings_holder .name_desgn_holder .name_holder {
    color: #262832;
    margin-bottom: 3px;
}
.testimonial_service_section .slider_container .slider .slide .client_sayings_holder .name_desgn_holder .desgn_holder {
    color: #4D505D;
}
.testimonial_service_section .slider_container .cx_prev_next_btns_holder {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 17px;
    margin-top: 14px;
}
.testimonial_service_section .slider_container .cx_prev_next_btns_holder .prev_btn,
.testimonial_service_section .slider_container .cx_prev_next_btns_holder .next_btn {
    width: 42px;
    height: 42px;
    border-radius: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #FFCC00;
}
.testimonial_service_section .slider_container .cx_prev_next_btns_holder .prev_btn svg,
.testimonial_service_section .slider_container .cx_prev_next_btns_holder .next_btn svg {
    min-width: 32px;
}
.cx_contact_two_sides_holder {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.cx_contact_two_sides_holder .left_holder {
    width: calc(48% - 5px);
}
.cx_contact_two_sides_holder .right_holder {
    width: calc(52% - 5px);
}
.cx_contact_two_sides_holder .left_holder {
    position: relative;
    min-height: 674px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 35px;
}
.cx_contact_two_sides_holder .left_holder .bg_img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 10px;
}
.cx_contact_two_sides_holder .left_holder .cx_content_holder {
    max-width: 532px;
    margin: 0 auto;
}
.cx_contact_two_sides_holder .right_holder {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    background: #1F1F1F;
    border-radius: 10px;
    padding: 35px;
}
.cx_contact_two_sides_holder .right_holder .contact_form_holder {
    max-width: 80%;
    width: 100%;
}
.cx_contact_two_sides_holder .right_holder .contact_form_holder .each_input_holder {
    margin-bottom: 30px;
}
.cx_contact_two_sides_holder .right_holder .contact_form_holder .each_input_holder input,
.cx_contact_two_sides_holder .right_holder .contact_form_holder .each_input_holder select,
.cx_contact_two_sides_holder .right_holder .contact_form_holder .each_input_holder textarea {
    width: 100%;
    background: transparent;
    padding: 10px;
    outline: none;
    color: #fff;
    border: 1px solid #555555;
    border-width: 0 0 1px;
    /* border-image: linear-gradient(90deg, #01FFC7, #0076F7);
    border-image-slice: 1; */
}
.cx_contact_two_sides_holder .right_holder .contact_form_holder .each_input_holder select {
    color: #fff;
    background: #1F1F1F;
    min-height: 45px;
}
.cx_contact_two_sides_holder .right_holder .contact_form_holder .each_input_holder > .iti {
    width: 100%;
}
@supports (-webkit-touch-callout: none) {
    .cx_contact_two_sides_holder .right_holder .contact_form_holder .each_input_holder select {
      height: 45px;
      appearance: none;
      background-color: #1F1F1F;
    }
}
.cx_contact_two_sides_holder .right_holder .contact_form_holder .each_input_holder select:valid {
    color: #717171;
}
.cx_contact_two_sides_holder .right_holder .contact_form_holder .each_input_holder input::placeholder,
.cx_contact_two_sides_holder .right_holder .contact_form_holder .each_input_holder select::placeholder,
.cx_contact_two_sides_holder .right_holder .contact_form_holder .each_input_holder textarea::placeholder {
    color: #fff;
    transition: color 0.3s ease;
}
.cx_contact_two_sides_holder .right_holder .contact_form_holder .each_input_holder input:focus::placeholder,
.cx_contact_two_sides_holder .right_holder .contact_form_holder .each_input_holder select:focus::placeholder,
.cx_contact_two_sides_holder .right_holder .contact_form_holder .each_input_holder textarea:focus::placeholder {
    color: #717171;
}
.cx_contact_two_sides_holder .right_holder .contact_form_holder .each_input_holder input:focus,
.cx_contact_two_sides_holder .right_holder .contact_form_holder .each_input_holder select:focus,
.cx_contact_two_sides_holder .right_holder .contact_form_holder .each_input_holder textarea:focus {
    border: 1px solid transparent;
    border-width: 0 0 1px;
    border-image: linear-gradient(90deg, #01FFC7, #0076F7);
    border-image-slice: 1;
    box-shadow: none;
}
.cx_contact_two_sides_holder .right_holder .contact_form_holder .gradient_btn_holder {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    font-size: 16px;
    font-weight: 600;
    background: linear-gradient(90deg, #01FFC7 0%, #0076F7 100%);
    color: #262832;
    border: 1px solid #01FFC7;
    border-radius: 37px;
    padding: 13px 16px;
    margin-top: 40px;
    cursor: pointer;
}
.blue_dotted_heading {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    color: #33B1E0;
    margin-left: 8px;
}
.blue_dotted_heading::before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #33B1E0;
    display: inline-block;
}
.passion_outer_holder .passion_list {
    display: flex;
    flex-direction: column;
    gap: 35px;
}
.passion_outer_holder .passion_list .each_passion_link {
    font-size: 35px;
    color: #4D505D;
}
.passion_outer_holder .passion_list .each_passion_link.active {
    font-weight: 700;
    background: linear-gradient(90deg, #01FFC7 0%, #0076F7 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.passion_outer_holder .passion_content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}
.passion_outer_holder .passion_content .each_passion_content {
    display: none;
    animation: fadeInPassion 0.3s ease-in-out;
}
.passion_outer_holder .passion_content .each_passion_content.active {
    display: block;
}
.passion_outer_holder .passion_content .each_passion_content .each_passion_link {
    display: none;
}
.passion_outer_holder .passion_content img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
@keyframes fadeInPassion {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}
.even_reversal_flex_holder,
.odd_reversal_flex_holder {
    display: flex;
    flex-direction: column;
    gap: 70px;
}
.even_reversal_flex_holder .each_info_content_holder,
.odd_reversal_flex_holder .each_info_content_holder {
    display: flex;
    gap: 47px;
}
.even_reversal_flex_holder .each_info_content_holder:nth-child(even),
.odd_reversal_flex_holder .each_info_content_holder:nth-child(odd) {
    flex-direction: row-reverse;
}
.even_reversal_flex_holder .each_info_content_holder .left_holder,
.odd_reversal_flex_holder .each_info_content_holder .left_holder {
    width: calc(40% - 8px);
}
.odd_reversal_flex_holder .each_info_content_holder .left_holder.text_content_holder {
    background-image: url('../images/strip-gradient-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 70px;
}
.even_reversal_flex_holder .each_info_content_holder .left_holder img,
.odd_reversal_flex_holder .each_info_content_holder .left_holder img {
    width: 100%;
    height: auto;
    object-fit: cover;
    /* max-width: 660px; */
}
.even_reversal_flex_holder .each_info_content_holder .right_holder,
.odd_reversal_flex_holder .each_info_content_holder .right_holder {
    width: calc(60% - 47px);
}
.even_reversal_flex_holder .each_info_content_holder:nth-child(even) .right_holder,
.odd_reversal_flex_holder .each_info_content_holder:nth-child(odd) .right_holder {
    padding-right: auto;
    padding-left: 10%;
}
.even_reversal_flex_holder .each_info_content_holder:nth-child(odd) .right_holder,
.odd_reversal_flex_holder .each_info_content_holder:nth-child(even) .right_holder {
    padding-right: 10%;
    padding-left: auto;
}
.even_reversal_flex_holder .each_info_content_holder .left_holder.d-flex.gap-2 img,
.odd_reversal_flex_holder .each_info_content_holder .left_holder.d-flex.gap-2 img {
    width: calc(50% - 16px);
}
.slider_container .slider_controls_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 17px;
    margin-top: 40px;
}
.slider_container .slider_controls_wrapper .slider_dots {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.slider_container .slider_controls_wrapper .slider_dots .dot {
    width: 7px;
    height: 7px;
    background: #D9D9D9;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s;
}
.slider_container .slider_controls_wrapper .slider_dots .dot.active {
    width: 16px;
    height: 3px;
    background: linear-gradient(90deg, #01ffc7 0%, #0076f7 100%);
    border-radius: 999px;
}
.slider_container .slider_controls_wrapper .cx_prev_next_btns_holder {
    display: inline-flex;
    gap: 17px;
    margin-top: 0;
}
.slider_container .slider_controls_wrapper .cx_prev_next_btns_holder button {
    border: none;
}
.slider_container .slider_controls_wrapper .cx_prev_next_btns_holder button[disabled] {
    cursor: not-allowed;
}
.slider_container .slider_controls_wrapper .cx_prev_next_btns_holder button[disabled] svg path {
    stroke: #b7b7b7;
}
.top_tabs_outer_holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 40px 0;
}
.top_tabs_outer_holder .heading_holder {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #202428;
    margin-bottom: 0;
}
.top_tabs_outer_holder .tabs_holder {
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}
.top_tabs_outer_holder .tabs_holder .each_tab_holder_btn {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    padding: 5px 10px;
    border-radius: 10px;
    cursor: pointer;
}
.top_tabs_outer_holder .tabs_holder .each_tab_holder_btn.active {
    background: linear-gradient(90deg, #01FFC7 0%, #0076F7 100%);
    color: #fff;
}
.portal_carousel_holder .slider .slide,
.gradient_bordered_card_holder {
    background: linear-gradient(90deg, #01FFC7 0%, #0076F7 100%);
    border: none;
    border-radius: 10px;
    padding: 1px;
}
.portal_carousel_holder .slider .slide {
    background: none;
}
.portal_carousel_holder.aug_services_outer_holder .each_aug_service_holder::after {
    content: none;
}
.portal_carousel_holder .slider .slide .slide_card_holder,
.gradient_bordered_card_holder .inner_card_holder {
    background: #fff;
    border-radius: 10px;
    padding: 16px;
}
.leadership_outer_holder .gradient_bordered_card_holder {
    max-width: 390px;
}
.portal_carousel_holder .slider .slide .slide_card_holder .top_holder img,
.gradient_bordered_card_holder .inner_card_holder .top_holder {
    border-radius: 10px;
    margin-bottom: 16px;
}
.portal_carousel_holder .slider {
    counter-reset: my-counter;
    padding-left: 0;
}
.portal_carousel_holder .slider .slide {
    counter-increment: my-counter; /* increment for each li */
}
.portal_carousel_holder .slider .slide .slide_card_holder .middle_holder .carousel_heading {
    font-weight: 600;
    color: #262832;
    margin-bottom: 10px;
}
.portal_carousel_holder .slider .slide .slide_card_holder .middle_holder .carousel_heading {
    position: relative;
    padding-left: 40px;
}  
.portal_carousel_holder .slider .slide .slide_card_holder .middle_holder .carousel_heading::before {
    content: counter(my-counter, decimal-leading-zero) " "; 
    /* decimal-leading-zero gives 01, 02, 03 … 10, 11 etc. */
    position: absolute;
    left: 0;
    font-weight: bold;
    display: inline-block;
    background: linear-gradient(90deg, #01FFC7 0%, #0076F7 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.portal_carousel_holder .slider .slide .slide_card_holder .middle_holder .carousel_content {
    margin-bottom: 10px;
}
.portal_carousel_holder .slider .slide .slide_card_holder .bottom_holder {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.portal_carousel_holder .slider .slide .slide_card_holder .bottom_holder .each_info_holder {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #4D505D;
    margin-bottom: 0;
}
.portal_carousel_holder .slider .slide .slide_card_holder .bottom_holder .each_info_holder:not(:first-child)::before {
    content: '';
    width: 5px;
    height: 5px;
    background: #7F7F7F;
    border-radius: 100%;
    display: inline-flex;
}
.star_lists_holder li::before {
    content: url('../images/star-vector-icon.svg');
    position: absolute;
    left: 0px;
    top: 8px;
}
.star_lists_holder li {
    list-style-type: none;
    position: relative;
    padding-left: 20px;
}
.gradient_bordered_card_holder .inner_card_holder .top_holder {
    background: #ccc;
    border-radius: 10px;
}
.gradient_bordered_card_holder .inner_card_holder .top_holder img {
    width: 100%;
    height: 230px;
    object-fit: contain;
}
.leadership_outer_holder .gradient_bordered_card_holder .inner_card_holder .top_holder img { 
    object-fit: cover;
    border-radius: 10px;
}
.gradient_bordered_card_holder .inner_card_holder .middle_holder {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}
.gradient_bordered_card_holder .inner_card_holder .middle_holder .name_holder {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #262832;
}
.gradient_bordered_card_holder .inner_card_holder .bottom_holder {
    min-height: 50px;
}
.gradient_table_outer_holder {
    background: linear-gradient(135deg, rgba(1, 239, 199, 0.23), rgba(0, 151, 236, 0.23));
    border-radius: 6px;
    padding: 7px 12px;
}
.gradient_table_outer_holder,
.stripped_yellow_table_outer_holder {
    overflow: auto;
}
.gradient_table_outer_holder table,
.stripped_yellow_table_outer_holder table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 10px;
}
.gradient_table_outer_holder table thead tr th:nth-child(1),
.stripped_yellow_table_outer_holder table thead tr th:nth-child(1) {
    min-width: 280px;
}
.gradient_table_outer_holder table thead tr th:nth-child(2),
.stripped_yellow_table_outer_holder table thead tr th:nth-child(2) {
    min-width: 360px;
}
.gradient_table_outer_holder table thead tr th:nth-child(3),
.stripped_yellow_table_outer_holder table thead tr th:nth-child(3) {
    min-width: 460px;
}
.gradient_table_outer_holder table thead tr th {
    background: rgba(255, 255, 255, 0.07);
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    padding: 10px;
}
.gradient_table_outer_holder table thead tr th:nth-child(1),
.gradient_table_outer_holder table tbody tr td:nth-child(1) {
    border-radius: 7px 0 0 7px;
}
.gradient_table_outer_holder table thead tr th:last-child,
.gradient_table_outer_holder table tbody tr td:last-child {
    border-radius: 0 7px 7px 0;
}
.gradient_table_outer_holder table tbody tr td {
    font-size: 18px;
    color: #fff;
    padding: 10px;
}
.gradient_table_outer_holder table tbody tr:nth-child(even) td {
    background: rgb(0, 0, 0, 0.13);
}
.cx_three_cards_flex_holder.aug_services_outer_holder .each_content_holder::after {
    content: none;
}
.cx_three_cards_flex_holder.aug_services_outer_holder .each_content_holder:not(:last-child) {
    border-right: 1px solid #0076F7;
}
.stripped_yellow_table_outer_holder table thead tr {
    background: linear-gradient(90deg, rgba(1, 255, 199, 0.3) 0%, rgba(0, 118, 247, 0.3) 100%);
}
.stripped_yellow_table_outer_holder table thead tr th {
    color: #262832;
    padding: 10px;
}
.stripped_yellow_table_outer_holder table tbody tr td {
    color: #4D505D;
    padding: 10px;
}
.stripped_yellow_table_outer_holder table tbody tr:nth-child(even) td {
    background: rgba(255, 204, 0, 0.15);
}
.border_btm {
    border-bottom: 1px solid #D6D6D6;
}
.strip_two_layers_bg_holder {
    background-image: url('../images/strip-layer-bg-1.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-blend-mode: lighten; */
}
.arrow_lists_holder {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.arrow_lists_holder li {
    width: calc(50% - 10px);
    list-style-type: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    position: relative;
    padding: 0 8px 0 16px;
}
.arrow_lists_holder li::before {
    content: '→';
    display: inline-block;
    position: absolute;
    left: 0;
    top: -4px;
}
.dynamic_grid_card_holder {
    display: grid;
    gap: 0;
    grid-auto-flow: row;
    /* grid-template-columns: repeat(3, 1fr); */
    grid-template-columns: repeat(6, minmax(0, 1fr));
    position: relative;
}
.dynamic_grid_card_holder > div {
    width: 100% !important;
    grid-column: span 3;
    border: 1px solid transparent;
    border-width: 0 0 1px;
    border-image: linear-gradient(90deg, #01FFC7, #0076F7);
    border-image-slice: 1;
}
.six_grid_card_holder > div,
.dynamic_grid_card_holder:has(> :nth-child(5):last-child) > :nth-child(-n+3) {
    grid-column: span 2;   /* 2/6 each = 1/3 */
}
.dynamic_grid_card_holder::before {
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}




/********* Responsive css **********/
/********* Responsive css **********/
/********* Responsive css **********/
@media (min-width: 2000px) {
    .hero_banner_area,
    .cx_main_section_holder,
    footer .cx_outer_top_holder,
    footer .cx_outer_middle_holder {
        max-width: 1320px;
        padding: 75px 30px;
        margin: 0 auto;
    }
}
@media (min-width: 1200px) {
    .masonry_grid {
        grid-template-columns: repeat(5, 1fr);
    }
}
@media (max-width: 1400px) {
    .pie_steps_carousel_section .left_section,
    .pie_steps_carousel_section .right_section {
        width: 100%;
    }
    .pie_steps_carousel_section .left_section {
        order: 2;
        border-right: none;
    }
    .pie_steps_carousel_section .right_section {
        order: 1;
        padding: 0;
    }
    .pie_steps_carousel_section .right_section .rings_stack {
        max-height: 305px;
    }
}
@media (max-width: 1366px) {
    .cx_code_grid_container.three_grid_holder,
    .cx_code_grid_container.four_grid_holder {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
}
@media (max-width: 1200px) {
    header .header_nav_holder ul.cx_menu_lists_holder {
        width: calc(100% - 150px);
    }
    header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu.show {
        top: 72px;
    }
    /* header .header_nav_holder ul.cx_menu_lists_holder li.nav-item-last {
        margin-left: 0;
    }

    header .header_nav_holder ul.cx_menu_lists_holder li.nav-item-last a {
        padding: 8px 12px !important;
    } */
    header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .dropdown_all_items_container .left_panel .content_holder {
        font-size: 12px;
    }
    .cx_testimonial_section .custom_sliders {
        margin-top: 0;
    }
    .banner_subbanner_image_holder .sub_hero_banner_area .cx_image_block img {
        position: static;
    }
    .banner_subbanner_image_holder + .all_cards_info_holder .cards_outer_holder {
        max-width: 100%;
        min-height: auto;
        justify-content: center;
    }
    .cx_process_cards_holder .cx_card_holder .cx_inner_content .cx_content_container {
        height: 165px;
    }
    .fullstack_engg_services_bg_section .cx_heading_section_holder {
        top: 69px;
    }
}
@media (max-width: 1100px) {
    header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu.show {
        top: 68px;
    }
}
@media (max-width: 1024px) {
    header .header_nav_holder .cx_logo_holder {
        width: 150px;
    }
    header .header_nav_holder .cx_hamburg_btn {
        display: inline-flex;
        transform: translateY(0);
        height: 100%;
        align-self: center;
    }
    header .header_nav_holder .cx_menu_lists_holder.active + .cx_delete_btn {
        width: 35px;
        transform: translateY(0);
        transition: transform 0.5s ease-in-out;
    }
    header .header_nav_holder .cx_delete_btn {
        position: absolute;
        right: 20px;
        top: 10px;
        margin-right: 0;
        z-index: 100;
    }
    header .header_nav_holder ul.cx_menu_lists_holder {
        position: fixed;
        top: -10px;
        /* left: -20.5%; */
        display: block;
        width: 100dvw;
        height: 100dvh;
        background: #000;
        padding: 20px;
        padding-top: 50px;
        overflow: auto;
        transform: translateX(-100%);
        transition: all 0.5s ease-in-out;
        z-index: 1;
    }
    header .header_nav_holder ul.cx_menu_lists_holder li.nav-item {
        height: auto;
        display: block;
        padding: 12px;
    }
    header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.nav-item-last {
        height: auto;
        display: inline-block;
        margin-left: 20px;
        margin-top: 30px;
        padding: 2px;
    }
    header .header_nav_holder ul.cx_menu_lists_holder .nav-link.cstm_anchor_holder {
        padding: 10px;
    }
    header .header_nav_holder ul.cx_menu_lists_holder .nav-item.dropdown.active .nav-link.cstm_anchor_holder::before {
        content: none;
    }
    /* header .header_nav_holder ul.cx_menu_lists_holder li a.nav-link:not(:last-child) {
        border-bottom: 1px solid #E6E6E6;
    } */
    /* header .header_nav_holder ul.cx_menu_lists_holder li.nav-item-last a {
        display: inline-block;
        margin-top: 30px;
    } */
    header .header_nav_holder ul.cx_menu_lists_holder.active {
        padding-top: 60px;
        transform: translateX(0%);
        transition: all 0.5s ease-in-out;
    }
    header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown ul.dropdown-menu {
        width: 100%;
        position: static;
        left: auto;
        top: auto;
        z-index: 0;
    }
    header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu.show {
        position: static;
        left: auto;
        top: auto;
        transform: none;
        min-height: auto;
        max-height: initial;
        margin-top: 10px;
        border: none;
        border-radius: 0;
    }
    header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .dropdown_all_items_container {
        border-radius: 0;
    }
    header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .dropdown_all_items_container .middle_panel, header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .dropdown_all_items_container .middle_right_mixed_panel {
        padding: 10px;
        gap: 10px;
    }
    header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .dropdown_all_items_container .middle_panel .menu_item.active, header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .dropdown_all_items_container .middle_right_mixed_panel .menu_item:hover {
        background: transparent;
        font-weight: 400;
    }
    header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown a.cstm_anchor_holder {
        position: relative;
    }
    header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown a.cstm_anchor_holder::after {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%) rotate(-45deg) !important;
    }
    header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .cx_right_menu_holder {
        padding: 20px;
    }
    header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .cx_right_menu_holder ul {
        padding: 0 10px;
    }
    header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .cx_right_menu_holder ul:not(:last-child) {
        border-right: none;
    }
    header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .cx_right_menu_holder ul li:not(:last-child),
    header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .cx_right_menu_holder ul li {
        padding-bottom: 20px;
    }
    header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .dropdown_all_items_container .left_panel,
    header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .dropdown_all_items_container .right_panel.only_info_right_panel {
        display: none;
    }
    .hero_banner_area .cx_heading_1 {
        font-size: 36px;
    }
    .cx_testimonial_section .custom_sliders .custom_slider_container .custom_slider .custom_slide .cx_client_feedback {
        font-size: 18px;
    }
    .cx_grid_border_cards_holder .cx_each_card_holder {
        /* grid-template-columns: repeat(3, 1fr); */
        width: 33.33%;
    }
    .cx_grid_border_cards_holder.three_grid_holder .cx_each_card_holder {
        /* grid-template-columns: repeat(2, 1fr); */
        width: 50%;
    }
    .cx_four_card_holder .cx_each_card_holder {
        width: calc(50% - 7px);
    }
    .slider_container .slider .slide {
        /* flex: 0 0 calc(100% / 3); */
        /* Show 3 slides per frame on medium screens */
    }
    .one_slider_container .slider .slide {
        flex: 0 0 calc(100% / 1);
    }
    .cx_steps_holder .cx_each_outer_step_holder .cx_each_inner_step_holder .cx_title_holder {
        font-size: 14px;
    }
    .cx_colored_cards_holder .cx_each_colored_card_holder {
        width: calc(50% - 24px);
    }
    .cx_colored_cards_holder .cx_each_colored_card_holder .cx_middle_body_holder {
        transform: scale(1.04);
    }
    .banner_subbanner_image_holder .sub_hero_banner_area .cx_content_block {
        max-width: 100%;
    }
    .steps_initial_holder .each_step_holder .business_cards_outer_holder {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
    .steps_initial_holder .each_step_holder .flexbox_holder {
        gap: 30px;
    }
    .steps_initial_holder .each_step_holder .flexbox_holder .heading_holder {
        max-width: 100%;
    }
    .steps_initial_holder .each_step_holder .flexbox_holder .content_holder,
    header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .dropdown_all_items_container .middle_panel, header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .dropdown_all_items_container .middle_right_mixed_panel,
    footer .cx_outer_top_holder .cx_row_holder .left_holder,
    footer .cx_outer_top_holder .cx_row_holder .right_holder,
    .aug_six_services_holder .left_holder, 
    .aug_six_services_holder .middle_holder, 
    .aug_six_services_holder .right_holder,
    .dark_bg_section .cx_img_holder .tab_content img,
    .even_reversal_flex_holder .each_info_content_holder .left_holder,
    .even_reversal_flex_holder .each_info_content_holder .right_holder,
    .odd_reversal_flex_holder .each_info_content_holder .left_holder,
    .odd_reversal_flex_holder .each_info_content_holder .right_holder,
    .white_bg_section .cx_img_holder .tab_content img, 
    .dark_bg_section .cx_img_holder .tab_content img,
    .cx_contact_two_sides_holder .left_holder, 
    .cx_contact_two_sides_holder .right_holder {
        width: 100%;
    }
    .even_reversal_flex_holder .each_info_content_holder,
    .odd_reversal_flex_holder .each_info_content_holder {
        flex-wrap: wrap;
    }
    .even_reversal_flex_holder .each_info_content_holder .left_holder,
    .even_reversal_flex_holder .each_info_content_holder .right_holder,
    .odd_reversal_flex_holder .each_info_content_holder .left_holder,
    .odd_reversal_flex_holder .each_info_content_holder .right_holder {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .dropdown_all_items_container .middle_panel .menu_item, header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .dropdown_all_items_container .middle_right_mixed_panel .menu_item {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    header .header_nav_holder ul.cx_menu_lists_holder .nav-item.dropdown .nav-link.cstm_anchor_holder::after {
        width: 8px;
        height: 8px;
    }
    header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .dropdown_all_items_container .middle_panel .menu_item .arrow,
    header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .dropdown_all_items_container .middle_right_mixed_panel .menu_item .arrow {
        display: inline-block;
        font-size: 24px;
        line-height: 0;
        margin-top: -4px;
    }
    header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu.show.show_mobile_menu_items_panel {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 1;
        width: 100dvw;
        height: 100dvh;
        border: none;
        border-radius: 0;
    }
    header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .dropdown_all_items_container .right_panel.more_menu_right_panel {
        position: fixed;
        left: 0;
        top: 0;
        width: 100dvw;
        height: 100dvh;
        display: none;
    }
    header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu.show.show_mobile_menu_items_panel .dropdown_all_items_container .right_panel.more_menu_right_panel {
        display: block;
        z-index: 1;
        padding: 30px;
    }
    header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu.show.show_mobile_menu_items_panel .dropdown_all_items_container .right_panel.more_menu_right_panel .back_right_btn {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        padding: 0 12px;
    }
    header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu.show.show_mobile_menu_items_panel .dropdown_all_items_container .right_panel.more_menu_right_panel .back_right_btn .icon_holder {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        min-width: 40px;
        min-height: 40px;
        width: 40px;
        height: 40px;
        background: linear-gradient(90deg, #01E3D2, #0187F2);
        border-radius: 100%;
    }
    header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu.show.show_mobile_menu_items_panel .dropdown_all_items_container .right_panel.more_menu_right_panel .back_right_btn .icon_holder svg {
        width: 18px;
    }
    header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu.show.show_mobile_menu_items_panel .dropdown_all_items_container .right_panel.more_menu_right_panel .back_right_btn .dynamic_heading_holder {
        margin-bottom: 0;
    }
    header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu.show.show_mobile_menu_items_panel .dropdown_all_items_container .right_panel .submenu_group {
        width: calc(100% - 50px);
        left: 30px;
        top: 100px;
        padding-bottom: 40px;
    }
    header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .dropdown_all_items_container .right_panel .submenu_group .submenu_item .arrow {
        display: none;
    }
    .cx_three_cards_flex_holder > div,
    .cx_four_cards_flex_holder > div {
        width: calc(50% - 18px);
    }
    .sub_hero_banner_area.sub_inner_hero_banner_holder .cx_heading_2 {
        font-size: 60px;
    }
    .sub_hero_banner_area.sub_inner_hero_banner_holder .cx_heading_2 .font_48,
    .cx_heading_section_holder .gradient_heading_holder, 
    .cx_heading_section_holder .gradient_heading_txt, 
    .cx_heading_two_side_holder .cx_heading_container .top_heading_holder, 
    .cx_heading_section_holder .top_heading_holder, 
    .cx_heading_two_side_holder .cx_heading_container .gradient_heading_txt {
        font-size: 36px;
    }
    .white_bg_section .cstm_vertical_tabs_holder .tab_buttons .each_tab_holder,
    .dark_bg_section .cstm_vertical_tabs_holder .tab_buttons .each_tab_holder {
        padding-left: 40px;
    }
    .banner_subbanner_image_holder + .all_cards_info_holder {
        margin-top: 0;
    }
    .banner_subbanner_image_holder + .all_cards_info_holder .cards_outer_holder .each_card_info {
        width: calc(50% - 15px);
    }
    footer .cx_outer_middle_holder .cx_secondbottommost_holder {
        justify-content: center;
    }
    footer .cx_outer_top_holder .cx_row_holder .left_holder {
        gap: 20px;
    }
    footer .cx_outer_top_holder .cx_row_holder .left_holder .heading_holder .h4_heading {
        font-size: 50px;
    }
    .aug_six_services_holder .middle_holder {
        order: 1;
        text-align: center;
    }
    .aug_six_services_holder .middle_holder img {
        width: auto !important;
    }
    .aug_six_services_holder .left_holder {
        order: 2;
    }
    .aug_six_services_holder .right_holder {
        order: 3;
    }
    .cx_contact_two_sides_holder .left_holder {
        min-height: auto;
    }
    .cx_contact_two_sides_holder .left_holder .cx_content_holder,
    .cx_contact_two_sides_holder .right_holder .contact_form_holder {
        max-width: 720px;
        margin: 0 auto;
    }
}
@media (max-width: 991px) {
    .navbar-collapse.collapse:not(.show) {
        display: block;
    }
    .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        background: #212529;
        width: 215px;
        height: 100%;
        z-index: 9999;
        padding: 25px;
        transform: translateX(-215px);
        transition: 0.5s ease-in-out;
        display: block;
    }
    .navbar-collapse.show {
        transform: translateX(0px);
    }
    .nav-overlay {
        position: absolute;
        background: #0000007d;
        width: 100dvw;
        height: 100dvh;
        top: 0;
        left: 0;
        z-index: 2;
        transform: translateX(-100vw);
        transition: 0.5s ease-in-out;
        display: block;
    }
    .nav-overlay.active {
        transform: translateX(0);
    }
    /* Multilabel dropdown */
    .dropdown-menu .dropdown-submenu .dropdown-menu {
        position: static;
        display: none;
        margin-left: 0;
    }
    .dropdown-menu .dropdown-submenu:hover>.dropdown-menu {
        display: block;
    }
    .cx_heading_1,
    .pie_steps_carousel_section .left_section .step_title,
    .hero_banner_area .cx_heading_3,
    .cx_heading_section_holder.medium_36_heading_holder .top_heading_holder,
    .cx_heading_section_holder.medium_36_heading_holder .top_heading_holder .gradient_heading_txt {
        font-size: 24px;
    }
    .cx_program_service_slider_container .cx_heading_holder,
    .cx_heading_2 {
        font-size: 22px;
    }
    .heading_text_holder.content_para_24,
    .pie_steps_carousel_section .left_section .step_description {
        font-size: 20px;
    }
    .cx_heading_4,
    .cx_default_para_20,
    .content_para_22,
    .content_para_24 {
        font-size: 16px;
    }
    body,
    .cx_default_para_18,
    .cx_heading_5,
    .cx_main_section_holder .cx_content_holder .cx_lists_holder li strong,
    .cx_btn,
    .cx_anchor_holder,
    .cx_faq_section .accordion .accordion-item .accordion-header .accordion-button {
        font-size: 16px !important;
    }
    .dark_bg_section .cstm_vertical_tabs_holder .tab_buttons .each_tab_holder .cx_heading_5 {
        font-size: 20px !important;
    }
    /* header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .cx_left_menu_holder {
        display: none;
    }
    header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .cx_right_menu_holder {
        width: 100%;
    } */
    .hero_banner_area .cx_content_block {
        max-width: 100%;
    }
    .sub_hero_banner_area.sub_inner_hero_banner_holder .cx_heading_2,
    .hero_banner_area .cx_heading_2 {
        font-size: 36px;
    }
    .sub_hero_banner_area.sub_inner_hero_banner_holder .cx_heading_2 .font_48,
    .steps_initial_holder .each_step_holder .flexbox_holder .heading_holder,
    .steps_initial_holder .each_step_holder .cta_btn_holder .left_holder .heading,
    .steps_initial_holder .each_step_holder .cta_btn_holder .left_holder {
        font-size: 24px;
    }
    .steps_initial_holder .each_step_holder .flexbox_holder .heading_holder::before {
        width: 35px;
        height: 35px;
    }
    .yearly_slider_section .slider_container .content_holder .content .cx_right_holder .cx_heading_3 {
        font-size: 28px;
    }
    .hero_banner_area .cx_heading_4,
    .steps_initial_holder .each_step_holder .cta_btn_holder .right_holder .cta_btn,
    .gradient_table_outer_holder table thead tr th {
        font-size: 20px;
    }
    .steps_initial_holder .each_step_holder .cta_btn_holder .right_holder .cta_btn {
        padding: 12px 32px;
    }
    .hero_banner_area .cx_btn,
    .testimonial_client_holder .right_holder .quotaion_outer_holder .quotaion_holder .sayings_holder {
        font-size: 18px;
    }
    .cx_btn {
        padding: 6px 12px;
    }
    .cx_grid_border_cards_holder .cx_each_card_holder {
        /* grid-template-columns: repeat(2, 1fr); */
        width: 50%;
    }
    .post_section_holder .cx_two_cards_holder,
    .even_reversal_flex_holder,
    .odd_reversal_flex_holder {
        gap: 20px;
    }
    .cx_two_cards_holder > div,
    .testimonial_client_holder .right_holder,
    .post_section_holder .cx_two_cards_holder > div,
    .fullstack_engg_services_bg_section .cx_services_content_holder .each_service_holder .left_holder,
    .fullstack_engg_services_bg_section .cx_services_content_holder .each_service_holder .right_holder,
    .case_study_container .case_holder,
    .hero_banner_area .banner_extra_info_outer_holder .each_info_holder {
        width: 100%;
    }
    .fullstack_engg_services_bg_section .cx_services_content_holder .each_service_holder:nth-child(odd),
    .even_reversal_flex_holder .each_info_content_holder:nth-child(even),
    .odd_reversal_flex_holder .each_info_content_holder:nth-child(odd) {
        flex-direction: row;
    }
    .post_section_holder .cx_two_cards_holder .each_card_holder:nth-child(even) {
        margin-top: 0;
    }
    /* footer .cx_top_holder {
        gap: 20px;
        justify-content: center;
    }
    footer .cx_bottom_holder .cx_certifications_holder {
        justify-content: center;
    }
    footer .cx_bottom_holder .cx_contact_holder {
        display: block;
        text-align: center;
    }
    footer .cx_bottom_holder .cx_contact_holder > div {
        width: 100%;
        margin-bottom: 20px;
    }
    footer .cx_bottom_holder .cx_contact_holder .cx_lists_holder {
        align-items: center;
    } */
    .casestudy_filters_btns_holder {
        flex-wrap: wrap;
        padding: 0;
    }
    .casestudy_filters_btns_holder .cstm_filter_btn {
        font-size: 16px;
        padding: 20px;
    }
    .casestudy_filters_btns_holder .cstm_filter_btn:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid #ADAEB0;
    }
    .case_study_container.all_cases_holder .case_holder:nth-child(even) {
        margin-top: 0;
    }
    .case_study_container .case_holder .tag_identifier_holder {
        font-size: 16px;
    }
    .fullstack_engg_services_bg_section .cx_services_content_holder .each_service_holder .left_holder {
        text-align: center;
    }
    .cx_main_section_holder .row .cx_content_holder img,
    .testimonial_client_holder .left_holder {
        margin: 0 auto;
    }
    .steps_initial_holder .each_step_holder .cta_btn_holder {
        justify-content: center;
    }
    .steps_initial_holder .each_step_holder .cta_btn_holder .left_holder {
        max-width: 100%;
        text-align: center;
    }
    .sub_hero_banner_area.sub_inner_hero_banner_holder .cx_content_block {
        max-width: 400px;
    }
    .bottom_mark_holder::after {
        left: 0;
    }
    .cx_heading_section_holder .gradient_heading_holder, 
    .cx_heading_section_holder .gradient_heading_txt, 
    .cx_heading_two_side_holder .cx_heading_container .top_heading_holder, 
    .cx_heading_section_holder .top_heading_holder, 
    .cx_heading_two_side_holder .cx_heading_container .gradient_heading_txt {
        margin-bottom: 15px;
    }
    .cx_process_cards_holder,
    .cx_process_cards_holder .cx_card_holder .cx_inner_content {
        flex-wrap: wrap;
    }
    .cx_process_cards_holder .cx_card_holder,
    .cx_process_cards_holder .cx_card_holder.active {
        flex: auto;
    }
    .cx_process_cards_holder .cx_card_holder .cx_inner_content .cx_content_container,
    .cx_process_cards_holder .cx_card_holder.active .cx_inner_content .cx_content_container {
        width: 100%;
        height: auto;
    }
    .cx_process_cards_holder .cx_card_holder .cx_inner_content .cx_content_container,
    .cx_process_cards_holder .cx_card_holder.active .cx_inner_content .cx_content_container {
        opacity: 1;
        visibility: visible;
    }
    .cx_process_cards_holder .cx_card_holder:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid #D6D6D6;
    }
    .cx_tabular_hover_scroll_outer_holder .left_holder {
        /* width: 200px; */
        display: none;
    }
    .cx_tabular_hover_scroll_outer_holder .right_holder {
        /* width: calc(100% - 230px); */
        width: 100%;
        padding: 0;
        border-left: none;
    }
    /* .odd_reversal_flex_holder .each_info_content_holder .left_holder img {
        height: 350px;
        object-fit: cover;
    } */
    .passion_outer_holder .passion_content .each_passion_content {
        display: block;
        order: 2;
    }
    .passion_outer_holder .passion_content .main_img_block {
        order: 1;
        margin-bottom: 40px;
    }
    .passion_outer_holder .passion_content .each_passion_content .each_passion_link {
        display: inline-block;
        font-weight: 700;
        background: linear-gradient(90deg, #01FFC7 0%, #0076F7 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .cx_three_cards_flex_holder.aug_services_outer_holder .each_content_holder:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid #0076F7;
    }
    .white_bg_section .cstm_vertical_tabs_holder .tab_buttons .each_tab_holder .cx_heading_5 img.arrow_image, 
    .dark_bg_section .cstm_vertical_tabs_holder .tab_buttons .each_tab_holder .cx_heading_5 img.arrow_image {
        top: 0;
    }
    .gradient_table_outer_holder table thead tr th,
    .gradient_table_outer_holder table tbody tr td {
        white-space: nowrap;
    }
    .dynamic_grid_card_holder { grid-template-columns: 1fr; }
    .dynamic_grid_card_holder > * { grid-column: auto; }
    .dynamic_grid_card_holder > div { width: 100%; }
}
@media (max-width: 768px) {
    header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .dropdown_all_items_container .middle_right_mixed_panel ul .menu_item {
        width: 100%;
    }
    .cx_bordered_heading {
        display: inline-block;
        padding-bottom: 0;
    }
    .cx_bordered_heading::before {
        width: 60%;
        height: 3px;
    }
    .cx_expandable_box_holder {
        display: block;
    }
    .cx_expandable_box_holder .cx_each_box_holder .cx_heading_4.rotate_heading {
        display: none;
        width: auto;
        top: auto;
        bottom: 50px;
        transform: translateX(-50%) rotate(0deg);
    }
    .cx_expandable_box_holder .cx_each_box_holder .cx_full_details_holder {
        opacity: 1;
        transform: translateY(0);
    }
    .cx_expandable_box_holder .cx_each_box_holder .cx_full_details_holder .cx_anchor_holder {
        margin-top: 0;
    }
    .cx_awards_holder {
        flex-wrap: wrap;
        height: auto;
    }
    .cx_blue_bordered_vector_bg_holder::before, 
    .cx_blue_bordered_vector_bg_holder::after,
    .cx_awards_holder .cx_left_holder,
    .cx_awards_holder .cx_right_holder,
    .cx_three_cards_flex_holder > div,
    .cx_four_cards_flex_holder > div,
    .banner_subbanner_image_holder + .all_cards_info_holder .cards_outer_holder .each_card_info,
    .cx_tabular_hover_scroll_outer_holder .left_holder,
    .cx_tabular_hover_scroll_outer_holder .right_holder {
        width: 100%;
    }
    .cx_awards_holder .cx_left_holder .cx_award_img_holder {
        top: 0;
        justify-content: center;
        align-items: center;
        padding: 20px;
    }
    .hero_banner_area .cx_heading_1,
    .cx_awards_holder .cx_right_holder .cx_content_holder .cx_heading_2,
    .cx_heading_section_holder.medium_36_heading_holder .top_heading_holder,
    .cx_heading_section_holder.medium_36_heading_holder .top_heading_holder .gradient_heading_txt {
        font-size: 22px;
    }
    .cx_awards_holder .cx_right_holder .cx_content_holder .cx_default_para_18 {
        font-size: 18px;
    }
    .cx_testimonial_section .custom_sliders .custom_slider_container .custom_slider .custom_slide .cx_client_feedback {
        font-size: 14px;
    }
    .cx_awards_holder .cx_left_holder .cx_award_img_holder::after {
        content: none;
    }
    .cx_three_card_holder .cx_each_card_holder,
    .cx_four_card_holder .cx_each_card_holder,
    .cx_two_cards_holder.cx_sideways_holder .cx_blue_bordered_card .cx_left_holder,
    .cx_two_cards_holder.cx_sideways_holder .cx_blue_bordered_card .cx_right_holder {
        width: 100%;
    }
    .cx_two_cards_holder.cx_sideways_holder .cx_blue_bordered_card .cx_left_holder,
    .cx_two_cards_holder.cx_sideways_holder .cx_blue_bordered_card .cx_left_holder img {
        height: auto;
    }
    .cx_grid_border_cards_holder .cx_each_card_holder,
    .cx_grid_border_cards_holder.three_grid_holder .cx_each_card_holder {
        /* grid-template-columns: repeat(1, 1fr); */
        width: 100%;
    }
    .slider_container .slider .slide,
    .three_slider_container .slider .slide {
        flex: 0 0 calc((100% - 60px)/ 2);
        /* Show 2 slides per frame on small screens */
    }
    .one_slider_container .slider .slide {
        flex: 0 0 calc(100% / 1);
    }
    .cx_contact_section .cx_left_holder {
        border-right: none;
        padding: 12px;
    }
    .cx_contact_section .cx_right_holder {
        padding: 12px;
    }
    .cx_contact_section .cx_left_holder .cx_lists_holder {
        padding-left: 24px;
    }
    .cx_contact_section .cx_left_holder .cx_lists_holder li::before {
        width: 24px;
        height: 24px;
        font-size: 12px;
        left: -24px;
    }
    .cx_contact_section .cx_left_holder .cx_lists_holder li::after {
        left: -12px;
        top: 24px;
    }
    .cx_steps_holder {
        flex-wrap: wrap;
    }
    .cx_steps_holder .cx_each_outer_step_holder {
        width: 50%;
    }
    .cx_steps_holder .cx_each_outer_step_holder:first-child::before,
    .cx_steps_holder .cx_each_outer_step_holder:nth-child(even)::after {
        content: none;
    }
    .cx_steps_holder .cx_each_outer_step_holder {
        border: none !important;
        margin-bottom: 30px;
    }
    .cx_steps_holder .cx_each_outer_step_holder:nth-child(even) {
        top: 0;
    }
    .cx_steps_holder .cx_each_outer_step_holder:nth-child(odd) .cx_step_heading {
        bottom: auto;
        top: -18px;
        border-radius: 10px 10px 0 0;
    }
    .cx_advertise_holder {
        flex-wrap: wrap;
        justify-content: center;
    }
    .cx_advertise_holder .cx_right_holder {
        padding: 20px;
    }
    .cx_advertise_holder .cx_right_holder::before {
        content: none;
    }
    .cx_colored_cards_holder .cx_each_colored_card_holder {
        width: 100%;
    }
    .cx_colored_cards_holder .cx_each_colored_card_holder .cx_middle_body_holder {
        transform: scale(1);
    }
    .yearly_slider_section .slider_container .content_holder {
        height: 620px;
    }
    .yearly_slider_section .slider_container .content_holder .content .cx_content_wrapper {
        gap: 20px;
    }
    .yearly_slider_section .slider_container .content_holder .content .cx_left_holder,
    .yearly_slider_section .slider_container .content_holder .content .cx_right_holder {
        width: 100%;
    }
    .yearly_slider_section .slider_container .content_holder .content .cx_left_holder .year_title .ds_flex .digit_wrap .digit {
        font-size: 80px;
    }
    .yearly_slider_section .slider_container .content_holder .content .cx_left_holder {
        padding-top: 90px;
    }
    .yearly_slider_section .slider_container .content_holder .content .cx_left_holder img {
        height: 260px;
        object-fit: contain;
    }
    .cx_testimonial_section .cx_map_client_tabs_holder {
        display: none;
    }
    .banner_subbanner_image_holder .sub_hero_banner_area .cx_image_block {
        min-width: auto;
    }
    /* footer .cx_middle_holder {
        text-align: center;
    }
    footer .cx_middle_holder .row {
        gap: 30px;
    } */
    .cx_tabular_hover_scroll_outer_holder .left_holder {
        top: 70px;
        gap: 10px;
        padding: 30px 0;
        background: #fff;
    }
    .cx_tabular_hover_scroll_outer_holder .left_holder .w-100 {
        width: auto !important;
    }
    .cx_tabular_hover_scroll_outer_holder .right_holder {
        border: none;
        padding: 0;
    }
    .pie_steps_carousel_section .right_section {
        justify-content: flex-start;
    }
    .pie_steps_carousel_section .right_section .rings_stack {
        max-height: 350px;
    }
    .pie_steps_carousel_section .right_section .rings_stack .each_ring_holder .step_card {
        left: calc(100% + 60px) !important;
        right: auto !important;
        min-width: 300px;
    }
    .pie_steps_carousel_section .right_section .rings_stack .each_ring_holder .step_card::after {
        content: none;
    }
    .pie_steps_carousel_section .right_section .rings_stack .each_ring_holder:nth-child(2) {
        top: -35px;
    }
    .pie_steps_carousel_section .right_section .rings_stack .each_ring_holder:nth-child(3) {
        top: -70px;
    }
    .pie_steps_carousel_section .right_section .rings_stack .each_ring_holder:nth-child(4) {
        top: -105px;
    }
    .pie_steps_carousel_section .right_section .rings_stack .each_ring_holder:nth-child(5) {
        top: -140px;
    }
    .gradient_bordered_card_holder .inner_card_holder .bottom_holder {
        min-height: auto;
    }
    .cstm_vertical_tabs_holder > div:first-child {
        position: static;
    }
    .cstm_vertical_tabs_holder .tab_buttons .each_tab_holder.active .expand_content {
        min-height: auto;
    }
}
@media (max-width: 767px) {
    .cx_quotations_holder {
        gap: 16px;
    }
    .cstm_vertical_tabs_holder .cx_img_holder, .flex-row-reverse .cx_img_holder {
        display: none;
    }
    .card_tabs_section_holder {
        width: 100%;
        border-radius: 0;
        padding: 20px 0;
    }
}
@media (max-width: 600px) {
    /* header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .cx_right_menu_holder ul {
        width: 100%;
        height: auto;
    }

    header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .cx_right_menu_holder ul:not(:first-child) {
        padding-left: 10px;
    } */
    .yearly_slider_section .slider_container .content_holder {
        height: 590px;
    }
    .yearly_slider_section .slider_container .content_holder .content .cx_left_holder .year_title .ds_flex .digit_wrap .digit {
        font-size: 60px;
    }
    .yearly_slider_section .slider_container .content_holder .content .cx_right_holder .cx_heading_3 {
        font-size: 18px;
        line-height: 35px;
    }
    .cx_contact_map_section .map_container svg {
        display: none;
    }
    .cx_contact_map_section .content_box {
        display: block;
    }
    .cx_contact_map_section .content_box .cx_img_holder, 
    .cx_contact_map_section .content_box .cx_content_holder {
        width: 100%;
    }
    .cx_contact_map_section .country_tabs_holder li .cx_heading_4 {
        font-size: 12px;
    }
    footer .cx_outer_top_holder .cx_row_holder .left_holder {
        gap: 30px;
    }
    footer .cx_outer_top_holder .cx_row_holder .left_holder .heading_holder .h4_heading {
        line-height: 50px;
    }
    footer .cx_outer_top_holder .cx_row_holder .right_holder .cx_locations_holder .each_loc_holder {
        flex-wrap: wrap;
    }
    .pie_steps_carousel_section .right_section .rings_stack .each_ring_holder .step_card {
        left: calc(100% + 30px) !important;
        right: auto !important;
        min-width: calc(100dvw - 265px);
    }
    .arrow_lists_holder li {
        width: 100%;
    }
}
@media (max-width: 480px) {
    .top_heading_holder.d-sm-inline {
        display: inline !important;
    }
    .gradient_heading_holder.d-sm-inline-block {
        display: inline-block !important;
    }
    .sub_inner_hero_banner_holder .btn_area a, .cx_gradient_btn {
        padding: 12px;
    }
    .slider_container.three_slider_container .slider {
        gap: 0;
    }
    .slider_container .slider .slide {
        flex: 0 0 100%;
        /* Show 1 slide per frame on very small screens */
    }
    .cx_steps_holder {
        display: block;
    }
    .cx_steps_holder .cx_each_outer_step_holder {
        width: 100%;
    }
    .cx_steps_holder .cx_each_outer_step_holder .cx_each_inner_step_holder {
        height: auto;
    }
    .sub_hero_banner_area.sub_inner_hero_banner_holder {
        background-position: -540px 0;
    }
    .sub_hero_banner_area.sub_inner_hero_banner_holder .cx_heading_2, .hero_banner_area .cx_heading_2 {
        font-size: 30px;
    }
    .sub_hero_banner_area.sub_inner_hero_banner_holder .cx_heading_2 .font_48, 
    .cx_heading_section_holder .gradient_heading_holder, 
    .cx_heading_section_holder .gradient_heading_txt, 
    .cx_heading_two_side_holder .cx_heading_container .top_heading_holder, 
    .cx_heading_section_holder .top_heading_holder, 
    .cx_heading_two_side_holder .cx_heading_container .gradient_heading_txt {
        font-size: 24px;
    }
    .sub_hero_banner_area.sub_inner_hero_banner_holder .cx_heading_2 .font_48, 
    .steps_initial_holder .each_step_holder .flexbox_holder .heading_holder, 
    .steps_initial_holder .each_step_holder .cta_btn_holder .left_holder .heading, 
    .steps_initial_holder .each_step_holder .cta_btn_holder .left_holder,
    .cx_heading_section_holder.medium_heading_holder .top_heading_holder,
    .cx_heading_section_holder.medium_36_heading_holder .top_heading_holder,
    .cx_heading_section_holder.medium_36_heading_holder .top_heading_holder .gradient_heading_txt {
        font-size: 18px;
    }
    .hero_banner_area .btn_area a {
        font-size: 16px;
    }
    .sub_hero_banner_area.sub_inner_hero_banner_holder .cx_content_block {
        max-width: 250px;
    }
    .bottom_mark_holder::after {
        width: 100%;
    }
    footer .cx_outer_top_holder .cx_row_holder .left_holder .heading_holder .h4_heading {
        font-size: 40px;
        line-height: 40px;
    }
    .pie_steps_carousel_section .right_section .rings_stack .each_ring_holder,
    .pie_steps_carousel_section .right_section .rings_stack .each_ring_holder .ring_border_wrapper {
        width: 120px;
        height: 80px;
        min-height: 80px;
    }
    .pie_steps_carousel_section .right_section .rings_stack .each_ring_holder .step_card {
        min-width: calc(100dvw - 200px);
        font-size: 12px;
    }
    .pie_steps_carousel_section .right_section .rings_stack .each_ring_holder .ring_border_wrapper .ring_layer {
        width: calc(100% - 25px);
        height: calc(100% - 25px);
    }
    .pie_steps_carousel_section .right_section .rings_stack .each_ring_holder:nth-child(2) {
        top: -25px;
    }
    .pie_steps_carousel_section .right_section .rings_stack .each_ring_holder:nth-child(3) {
        top: -50px;
    }
    .pie_steps_carousel_section .right_section .rings_stack .each_ring_holder:nth-child(4) {
        top: -75px;
    }
    .pie_steps_carousel_section .right_section .rings_stack .each_ring_holder:nth-child(5) {
        top: -100px;
    }
}
@media (max-width: 360px) {
    .cx_contact_section .cx_left_holder .cx_lists_holder li::before {
        top: 20px;
        transform: none;
    }
    .pie_steps_carousel_section .right_section .rings_stack .each_ring_holder .step_card {
        left: calc(100% + 10px) !important;
        right: auto !important;
        min-width: calc(100dvw - 165px);
        font-size: 10px;
    }
    .pie_steps_carousel_section .right_section .rings_stack .each_ring_holder:nth-child(2) {
        top: -15px;
    }
    .pie_steps_carousel_section .right_section .rings_stack .each_ring_holder:nth-child(3) {
        top: -30px;
    }
    .pie_steps_carousel_section .right_section .rings_stack .each_ring_holder:nth-child(4) {
        top: -45px;
    }
    .pie_steps_carousel_section .right_section .rings_stack .each_ring_holder:nth-child(5) {
        top: -60px;
    }
    .cx_contact_two_sides_holder .right_holder .contact_form_holder .gradient_btn_holder {
        font-size: 12px;
        margin-top: 20px;
    }
}
@media (max-height: 600px) {
    header .header_nav_holder ul.cx_menu_lists_holder li.nav-item.dropdown .dropdown-menu .dropdown_all_items_container .left_panel img {
        height: 135px;
        object-fit: contain;
        object-position: left;
    }
}