/* start service banner section */

.continue_service_banner .inner_banner_data {
    max-width: 28.85vw;
}

@media screen and (max-width: 1199px) {
       .continue_service_banner .inner_banner_data {
        max-width: 485px;
    }
}


@media screen and (max-width: 767px) {
       .continue_service_banner .inner_banner_data {
        max-width: 100%;
    }
}

/* end service banner section */



/* what is csaas section start  */

.what_csaas_section{
    position: relative;
    width: 100%;
}

.what_csaas_section .what_csaas_wrap{
    padding-top: min(max(40px, 2.6042vw), 50px);
}

.what_csaas_section .common_title_main .slogan_title {
   text-transform: initial;
}

.what_csaas_section .what_csaas_inner{
  padding-top: min(max(30px, 2.6042vw), 50px);
}


.what_csaas_section .para_cnt > * {
    line-height: 1.37;
}

.what_csaas_inner .what_csaas_col {
    background: radial-gradient(50% 50% at 50% 50%, #FFF 0%, #EAECF2 100%);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.10);
    padding: min(max(35px, 3.90625vw), 75px) min(max(30px, 3.125vw), 60px);
    border-radius: 0.83333vw;
    -webkit-border-radius: 0.83333vw;
    -moz-border-radius: 0.83333vw;
    -ms-border-radius: 0.83333vw;
    -o-border-radius: 0.83333vw;
}

.what_csaas_inner .what_csaas_col .common_button {
    flex-direction: column;
    gap: min(max(10px, 0.83333vw), 16px);
    margin-top: min(max(20px, 2.1875vw), 42px);
}

.what_csaas_inner .what_csaas_col .fs-36 {
    max-width: 80%;
    margin: auto;
    text-align: center;
    color: var(--theme-dark-gray);
}

.what_csaas_inner .what_csaas_col .para_cnt {
    padding-top: min(max(10px, 0.83333vw), 16px);
    text-align: center;
    min-height: 5.98958vw;
}

.what_csaas_inner .what_csaas_col .common_button .primary_btn {
    justify-content: center;
    width:  min(max(100px, 17.96875vw), 345px);
    margin: auto;
    font-size:  min(max(14px, 1.25vw), 24px);
    padding:  min(max(10px, 1.04167vw), 20px)  min(max(16px, 1.35417vw), 26px);
    border-radius: 0.83333vw;
    -webkit-border-radius: 0.83333vw;
    -moz-border-radius: 0.83333vw;
    -ms-border-radius: 0.83333vw;
    -o-border-radius: 0.83333vw;
    cursor: default;
}

.what_csaas_inner .what_csaas_col .common_button .primary_btn.what_csaas_primary_btn {
    background: #066;
    cursor: default;
}

.what_csaas_row {
    width: 100%;
    position: relative;
    padding: 0px  min(max(50px, 5.20833vw), 100px);
    justify-content: space-between;
}

.what_csaas_row .what_csaas_col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap:  min(max(15px, 1.45833vw), 28px);
    width: calc((100% - 75px) / 3);
    position: relative;
}

.what_csaas_row .what_csaas_col::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    bottom: 0;
    width: 1px;
    height: 6.61458vw;
    opacity: 0.42;
    background: #000;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.what_csaas_row .what_csaas_col .what_csaas_heading_wrap {
    max-width: 85%;
    margin: auto;
    
}

.what_csaas_row .what_csaas_col .what_csaas_heading_wrap .fs-28{
   color: var(--theme-dark-gray);
}

.what_csaas_row .what_csaas_col:last-child::before {
    display: none;
}
.what_csaas_row .what_csaas_col .what_csaas_img {
    width:  min(max(45px, 3.54167vw), 68px);
}

.what_csaas_row .what_csaas_col .what_csaas_img img {
    width: 100%;
}




@media screen and (min-width: 1200px) {

.what_csaas_section .common_title_main .para_cnt {
    max-width: 90%;
    margin: auto;
}

}


@media screen and (max-width: 1199px) {

.what_csaas_inner .what_csaas_col .para_cnt {
    min-height: 8.98958vw;
}

.what_csaas_row{
    padding: 0;
}

.what_csaas_inner .what_csaas_col .common_button .primary_btn {
    width: 90%;
}

.what_csaas_row .what_csaas_col {
    width: calc((100% - 45px) / 3);
}

}


@media screen and (max-width: 991px) {

.what_csaas_inner_row{
    row-gap: 30px;
}

.what_csaas_section .what_csaas_inner + .para_cnt {
    padding-top: 30px;
}

}


@media screen and (max-width: 767px) {

    .what_csaas_inner .what_csaas_col .common_button .primary_btn {
        width: 100%;
    }

    .what_csaas_row {
        flex-wrap: wrap;
        row-gap: 15px;
    }

    .what_csaas_row .what_csaas_col{
        width: 100%;
    }

    .what_csaas_wrap {
        padding-top: 40px;
    }

.what_csaas_row .what_csaas_col::before {
    transform: translateY(-0%);
    -webkit-transform: translateY(-0%);
    -moz-transform: translateY(-0%);
    -ms-transform: translateY(-0%);
    -o-transform: translateY(-0%);
    height: 1px;
    width: 100px;
    top: initial;
    bottom: -25px;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: none;
}

.what_csaas_row .what_csaas_col{
    border: 1px solid var(--theme-medium-gray-color);
    background: var(--theme-ghost-white);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.10);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    padding: 30px 30px;
}

}


/* what is csaas section end */







/* Need system exploration section start  */
.system_exploration_section {
    position: relative;
    width: 100%;
}

.system_exploration_section::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: var(--theme-gradient-light-gray);
    z-index: -1;
}



.system_exploration_section .common_title_main .para_cnt span{
    color: var(--theme-body-color);
}

.system_exploration_section .common_title_main .para_cnt i{
    font-family: var(--theme-Inter-font-family);
}

.hyper_characteristics_inr {
    position: relative;
    width: 100%;
    max-width: 73.95833vw;
    margin: auto;
}

.hyper_characteristics_inr .hyper_characteristics_row .hyper_characteristics_col ul {
    padding: 0px;
    margin: 0;
}

.hyper_characteristics_inr .hyper_characteristics_row .hyper_characteristics_col ul li {
    list-style-type: none;
    padding: 0.5208vw 1.3021vw;
    background: var(--theme-white);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.10);
    margin-bottom: 1.3021vw;
    position: relative;
    border-radius: 0.72917vw;
    -webkit-border-radius: 0.72917vw;
    -moz-border-radius: 0.72917vw;
    -ms-border-radius: 0.72917vw;
    -o-border-radius: 0.72917vw;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.hyper_characteristics_inr .hyper_characteristics_row {
    justify-content: space-between;
    align-items: center;
}

.hyper_characteristics_inr .hyper_characteristics_row .hyper_characteristics_col {
    width: min(max(150px, 18.38542vw), 353px);
}

.hyper_characteristics_inr .hyper_characteristics_row .hyper_characteristics_col ul li .hyper_icon_num {
    background: var(--theme-red);
    width: 2.8646vw;
    height: 2.8646vw;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--theme-white);
    line-height: 1;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    font-family: var(--theme-Inter-font-family);
}

.hyper_characteristics_inr .hyper_characteristics_col ul li:hover .fs-24{
    font-family: var(--theme-Inter-font-family);
}

.hyper_characteristics_inr  .hyper_characteristics_col ul li .hyper_characteristics_item {
    justify-content: start;
    align-items: center;
    gap: min(max(10px, 1.04167vw), 20px);
}

.hyper_characteristics_center {
    width: min(max(150px, 15.05208vw), 289px);
    height: min(max(150px, 15.05208vw), 289px);
    border-radius: 100%;
    background: var(--theme-white);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.10);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: -1;
}


.hyper_characteristics_center .fs-24 {
    text-align: center;
    padding: min(max(15px, 1.82292vw), 35px);
    color: var(--theme-dark-gray);
    font-family: var(--theme-Inter-font-family);
    line-height: 1.3;
}

.hyper_characteristics_center .fs-24 span {
    color: var(--theme-red);
    font-family: var(--theme-Inter-font-family);
}

.hyper_characteristics_item img {
    width: 100%;
}

.line_point_1 {
    position: absolute;
    top: 1.6625vw;
    right: -11.5625vw;
    z-index: 1;
    width: 11.38021vw;
    height: 8.61979vw;
    pointer-events: none;
}

.line_point_2 {
    position: absolute;
    top: 1.5625vw;
    right: -11.5625vw;
    z-index: 1;
    width: 11.45833vw;
    height: 3.56771vw;
    pointer-events: none;
}

.line_point_3 {
    position: absolute;
    top: -0.7292vw;
    right: -11.5625vw;
    z-index: 1;
    width: 11.38021vw;
    height: 3.15104vw;
    pointer-events: none;
}

.line_point_4 {
    position: absolute;
    right: -11.5625vw;
    top: 2.5vw;
    transform: translateY(-100%);
    width: 11.43229vw;
    height: 8.46354vw;
    z-index: 1;
    pointer-events: none;
}

.line_point_5 {
    position: absolute;
    top: 42%;
    left: -62%;
    width: 11.38021vw;
    height: 8.61979vw;
    z-index: 1;
    pointer-events: none;
}

.line_point_6 {
    position: absolute;
    top: 38%;
    left: -62%;
    z-index: 1;
    width: 11.32813vw;
    height: 3.56771vw;
    pointer-events: none;
}

.line_point_7 {
    position: absolute;
    left: -62%;
    top: -21%;
    z-index: 1;
    width: 12.16146vw;
    height: 3.54167vw;
    pointer-events: none;
}

.line_point_8 {
    position: absolute;
    left: -62%;
    top: 70%;
    transform: translateY(-100%);
    width: 11.64063vw;
    height: 8.77604vw;
    z-index: 1;
    pointer-events: none;
}

.hyper_characteristics_col ul li.is-dim {
    opacity: 0.2;
}

.hyper_characteristics_col ul li.is-active {
    opacity: 1;
}

.line_point_1 img, .line_point_2 img, .line_point_3 img, .line_point_4 img, .line_point_5 img, .line_point_6 img {
    width: inherit;
    height: inherit;
}

.hyper_characteristics_inr .hyper_characteristics_row .hyper_characteristics_col ul li:last-child{
    margin-bottom: 0;
}

@media screen and (min-width: 1200px) {

.system_exploration_section .common_title_main .para_cnt {
    max-width: 90%;
    margin: auto;
}

.hyper_characteristics_inr .hyper_characteristics_col ul li:hover {
    background: var(--theme-red);
}

.hyper_characteristics_inr .hyper_characteristics_col ul li:hover .hyper_icon_num {
    background: var(--theme-white);
    color: var(--theme-dark-gray);
}
.hyper_characteristics_inr .hyper_characteristics_col ul li:hover .fs-24 {
    color: var(--theme-white);
}

}

@media screen and (max-width: 1199px) {

}


@media screen and (max-width: 991px) {

    .hyper_characteristics_inr {
       max-width: 100%;
    }

    .line_point_1{
        display: none;
    }

    .line_point_2{
        display: none;
    }

    .line_point_4{
        display: none;
    }

    .line_point_3{
        display: none;
    }

    .line_point_5{
        display: none;
    }

    .line_point_6{
        display: none;
    }

    .line_point_7{
        display: none;
    }

    .line_point_8{
        display: none;
    }

    .hyper_characteristics_inr .hyper_characteristics_row .hyper_characteristics_col{
        width: 32%;
    }

    .hyper_characteristics_inr .hyper_characteristics_row .hyper_characteristics_col ul li {
        padding: 10px 20px;
        margin-bottom: 16px;
    }

    .hyper_characteristics_inr {
        padding-top: 30px;
    }

    .hyper_characteristics_inr .hyper_characteristics_row .hyper_characteristics_col ul li .hyper_icon_num {
      width: 40px;
      height: 40px;
    }

    .hyper_characteristics_center .fs-24 {
        font-size: 18px;
    }

    .hyper_characteristics_center {
        width: 200px;
        height: 200px;
    }

    .hyper_characteristics_inr .hyper_characteristics_col ul li .hyper_characteristics_item .fs-24{
        font-size: 18px;
    }

}


@media screen and (max-width: 767px) {

    .hyper_characteristics_inr .hyper_characteristics_row {
        flex-wrap: wrap;
        row-gap: 16px;
        justify-content: center;
    }

    .hyper_characteristics_inr .hyper_characteristics_row .hyper_characteristics_col {
        width: 100%;
    }

    .hyper_characteristics_center {
        width: 230px;
        height: 230px;
        order: 1;
    }


    .hyper_characteristics_inr .hyper_characteristics_row .hyper_characteristics_left{
        order: 2;
    }

    .hyper_characteristics_inr .hyper_characteristics_row .hyper_characteristics_right{
        order: 3;
    }

}


/* Need system exploration section end  */










/* section modern two operating system section start  */

.modern__organizations_section {
    position: relative;
    width: 100%;
}

.modern__organizations_section .common_title_main .main_title span {
    display: block;
}

.modern__organization-inner {
     position: relative;
     margin-top: min(max(10px, 1.0417vw), 20px);
     width: 100%;
     border: 1px solid var(--theme-gray-bg-opacity-30);
     background: var(--theme-white);
     box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.10);
     overflow: hidden;
     border-radius: 0.83333vw;
     -webkit-border-radius: 0.83333vw;
     -moz-border-radius: 0.83333vw;
     -ms-border-radius: 0.83333vw;
     -o-border-radius: 0.83333vw;
}

.modern__organization-inner table .b_blue {
    background: var(--theme-light-gray-color);

}

.modern__organization-inner table  .l_red {
    /* background: var(--theme-medium-grayish-orange); */
    background: var(--theme-red);
}



.modern__organization-inner table tr td,
.modern__organization-inner table tr th {
    text-align: center;
    width: 50%;
    font-family: var(--theme-satoshi-font-family);
}

.modern__organization-inner table tr td span,
.modern__organization-inner table tr th span{
     font-family: var(--theme-satoshi-font-family);
}

.modern__organization-inner table tr td {
    padding: min(max(15px, 1.45833vw), 28px);  
    border: 1px dashed var(--theme-gray-bg-opacity-30);
}

.modern__organization-inner table tr:first-child + tr td {
    border-top: 0;
}

.modern__organization-inner table {
    width: 100%;
    border-collapse: collapse;
}

.modern__organization-inner table tr th {
    overflow: hidden;
    padding: 0px;
}

.modern__organization-inner table tr th:first-child {
    border-right: 1px dashed var(--theme-gray-bg-opacity-30);
}

.modern__organization-inner table tr th .system_execution {
    padding: min(max(15px, 1.45833vw), 28px) 0px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 0.78125vw 0.78125vw 0 0;
    -webkit-border-radius: 0.78125vw 0.78125vw 0 0;
    -moz-border-radius: 0.78125vw 0.78125vw 0 0;
    -ms-border-radius: 0.78125vw 0.78125vw 0 0;
    -o-border-radius: 0.78125vw 0.78125vw 0 0;
}

.modern__organization-inner table tr th:first-child .system_execution {
    margin-left: 0px;
    background: var(--theme-dark-gray);
    color: var(--theme-white);
}


.modern__organization-inner table tr th .system_execution{
    color: var( --theme-dark-gray);
}

/* .modern__organization-inner table tr th .system_execution{
   background: var(--theme-dark-gray);
   color: var(--theme-white);
} */


.modern__organization-inner table tr th:last-child .system_execution{
    color: var(--theme-white);
}

.modern__organization-inner table tr th:last-child .system_execution {
    margin-right: 0px;
}

.modern__organization-inner table tr:last-child td {
    padding: 0px;
    border-bottom: 0px;
}

.modern__organization-inner table tr td .fs-32 {
    border-radius: 0 0 16px 16px;
    color: var(--theme-white);
    padding: min(max(16px, 1.77083vw), 34px);
    background: var(--theme-red);
    margin-left: 5px;
    margin-right: 5px;
    line-height: 1.43;
}

.modern__organization-inner table tr td {
    border-right: 0px;
    color: var(--theme-black);
}

.modern__organization-inner table tr td:first-child {
    border-left: 0px;

}

.modern__organization-inner table tr:last-child td:first-child .fs-32 {
    margin-left: 0;
    background: var(--theme-dark-gray);
}

.modern__organization-inner table tr:last-child td:last-child .fs-32 {
    margin-right: 0;
}





@media screen and (min-width: 1200px) {



}

@media screen and (max-width: 1199px) {

.modern__organization-inner table .b_blue .fs-28{
    font-size: 16px;
}

.modern__organization-inner table tr th:first-child .system_execution{
    font-size: 16px;
}

.modern__organization-inner table tr th .system_execution{
    font-size: 16px;
}

.modern__organization-inner table tr td .fs-32 {
    font-size: 16px;
}

}


@media screen and (max-width: 991px) {

 
}


@media screen and (max-width: 767px) {

    .modern__organizations_section .common_title_main .main_title span {
       display: inline;
    }

    .modern__organization-inner table tr th:first-child .system_execution {
        font-size: 14px;
    }

    .modern__organization-inner table tr th .system_execution {
        font-size: 14px;
    }

    .modern__organization-inner table .b_blue .fs-28 {
        font-size: 14px;
    }

    .modern__organization-inner table tr td .fs-32 {
        font-size: 14px;
    }

}


/* section modern two operating system section end  */

/* paradigm shift section start  */

.paradigm_shift_section {
    position: relative;
    width: 100%;
}

.paradigm_shift_section .paradigm_shift_inner {
    justify-content: start;
    align-items: start;
    column-gap: min(max(30px, 3.125vw), 60px);
}

.paradigm_shift_section .paradigm_shift_inner .paradigm_shift_col {
    width: 50%;
}

.paradigm_shift_section .paradigm_shift_inner .para_content > * {
    margin-bottom: min(max(20px, 1.5625vw), 30px);
}

.paradigm_shift_section .paradigm_shift_inner .para_content ul{
    padding-left: min(max(20px, 1.3021vw), 25px);
}

.paradigm_shift_section .paradigm_shift_inner .para_content ul li span{
   font-weight: 700;
   color: var(--theme-dark-gray);
}

.paradigm_shift_section .paradigm_shift_inner .common_button {
    padding-top: 20px;
}

.paradigm_shift_section .paradigm_shift_inner .common_button {
    padding-top: 10px;
}

.paradigm_shift_section .paradigm_shift_inner .paradigm_shift_img {
    width: 100%;
    margin-left: auto;
}
.paradigm_shift_section .paradigm_shift_inner .paradigm_shift_img img {
    width: 100%;
}


@media screen and (min-width: 1200px) {


}

@media screen and (max-width: 1199px) {


}


@media screen and (max-width: 991px) {


 
}


@media screen and (max-width: 767px) {

.paradigm_shift_section .paradigm_shift_inner {
    flex-wrap: wrap;
    row-gap: 20px;
}

.paradigm_shift_section .paradigm_shift_inner .paradigm_shift_col {
    width: 100%;
}

}



/* paradigm shift section end  */

/* The Future of Exploration csaas section start  */

.csaas_future_section .why_choose_main_inner .why_choose_main_left {
    width: 47%;
}

.csaas_future_section .why_choose_main_inner .why_choose_main_right {
    width: 53%;
}

.csaas_future_section .why_choose_main_inner .accordion_content_new {
    padding-top: 15px;
    width: 100%;
    max-width: 90%;
}

.csaas_future_section .why_choose_main_inner .why_choose_main_right .para_cnt {
    padding-bottom: min(max(20px, 2.0833vw), 40px);
}
.csaas_future_section .why_choose_main_inner .why_choose_main_right .para_cnt > * {
    line-height: 1.37;
}
.csaas_future_section .why_choose_main_inner .why_choose_main_right .para_cnt span {
    color: #85181A;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    font-family: var(--theme-Inter-font-family);
}

.csaas_future_section .why_choose_main_inner {
    column-gap: min(max(50px, 5.2083vw), 100px);
    margin-top: min(max(20px, 1.8229vw), 35px);
}



@media screen and (min-width: 1200px) {


}

@media screen and (max-width: 1199px) {



}


@media screen and (max-width: 991px) {



.csaas_future_section .why_choose_main_inner .why_choose_main_left {
    width: 40%;
}
 
.csaas_future_section .why_choose_main_inner .why_choose_main_right {
    width: 58%;
} 

}


@media screen and (max-width: 767px) {

.csaas_future_section .why_choose_main_inner .why_choose_main_left {
    width: 100%;
}
 
.csaas_future_section .why_choose_main_inner .why_choose_main_right {
    width: 100%;
} 


}



/* The Future of Exploration csaas section end  */



/* start services_ready_transform section */

.services_ready_transform .common_title_main  p + p{
    margin-top: min(max(20px, 1.5625vw), 30px);
}


@media screen and (min-width: 1200px) {

.services_ready_transform .ready_transform_inner {
    padding: 3.229vw 8.323vw 3.073vw 8.323vw;

}

}



/* end services_ready_transform section */