:root {
    --sky-blue-color: #12cbde;
    --blue-color: #6060EB;
    --coal-black: #1A1A1A;
    --white-color: #ffffff;
    --off-grey: #75757A;
    --dark-black: #212126;
    --headingColor: #202333;
    --orangeLightBg: rgba(250, 139, 38, .14);
    --buttonOrange: #FA8B26;
}

.coal-black:hover {
    color: #1A1A1A;
    opacity: 0.75;
}

body.inner-page {
    padding: 0;
    background-color: #fff;
    /**/
}

.container {
    max-width: 1140px;
}

.inner-banner {
    width: 100%;
    display: inline-block;
    padding: 90px 0 49px;
}

.inner-banner h1 {
    color: var(--white-color);
    font-size: 38px;
    line-height: 51px;
    font-family: 'Playfair Display';
    font-weight: 700;
    margin: 0 0 21px;
}

.inner-banner h1 span.dotNone:after {
    content: none !important;
}

.inner-banner h1 span.servicedot:after {
    content: '';
    position: absolute;
    bottom: 12px;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: white;
}

.inner-banner h1 span {
    display: inline-block;
    position: relative;
}

.inner-banner p,
.description {
    color: var(--coal-black);
    font-size: 16px;
    line-height: 22px;
    
    font-weight: normal;
}

.center-block {
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
}

a.tag {
    margin-bottom: 18px !important;
}

.pt-60 {
    padding-top: 2.75rem !important;
}

.our-service .center-block h3 {
    font-size: 38px;
    line-height: 50px;
    margin-bottom: 10px;
    font-weight: 700;
    color: var(--headingColor) !important;
    /*font-family: 'Playfair Display';*/
    letter-spacing: 0;
}

.ptb-30 {
    padding-top: 30px !important;
}

.our-service .colored-full-width h6,
.our-service .colored-full-width p,
.our-service .content p {
    color: var(--coal-black);
}

.colored-full-width .icon-circle {
    margin: 0 auto 25px;
}

.carribeanGreen-bg {
    background: rgba(7, 194, 142, 0.08);
}

.our-service a.tag:hover,
.our-service a.tag:focus {
    border-color: #2a2a2a;
    color: #2a2a2a !important;
}

.alternate-section a.tag {
    background-color: var(--orangeLightBg);
    border: 0 !important;
    padding: 6px 8px !important;
}

.our-service .content h3 {
    /*font-family: 'Playfair Display';*/
}

.bordered-box a.tag {
    background: #fff !important;
    border: 2px solid #fff !important;
}

.black-btn.filled-btn {
    background-color: var(--buttonOrange) !important;
    border: 2px solid var(--buttonOrange) !important;
    text-transform: capitalize !important;
}

.black-btn.filled-btn:hover,
.black-btn.filled-btn:focus {
    background-color: transparent !important;
    border: 2px solid var(--buttonOrange) !important;
    color: var(--buttonOrange) !important
}

.black-btn.filled-btn:hover svg {
    fill: #FA8B26 !important;
}

.bordered-box .black-btn.filled-btn {
    background-color: #212126 !important;
    border: 2px solid #212126 !important;
}

.bordered-box .black-btn.filled-btn:hover,
.bordered-box .black-btn.filled-btn:focus {
    background-color: transparent !important;
    border: 2px solid #212126 !important;
    color: #212126 !important
}

.bordered-box .black-btn.filled-btn:hover svg {
    fill: #212126 !important;
}

.coal-black {
    color: var(--buttonOrange) !important;
}

.remove-mobile-pt img {
    margin-bottom: 0 !important;
}
.infographic.process-list-img h2.text-heading.orange-grdnt-color.px-3 {
    margin-bottom: 25px !important;
}
@media screen and (max-width: 1023px) {
    .inner-banner h1 {
        text-align: left;
        font-size: 32px;
        line-height: 36px !important;
    }

    .absoulte-header header.inner {
        position: absolute;
    }

    .our-service .center-block h3 {
        font-size: 25px;
        line-height: 30px;
    }

    .absoulte-header header.scrollUp {
        transform: none;
    }

    .tag img {
        width: auto !important;
    }
    .inner-page .banner {
        min-height: auto !important;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 0 !important;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .inner-banner h1 {
        text-align: center !important;
    }
    .infographic h2.text-heading.orange-grdnt-color.px-3 {
        margin-bottom: 25px !important;
    }
    .inner-page .banner img {
        width: 100%;
        margin-bottom: 20px;
    }

    .banner.content.muli-family.alternate-section {
        text-align: center;
    }

    a.tag {
        margin-bottom: 10px !important;
    }

    .mobile_ptt {
        padding-top: 0 !important;
    }

    .inner-banner h1 br {
        display: none;
    }

    .our-service .colored-full-width p {
        text-align: center;
    }

    .our-service .center-block h3 {
        /*font-family: 'Playfair Display';*/
    }

    .tag img {
        width: auto !important;
        margin-bottom: 0 !important;
    }

    .alternate-section.banner {
        padding-bottom: 10px 15px !important;
        text-align: center;
    }

    .mobile-swap {
        flex-direction: column-reverse;
    }

    .pt-60 {
        padding-top: 1.75rem !important;
    }

    .icon-circle img {
        margin-bottom: 0 !important;
    }

    .alternate-section .bordered-box {
        min-height: auto;
        max-height: none;
        padding: 20px 0 !important;
    }

    .alternate-section .bordered-box span.d-block.text-center {
        width: 70%;
    }

    .inner-banner h1 span.servicedot:after {
        bottom: 5px;
    }

    .pr-remove {
        padding-right: 0 !important;
    }

    .remove-mobile-pt {
        padding-top: 20px !important;
    }

    .alternate-section .bordered-box .hovered-box .black-btn.filled-btn {
        bottom: -20px;
    }

    .last_swap {
        padding-bottom: 1.8rem !important
    }
    ul.table-list {
        width: 100% !important
    }
    .list-box-feature > ul > li {
        align-items: flex-start !important;
    }
    .list-box-feature > ul > li p {
        line-height: 16px !important;
    }
    div#bottomPage {
        padding: 0;
    }
    .list-box-feature > ul > li:first-child {
        padding: 20px 30px !important
    }
    .inner-page .banner {
        min-height: auto !important;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 0 !important;
    }
}

.colored-full-width.carribean-green-bg {
    padding-bottom: 30px !important;
}

.pbt0 {
    padding-bottom: 0 !important;
}

.discussIdeaSeo {
    margin-bottom: 0 !important;
}

.hover_link {
    cursor: pointer;
}

/* html {
    scroll-behavior: auto;
  } */



/* Systango Differentiators section */
.different-section h2, .brands-section h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 59px;
}
.different-section h3 {
    font-family: 'Mulish', sans-serif !important;
    font-size: 42px;
    font-weight: 800;
    line-height: 52px;
    margin-bottom: 25px;
}
.different-section p {
    font-family: 'Mulish', sans-serif !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
}
.position-relative {
    position: relative;
}
.different-section, .ai_development_section {
    position: relative;
    padding-top: 100px;
    padding-bottom: 50px;
}
.different-section {
    padding-top: 0;
}
.different-section .row > div {
    padding-left: 10px;
    padding-right: 10px;
}

.different-section {
    margin-bottom: 0;
}
/*.different-section::before {
    content: '';
    position: absolute;
    border-radius: 496px;
    opacity: 0.3;
    background: #FA8B26;
    filter: blur(150px);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 400px;
    margin: 0 auto;
}*/
.different-section .text-heading {
    margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
    .different-section h2 {
        font-size: 32px;
        line-height: 35px;
    }
}
@media only screen and (max-width: 767px) {
    .different-section h3 {
        font-size: 26px;
        line-height: 42px;
        text-align: center;
    }
    .different-section {
        padding-top: 10px;
        padding-bottom: 60px;
    }
}
@media only screen and (max-width: 575px) {
    .different-section h2 {
        font-size: 28px;
        line-height: 36px;
    }
    .different-section .row {
        padding: 0!important;
    }
    .different-section .row .col-6 {
        padding: 0px 10px!important;
    }    
}

.bg-white {
    background-color:white;
}
@media only screen and (min-width: 991px) {
    .text-heading {
        font-size: 48px;
        line-height: 59px;        
    }
}
@media only screen and (max-width: 991px) {
    .services-list .alternate-section h2, .brands-section h2 {
        font-size: 30px;
        line-height: 40px;
        font-weight: 700;    
    }
}
.text-heading {
    font-weight: 700;
}
@media only screen and (max-width: 767px) {
    .services-list .alternate-section h2, .brands-section h2 {
        font-size: 28px;
        line-height: 36px;        
    }
}

.orange-grdnt-color {
    background: linear-gradient(90deg, #202333 0%, #FA8B26 70.87%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.card-sm {
    padding: 35px 25px;
    border-radius: 20px;    
    box-shadow: 0px 16px 36px 0px #2023331A;
    height: 182px;
    display: flex; 
    flex-flow: column;
    justify-content: end;
}
@media only screen and (max-width: 767px) {
    .card-sm {        
        padding: 28px 20px;        
    }
    .card-sm.top-two p, .card-sm.bottom-two p {
        height: 40px; 
    }
}
@media only screen and (max-width: 400px) {
    .card-sm.top-two p {
        height: 50px;
    }
}
@media only screen and (max-width: 444px) {
    .card-sm.bottom-two p { 
        height: 50px;
    }
}
.different-icon {
    position: absolute;
    top: 5px;
    right: 5px;
}


.banner-text {
    display: flex;
    flex-direction: column;
}
.banner-text h1 {
    color: #202333;
    font-size: 56px;
    font-weight: 900;
    line-height: 62px;
    font-family: 'Mulish', sans-serif !important;
    margin-bottom: 25px;
}
.banner-text p {
    color: #31364E;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
@media only screen and (max-width: 991px) {
    .banner-text h1 {
    font-size: 48px;
    line-height: 59px;
}
    .banner-text h1, .contact-banner p {
        text-align: center;
    }
}
@media only screen and (max-width: 767px) {
    .banner-text h1 {
        font-size: 36px;        
        line-height: 42px;
    }
    .contact-banner {
        padding-bottom: 0px;
    }
    .contact-banner p {
        text-align: center;
    }  
}
@media only screen and (max-width: 575px) {
    .banner-text h1 {
        font-size: 28px;
        line-height: 32px;
    }
}


.contact-banner {
    padding-top: 150px !important;
    padding-bottom: 40px !important;
    padding-left: 0;
    padding-right: 0;
}
@media only screen and (max-width: 575px) {
    .inner-page .banner {
        min-height: auto;
        padding-bottom: 0 !important;
    }
    .contact-banner {
        padding-top: 130px!important;
        padding-bottom: 20px!important;
    }
}
.circle {
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 100vmax;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-button {
    position: absolute;
    border-radius: 82px;
    background: #FA8B26;
    width: 82px;
    height: 82px;
    border-radius: 100vmax;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.text {
    position: absolute;
    width: 100%;
    height: 100%;
    font-family: consolas;
    color: #000;
    font-size: 17px;
    animation: textRotation 8s linear infinite;
    background: url(../img/investors/circle-bg.svg);
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: center center;
    animation: textRotation 8s linear infinite;
}
@keyframes textRotation {
    to {
        transform: rotate(360deg);
    }
}
.contact-banner p {
    color: #fff;
}
.contact-banner p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #1A1A1A;
}

.first-p {
    margin-bottom: 20px !important
}
.our-service {
    background-image: url(../img/contact-us/background.png);
    background-size: 100%;
    background-repeat: no-repeat;
}


.img-block-box.orange-grdnt-bg {
    background-image: linear-gradient(rgb(250 139 38 / 100%), rgb(250 139 38 / 30%));
}
.img-block-box.purple-grdnt-bg {
    background-image: linear-gradient(rgb(176 152 242 / 100%), rgb(176 152 242 / 30%));
}
.img-block-box.green-grdnt-bg {
    background-image: linear-gradient(rgb(52 201 160 / 100%), rgb(52 201 160 / 30%));
}
.img-block-box.blue-grdnt-bg {
    background-image: linear-gradient(rgb(58 137 248 / 100%), rgb(58 137 248 / 30%));
}

.orange-grdnt-bg:before {
    background: linear-gradient(180deg, rgba(250, 139, 38, 0.15) 0%, rgba(250, 139, 38, 0) 100%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
}
.purple-grdnt-bg:before {
    background: linear-gradient(180deg, rgba(176, 152, 242, 0.15) 0%, rgba(176, 152, 242, 0) 100%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
}
.green-grdnt-bg:before {
    background: linear-gradient(180deg, rgba(52, 201, 160, 0.15) 0%, rgba(52, 201, 160, 0) 100%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
}
.blue-grdnt-bg:before {
    background: linear-gradient(180deg, rgba(58, 137, 248, 0.15) 0%, rgba(58, 137, 248, 0) 100%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
}

.img-block-box:before {
    position: absolute;
    content: '';
    top: 1px;
    right: 1px;
    left: 1px;
    bottom: 1px;
    border-radius: 20px;    
}
.services_content {
    position: relative;
}

/*.myslider .slick-track, .myslider-down .slick-track {
    display: block!important;
}

.myslider .item, .myslider-down .item {
    display: flex!important;
}

.myslider-down {
    transform: rotate(180deg);
}
.myslider-down .item img {
    transform: rotate(180deg);
    max-width: 190px;
    max-width: 100%;
    padding: 10px;    
}

@media only screen and (max-width: 1199px) {
    .myslider .item .recognized-box:nth-child(5), .myslider-down .item .recognized-box:nth-child(5) {
        display: none;
    }
    .myslider .item .recognized-box, .myslider-down .item .recognized-box {
        width: 25%;
    }
}
@media only screen and (max-width: 991px) {
    .myslider .item .recognized-box:nth-child(4), .myslider .item .recognized-box:nth-child(5), .myslider-down .item .recognized-box:nth-child(4), .myslider-down .item .recognized-box:nth-child(5) {
        display: none;
    }    
    .myslider .item .recognized-box, .myslider-down .item .recognized-box {
        width: 33.33%;
    }
}

@media only screen and (max-width: 767px) {    
    .myslider .item .recognized-box:nth-child(3), .myslider .item .recognized-box:nth-child(4), .myslider .item .recognized-box:nth-child(5) {
        display: none;
    }
    .myslider-down .item .recognized-box:nth-child(3), .myslider-down .item .recognized-box:nth-child(4), .myslider-down .item .recognized-box:nth-child(5) {
        display: none;
    }
    .myslider .item .recognized-box, .myslider-down .item .recognized-box {
        width: 50%;
    }
}*/



/* view case study block */
.viewcasestudy_section {
    position: relative;
    margin-bottom: 75px;
    padding-bottom: 100px;
    padding-top: 120px!important;
    min-height: 452px;
}
.viewcasestudy_section .viewcasestudy_block.first {
    z-index: 2;
    box-shadow: 0px 14px 30px 0px #25493814;
    position: relative;
}
.viewcasestudy_section:before {
    content: "Client Success Stories.";
    position: absolute;
    width: 100%;
    left: 0;
    top: 30px;
    z-index: 1;
    background: linear-gradient(90deg, #202333 0%, #FA8B26 70.87%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-size: 48px;
    line-height: 59px;
    font-weight: 700;
    text-align: center;
    font-family: 'Playfair Display' !important;
}

.viewcasestudy_section .viewcasestudy_block.second {
    top: 131px;
    z-index: 1;
    right: 15px;
    left: 15px;
    box-shadow: 0px 14px 30px 0px #25493814;
}
.viewcasestudy_section .viewcasestudy_block.third {
    top: 150px;
    right: 15px;
    left: 15px;
    box-shadow: 0px 14px 30px 0px #25493814;
}

.casestudy_img {
    width: 100%;
    /*margin-left: -20px;*/
}
@media only screen and (max-width: 1024px) {
    .viewcasestudy_section .viewcasestudy_block.second {
        top: 123px;
    }
    .viewcasestudy_section .viewcasestudy_block.third {
        top: 177px;     
    }
}
@media only screen and (max-width: 991px) {
    .casestudy_img {
        width: 100%;
        margin-left: 0px;
    }       
    .viewcasestudy_section .viewcasestudy_block.first {
        height: 605px; 
    }
    .viewcasestudy_section .viewcasestudy_block.second {
        top: 119px;
    }
    .viewcasestudy_section .viewcasestudy_block.third {
        top: 126px;     
    }
    .viewcasestudy_section:before {
        font-size: 32px;
        line-height: 36px;
    }
}
.viewcasestudy_block {
    padding: 45px 45px;    
    border-radius: 20px;        
}
@media only screen and (max-width: 767px) {    
    .viewcasestudy_section .viewcasestudy_block.first {
        height: 665px;
    }
    .viewcasestudy_section:before {        
        top: 50px;
        font-size: 28px;        
    }
    .viewcasestudy_block {
        padding: 40px 20px;
    }
    .viewcasestudy_content {
        text-align: center;
    }
}

.viewcasestudy_para {
    color: #202333!important;
    font-family: 'Mulish', sans-serif !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.viewcasestudy_heading {
    color: #202333;
    font-family: 'Mulish', sans-serif !important;
    font-size: 22px;
    font-weight: 700;
    line-height: 28.6px;
    border-radius: 20px
}
.bg-path-color {
    position: relative;
}
.bg-path-color:before {
    background-image: url('../img/our-services-update/orange-bg-shape.png');
    opacity: 0.3;
    content: '';
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0px;
    height: 100%;
    border-radius: 20px;
}
.bg-orange-color {
    position: relative;
}
.bg-purple-color, .bg-green-color {
    position: absolute;
}

.bg-orange-color:before, .bg-purple-color:before, .bg-green-color:before {
    content: '';
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0px;
    height: 100%;
    border-radius: 20px;    
    background-image: url('../img/our-services-update/orange-bg-shape.png')
}
.bg-orange-color:after, .bg-purple-color:after, .bg-green-color:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, #FFDAB8 0%, rgba(254, 157, 70, 0.8) 100%)!important;
    border-radius: 20px;
    z-index: -1;
}
.bg-purple-color:after {
    background-image: linear-gradient(180deg, #DDD0FF 0%, rgba(154, 118, 254, 0.8) 100%)!important;
}
.bg-green-color:after {
    background-image: linear-gradient(180deg, #C9FFF0 0%, rgb(51, 201, 159, 0.7) 100%)!important; 
     
}


.bg-orange-color {    
    box-shadow: 0px 14px 30px 0px rgba(37, 61, 73, 0.08);    
}

.bg-purple-color:before {
    background-image: url('../img/our-services-update/purple-bg-shape.png')
}
.bg-green-color:before {
    background-image: url('../img/our-services-update/green-bg-shape.png')
}

/* .bg-purple-color {
    background-color: #C5B0FF;
}
.bg-green-color {
    background-color: #6AEBC8;
} */

.btn-md {
    padding: 11px 30px;
    border-radius: 6px;
    color:#FFF;    
    font-size: 14px;
    font-weight: 600;
    height: 40px !important
}
.viewcasestudy_para {
    font-size: 14px !important;
    font-weight: 400!important;
    line-height: 24px !important
}
.sticky-services {
    position: -webkit-sticky; /* For Safari */
    position: sticky;
    top: 0px;
    background: #f8fafc;
    z-index: 4;
    outline: 15px solid #f8fafc;
}
.sticky-services::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 10px;
}

@media only screen and (max-width: 991px) {
    .sticky-services {
        position: fixed;
        left: 0;
        overflow-x: auto;
        width: 100%;
    }
 }

.scrollUp.scroll-header-up,
.scrollDown.scroll-header-up {
    transform: translateY(-120px)!important;
}


.services_content_blocks .btn-dark {
    background: transparent !important;
    border: 1px solid #202333 !important;
    color: #202333 !important;
    padding: 11px 15px;
    font-weight: 700;
    line-height: 18px;
}
.btn-dark {    
    background: #202333;
    color: #fff;
}
.overflow-hidden {
    overflow: hidden;
    padding: 0px;
}
.btn-dark:hover { 
    background: #202333 !important;
    color: #fff !important;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
}
.different-section h3.subject-title {
    font-size: 22px !important; 
    line-height: 28px !important
}
.contact_investers_wrapper ul li:last-child img {
    /*height: 50px;*/
}
h2.text-heading.orange-grdnt-color {
    margin-bottom: 25px;
}
/* banner section */
@media only screen and (min-width: 992px) {
    .mobile_only {
        display: none;
    }    
}
@media only screen and (max-width: 991px) {
    .dektop_only {
        display: none;
    }
    .mobile_only {
        line-height: inherit;
        display: block !important;
        width: 173px;
        height: 40px;
        border-radius: 6px;
        background: #202333;
        color: #fff;
        margin: 20px auto 0px !important;
        font-size: 14px;
        font-weight: 700;
        text-transform: capitalize !important;
        align-items: center;
        justify-content: center;
        font-family: 'Mulish', sans-serif !important;
        border: 1px solid #202333 !important;
    }
}

.position-absolute {
    position: absolute;
}

/* */

.progress-container {
    background-color: transparent;
    height: 100%;
    width: 2px;
    position: absolute;
    right: -3px;
    top: 62px;
}
.progress-bar {
    background-color: black;
    height: 0%;
    width: 2px;
    position: relative;   
    max-height: 5%;
}
.progress-bar:after {    
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    right: -8px;
    bottom: 0px;
    background: #202333;
    border-radius: 50%;
    outline: 4px solid #0000004d;
    z-index: 1;
}

.last-wrapper {
    padding-bottom: 25px;
}

@media only screen and (max-width: 767px) {
    .progress-container, .progress-bar {
        display: none;
    }
    .last-wrapper {
        padding-bottom: 0;
    }
}

.banner-video video {
    width: 100%;
}
.mt-10 {
    margin-top: 10px; 
}



.navigator {
    height: 68px;
    cursor: pointer;
    padding: 0px!important;
}
.navigator.active {
    border-radius: 0px;
    background: transparent;
}
.navigator h3 {
    color: #202333;
    font-family: 'Mulish', sans-serif !important;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
}
.navigator.orange-bar.active h3 {
    color: #FA8B26;
}
.navigator.purple-bar.active h3 {
    color: #B098F2;
}
.navigator.green-bar.active h3 {
    color: #34C9A0;
}
.navigator.skyblue-bar.active h3 {
    color: #3A89F8;
}

.navigator h3 span {
    display: inline-block;
    width: 52px;
    font-family: 'Mulish', sans-serif !important;
    color: #202333;
    padding-left: 20px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    vertical-align: middle;
    margin-right: 20px;
    position: relative;
}
.navigator.active h3 span:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 8px;
    left: 0;
    top: 11px;
    border-radius: 1px 20px 20px 0px;
}
.navigator.active.orange-bar h3 span:after {    
    background: linear-gradient(-180deg, rgba(250, 139, 38, 0.60) -20%, rgba(250, 139, 38, 0.00) 100%); 
    background: -webkit-linear-gradient(-180deg, rgba(250, 139, 38, 0.60) -20%, rgba(250, 139, 38, 0.00) 100%); 
    background: -moz-linear-gradient(-180deg, rgba(250, 139, 38, 0.60) -20%, rgba(250, 139, 38, 0.00) 100%);    
    background: -ms-linear-gradient(-180deg, rgba(250, 139, 38, 0.60) -20%, rgba(250, 139, 38, 0.00) 100%);
}
.navigator.active.purple-bar h3 span:after {
    background: linear-gradient(-180deg, rgba(176, 152, 242, 0.60) -20%, rgba(250, 139, 38, 0.00) 100%);
    background: -webkit-linear-gradient(-180deg, rgba(176, 152, 242, 0.60) -20%, rgba(250, 139, 38, 0.00) 100%);
    background: -moz-linear-gradient(-180deg, rgba(176, 152, 242, 0.60) -20%, rgba(250, 139, 38, 0.00) 100%);
    background: -ms-linear-gradient(-180deg, rgba(176, 152, 242, 0.60) -20%, rgba(250, 139, 38, 0.00) 100%);
}
.navigator.active.green-bar h3 span:after { 
    background: linear-gradient(-180deg, rgba(52, 201, 160, 0.60) -20%, rgba(250, 139, 38, 0.00) 100%); 
    background: -webkit-linear-gradient(-180deg, rgba(52, 201, 160, 0.60) -20%, rgba(250, 139, 38, 0.00) 100%); 
    background: -moz-linear-gradient(-180deg, rgba(52, 201, 160, 0.60) -20%, rgba(250, 139, 38, 0.00) 100%);    
    background: -ms-linear-gradient(-180deg, rgba(52, 201, 160, 0.60) -20%, rgba(250, 139, 38, 0.00) 100%);
}
.navigator.active.skyblue-bar h3 span:after {   
    background: linear-gradient(-180deg, rgba(58, 137, 248, 0.60) -20%, rgba(250, 139, 38, 0.00) 100%); 
    background: -webkit-linear-gradient(-180deg, rgba(58, 137, 248, 0.60) -20%, rgba(250, 139, 38, 0.00) 100%); 
    background: -moz-linear-gradient(-180deg, rgba(58, 137, 248, 0.60) -20%, rgba(250, 139, 38, 0.00) 100%);    
    background: -ms-linear-gradient(-180deg, rgba(58, 137, 248, 0.60) -20%, rgba(250, 139, 38, 0.00) 100%);
}



/* Blockchain Platforms We Master */
.brands-section {    
    padding-top: 100px;  
    margin-top: -100px;
    margin-bottom: 100px;    
}
.vertical-slider-inner {
    background: #f4f4f6;
    padding-bottom: 100px;
    overflow: hidden;
    border-radius: 20px;
}

.recognized-box {
    /*width: 20%;*/
    margin-right: 20px;
    height: 120px;
    border-radius: 20px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;    
    box-shadow: 0px 16px 36px 0px #2023331A;
    margin-bottom: 12px;
    padding: 18px;
}
/*.recognized-box img {
    width: 100%;
}*/

.title-gap {
    padding-top: 100px;
    padding-bottom: 50px;
    text-align: center;
}
.title-gap h2 {
    margin-bottom: 0px;
}
@media only screen and (max-width: 1199px) {
    .recognized-box {
        width: 100%;        
    }
}

@media only screen and (max-width: 991px) {    
    .vertical-slider-inner {
        text-align: center;
        padding: 60px 20px;
    }
    .vertical-slider-inner .myslider, .vertical-slider-inner .myslider-down, .vertical-slider-inner .slides {
        padding: 0px;
    }
}
@media only screen and (max-width: 991px) {
    .title-gap {
        padding: 0px 15px 40px 15px;
    }    
}
@media only screen and (max-width: 767px) {
    .brands-section {padding-top: 60px;}
    .recognized-box {
        box-shadow: 0px 0px 15px 0px #2023331A;
    }
    .myslider .slick-list, .myslider-down .slick-list {
        overflow: visible;
    }
}

/* Why systango success section */
.services_content_blocks {        
    box-shadow: 0px 14px 34px 0px #253D4914;
    position: relative;
    padding: 45px 30px 25px 30px;
    border-radius: 20px;
    margin-bottom: 20px;
    height: 100%;
    display: flex;
    flex-flow: column;
}

.services_content_blocks::before {    
    border-radius: 20px;    
}
.why_systango-section .services_content_blocks {
    height: 100% !important;
}
.why_systango-section {
    padding-top: 46px;
    padding-bottom: 40px;
}
.why_systango-section .text-heading {
    margin-bottom: 25px;
}
.why_systango-section .para {
    margin-bottom: 40px;
}
.mt-20 {
    margin-top: 20px;
}
.mb-20 {
    margin-bottom: 20px;
}
.why_systango-section .services_content_blocks {
    padding: 30px 20px;
}

@media only screen and (max-width: 1199px) {
    .services_content_blocks a {
        height: 66px;
        display: flex !important;
        align-items: center;
        justify-content: center; 
    }
}
@media only screen and (max-width: 991px) {
    .services_content_blocks a {
        height: auto;        
    }
}

@media only screen and (max-width: 767px) {
    .why_systango-section {        
        padding-bottom: 0px;
    }
}

.services_heading {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
    font-weight: 700;
    font-family: 'Mulish', sans-serif !important;
    color: #202333;
}
.services_content p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 22px;
    font-weight: 400;
    color: #31364E;
    font-family: 'Mulish', sans-serif !important;
}
/* custom css */
.m-auto {
    margin: 0 auto;
}
.blockchain_integrations_section {
    background-color: #F8FAFC;
    padding-top: 90px;
    padding-bottom: 70px;  
    margin-bottom: 90px  ;
    border-radius: 20px;
}    
.blockchain-integrations_brands .recognized-box {
    width: 22.2%;
    margin: 0px 14px 30px 14px;
}
@media only screen and (max-width: 767px) {
    .blockchain-integrations_brands {
        margin-top: 25px;
    }
    .blockchain-integrations_brands .recognized-box {
        width: 100%;
        margin: 15px 0 !important;
    }
    .blockchain_integrations_section {
        padding-top: 50px;
        padding-bottom: 50px;
        margin-bottom: 50px
    }
}


 
/* development_process  */
.development_section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.development_process::before {    
    border-radius: 20px;    
}
.development_content {
    position: relative;
}
.development_process {
    box-shadow: 0px 14px 34px 0px #253D4914;
    padding: 40px 30px;
    border-radius: 20px;    
    height: 100%;
    display: flex;
    flex-flow: column;
    position: relative;
    width: 85%;
    min-height: 410px;
}
.development_heading {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 14px;
    font-weight: 700;
    font-family: 'Mulish', sans-serif !important;
    color: #202333;
}
.development_content p {
    color: #31364E;
    -webkit-line-clamp: 7;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}
@media only screen and (max-width: 767px) {
    .development_process {        
        width: 92%;
    }
}
@media only screen and (max-width: 575px) {
    .development_process {        
        width: 85%;
    }
    .development_process {
        padding: 30px 20px; 
    }       
}

/*-------*/
.testimonial-content {
    position: relative;
    z-index: 2;
}
.orange-box .testimonial-box, .purple-box .testimonial-box, .green-box .testimonial-box, .skyblue-box .testimonial-box {
    border-radius: 20px;     
    background: linear-gradient(rgb(250 139 38 / 50%), rgb(250 139 38 / 20%));
    box-shadow: 0px 14px 14px 0px rgba(37, 61, 73, 0.15);
}
.purple-box .testimonial-box {
    background: linear-gradient(rgb(176 152 242 / 50%), rgb(176 152 242 / 20%));
}
.green-box .testimonial-box {
    background: linear-gradient(rgb(52 201 160 / 50%), rgb(52 201 160 / 20%));
}
.skyblue-box .testimonial-box {
    background: linear-gradient(rgb(58 137 248 / 50%), rgb(58 137 248 / 20%));
}

.orange-box .testimonial-box:before, .purple-box .testimonial-box:before, .green-box .testimonial-box:before, .skyblue-box .testimonial-box:before {
    content: '';
    position: absolute;
    left: 1px;
    right: 1px;
    top: 1px;
    bottom: 1px;
    background: linear-gradient(180deg, rgba(250, 139, 38, 0.15) 0%, rgba(250, 139, 38, 0) 100%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
    border-radius: 20px;
}
.item-five.orange-box .testimonial-box, .item-two.purple-box .testimonial-box, .item-three.green-box .testimonial-box, .item-four.skyblue-box .testimonial-box, .item-six.purple-box .testimonial-box, .item-seven.green-box .testimonial-box, .item-eight.skyblue-box .testimonial-box, .item-nine.orange-box .testimonial-box {
    margin-left: 2px!important;
    margin-right: -2px!important;
}
.item-seven.green-box .testimonial-box, .item-eight.skyblue-box .testimonial-box, .item-nine.orange-box .testimonial-box {
    margin-left: 3px!important;
}

.purple-box .testimonial-box:before {
    background: linear-gradient(180deg, rgba(176, 152, 242, 0.15) 0%, rgba(176, 152, 242, 0) 100%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
}
.green-box .testimonial-box:before {
    background: linear-gradient(180deg, rgba(52, 201, 160, 0.15) 0%, rgba(52, 201, 160, 0) 100%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
}
.skyblue-box .testimonial-box:before {
    background: linear-gradient(180deg, rgba(58, 137, 248, 0.15) 0%, rgba(58, 137, 248, 0) 100%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
}

/* .purple-box .testimonial-box {
    border-radius: 20px;    
    background: linear-gradient(180deg, rgba(176, 152, 242, 0.15) 0%, rgba(176, 152, 242, 0.00) 100%), var(--white, #FFF);
    box-shadow: 0px 14px 14px 0px rgba(37, 61, 73, 0.15);
}
.green-box .testimonial-box {
    border-radius: 20px;    
    background: linear-gradient(180deg, rgba(52, 201, 160, 0.15) 0%, rgba(52, 201, 160, 0.00) 100%), var(--white, #FFF);
    box-shadow: 0px 14px 14px 0px rgba(37, 61, 73, 0.15);
}
.skyblue-box .testimonial-box {
    border-radius: 20px;    
    background: linear-gradient(180deg, rgba(58, 137, 248, 0.15) 0%, rgba(58, 137, 248, 0.00) 100%), var(--white, #FFF);
    box-shadow: 0px 14px 14px 0px rgba(37, 61, 73, 0.15);
} */
#my-carousel {
    box-shadow: 0px 14px 54px 0px #253D4926;
    border-radius: 20px!important; 
}
.testimonial-box {
    position: relative;
    border-radius: 20px!important; 
    overflow: hidden!important;
    box-shadow: none!important;
}
.testimonial-box:after {
    background-repeat: no-repeat;
    background-position: right bottom;
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 165px;
    height: 165px;
    background-size: 80%;
    opacity: 0.2;
}

@media only screen and (max-width: 420px) {
    .testimonial-box:after {        
        width: 100px;
        height: 100px;
    }
}
.item-one .testimonial-box:after {
    background-image: url(../img/our-services-update/services/blockchain-technology.svg);
}
.item-two .testimonial-box:after {
    background-image: url(../img/our-services-update/services/blockchain-deveopment.svg);
}
.item-three .testimonial-box:after {
    background-image: url(../img/our-services-update/services/smart-contract.svg);
}
.item-four .testimonial-box:after {
    background-image: url(../img/our-services-update/services/dapp-development.svg);
}
.item-five .testimonial-box:after {
    background-image: url(../img/our-services-update/services/defi-solutions.svg);
}
.item-six .testimonial-box:after {
    background-image: url(../img/our-services-update/services/nft.svg);
}
.item-seven .testimonial-box:after {
    background-image: url(../img/our-services-update/services/blockchain-security.svg);
}
.item-eight .testimonial-box:after {
    background-image: url(../img/our-services-update/services/wallet-development.svg);
}
.item-nine .testimonial-box:after {
    background-image: url(../img/our-services-update/services/centralized-exchange.svg);
}
.testimonial-box > img {
    width: 60px !important;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}
.testimonial-box h4 {
    margin-bottom: 15px;
    font-family: 'Mulish', sans-serif !important;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    position: relative;
    z-index: 2;
}
.testimonial-box p {
    color: #31364E;
    font-size: 20px;
    font-style: normal;
    position: relative;
    z-index: 2;
    font-weight: 400;
    line-height: 35px;
}
.testimonial-box p span {
    font-weight: 700;
}
.testimonial-box {
    padding: 60px 35px;
    margin-left: 1px;
    margin-right: -1px;
}
.tab-content-data .blockchain_list {
    width: 45%;
}
.tab-content-data .blockchain_content {
    width: 55%;
    padding-left: 20px;
}

@media only screen and (max-width: 1024px) {
    .testimonial-box h4 {        
        font-size: 26px;
        line-height: 32px;
    }
}
@media only screen and (max-width: 991px) {
    .testimonial-box {
        min-height: 480px;
        padding: 40px 20px;
    }
    .tab-content-data .blockchain_list {
        width: 100%; 
    }    
    .tab-content-data .blockchain_content {
        width: 100%; 
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .testimonial-box h4 {        
        font-size: 20px;
        line-height: 28px;
    }
    .testimonial-box p {
        font-size: 14px; 
        line-height: 24px;
    }
    .navigator h3 {
        font-size: 18px;
    }
    .client-slider-wrapper .navigator {
        padding: 10px 12px 10px 0px;
    }
    .navigation-img-wrapper {
        margin-bottom: 20px;
    }
}

.tab-content-data .item {    
    display: flex;
    height: 100%;
}
.tab-content-data .owl-carousel .owl-stage {
    display: flex;
    height: 100%;
}
.tab-content-data .owl-carousel {
    height: 100%;
}
.tab-content-data .owl-carousel .owl-stage-outer,
.tab-content-data .owl-carousel.owl-drag .owl-item {
    display: flex;
    height: 100%;
}
.tab-content-data {
    margin-top: 24px;
    width: 100%;
}
.tab-content-title h3 {
    max-width: 765px;
}
.tab-content-title p {
    color: #31364E;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    max-width: 883px
}
.trusted-wrapper {
    display: flex;
    flex-wrap: wrap;
}
#my-carousel {
    margin-top: 4px;
}

@media only screen and (max-width: 991px) {
    #my-carousel {
        margin-top: 48px;
    }
    #my-carousel .owl-dots {
        text-align: center;        
        position: absolute;
        margin: 30px auto;
        left: 0;
        right: 0;    
    }
    #my-carousel .owl-dot {
        width: 7px;
        height: 7px;
        background: #ccc;
        border-radius: 50%;
        margin-right: 5px;
    }
    #my-carousel .owl-dot.active {    
        background: #fa8b26; 
    }
}



.tab {
    overflow: hidden;
}


/* Tabs */
.tabs-block .nav-tabs {
    border: 0px;
    justify-content: center;
    overflow-x: auto;
    position: relative;
    flex-flow: nowrap;
    display: flex;
}
.tabs-block .nav-tabs:after {
    content: '';
    background-color: #e9e9eb;
    height: 2px;
    position: absolute;
    bottom: 0;
    z-index: -1;
    left: 20px;
    right: 20px;
}
.tab-content {
    padding-top: 40px;
}
.tabs-block .nav-item {
    margin: 14px 16px 0 16px;
    white-space: nowrap;
}
.tabs-block .nav-item:first-child {
    margin-left: -20px;
}
.tabs-block .nav-item .nav-link  {
    color: #202333;    
    border: 0px;
    border-bottom: 2px solid #e9e9eb;
    padding: 13px 0px;
    font-size: 13px;
    line-height: 28px
}
.tabs-block .nav-item.active .nav-link {
    color: #202333;
    font-weight: 700;
    background-color: transparent;
    border: 0px;
    border-bottom: 2px solid #FA8B26;
    padding: 13px 0px;

}

.tabs-block .nav-item .nav-link:hover {    
    border-bottom: 2px solid #FA8B26;
}

@media only screen and (max-width: 991px) {
    .tabs-block .nav-tabs {
        justify-content: start;
    }
    .tabs-block .nav-item {
        /*margin: 22px 20px 15px 20px;*/
    }
}

/* Our Clients */
/* slick slider */ 
.pointer {
    cursor: pointer;
}

.our_clients_section {
    padding-top: 60px;
}
.our_clients_section .row {position: relative;}

.our_clients_section .slick-slider, .our_clients_section .col-block {
    position: unset!important;
}
.our_clients_section .arrow-left {
    position: absolute;
    left: 15px;
    bottom: 110px;
    cursor: pointer;
    z-index: 1;
}
.our_clients_section .arrow-right {
    display: block;
    position: absolute;
    left: 88px;
    bottom: 110px;
    cursor: pointer; 
}
@media only screen and (min-width: 1199px) {
    .our_clients_content {
        padding-right: 48px;
    }    
}
@media only screen and (max-width: 1199px) {
    .our_clients_section .arrow-left, .our_clients_section .arrow-right {
        bottom: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .our_clients_section .arrow-left {
        left: 45px;
        bottom: 90px;
    }
    .our_clients_section .arrow-right {
        left: 115px;
        bottom: 90px;
    }
}
@media only screen and (max-width: 575px) {
    .our_clients_section {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .our_clients_section .arrow-left, .our_clients_section .arrow-right { 
        width: 35px;
        left: 35px;
        bottom: 70px;
    } 
    .our_clients_section .arrow-right {
        left: 80px;
    }
}

.our_clients_section .slick-list {
    padding-top: 10%!important; 
    padding-bottom: 10%!important;
}
.our_clients_section .slick-track {
    max-width: 100%!important;
    transform: translate3d(0, 0, 0)!important;
    perspective: 100px;
}  
.our_clients_section .slick-slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    width: 100%!important;
    transform: translate3d(0, 0, 0);
    transition: transform 1s, opacity 1s;
}
/*
.our_clients_section .slider-nav-thumbnails .slick-slide {
    position: unset!important;
     background-color: red; 
} */

.our_clients_section .slick-current {
    opacity: 1;
    position: relative;
    display: block;    
    z-index: 2;        
}
.our_clients_section .slick-snext {
    opacity: 1;    
    transform: translate3d(55px, -30px, -22px) rotate(3deg);
    z-index: 1; 
}
.our_clients_section .slick-sprev { 
    opacity: 1;
    transform: translate3d(50px, 7px, -13px) rotate(5deg);
}
@media only screen and (max-width: 1199px) {
    .our_clients_section .slick-snext {    
        transform: translate3d(48px, -30px, -22px) rotate(4deg);
    }
}
@media only screen and (max-width: 767px) {
    .our_clients_section .slick-snext {    
        transform: translate3d(59px, -30px, -22px) rotate(3deg);
    }
}
@media only screen and (max-width: 600px) {
    .our_clients_section .slick-snext {    
        transform: translate3d(47px, -30px, -22px) rotate(3deg);
    }
}


.line-animation:nth-child(2)::before {
    animation-delay: 2s;
  }
  .line-animation:nth-child(3)::before {
    animation-delay: 4s;
  }
  .line-animation:nth-child(4)::before {
    animation-delay: 6s;
  }
  .line-animation:nth-child(5)::before {
    animation-delay: 8s;
  }



  /* agnostic-blockchain-section */
  .agnostic_blockchain_section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .agnostic_blockchain_img img {
    border-radius: 20px;
    overflow: hidden;
  }
  @media only screen and (max-width: 767px) {
    .agnostic_blockchain_img {
        margin-top: 50px!important;
    }
    .agnostic_blockchain_section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
  }

  .square {
    border-left: 3px solid hsla(0, 0%, 0%, 0.149);
    margin-bottom: 25px;
  }
  .square .highlighter {
    position: relative;
  }
  .square .highlighter::before {
    content: '';
    position: absolute;
    left: -3px;
    top: 0px;
    background-color: #FA8B26;    
    width: 3px;    
    animation-name: example;
    animation-duration: 4s;
  }
  @keyframes example {
    0%   {height: 0%;}
    100%  {height: 100%;}
  }

.square .solutions_content {display: none; transition: all 4s; overflow: hidden;}
.square .highlighter .solutions_content {
    display: block; transition: all 4s;
}

.solutions_title {
    padding: 9px 20px 7px 20px;
    margin-bottom: 0;
    position: relative;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    font-family: 'Mulish', sans-serif !important;
}
.solutions_content {
    padding: 7px 20px 9px 20px;
    position: relative;
    color: #31364E;
}

@media only screen and (max-width: 767px) {
    h2.text-heading { 
        font-size: 28px;
        line-height: 36px; 
    }
}

/*========Updated CSS=============*/
.contact_investers_wrapper ul {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.contact_investers_wrapper {
    padding: 44px 40px;
    min-width: 220px;
    border-radius: 20px;
    position: relative;
    box-shadow: 0px 14px 30px 0px #253D4914;
    /* margin-bottom: 100px; */
    border: 1px solid #9FDAF7;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 43px 30%;
    background-color: rgba(255, 255, 255, 0.8);
    /*margin-bottom: 100px;*/
}
.contact_investers_wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
     /*background: linear-gradient(253.43deg, rgba(248, 186, 129, 0.2) 22.26%, rgba(246, 157, 76, .5) 69.47%); */
    background: linear-gradient(180deg, rgba(159, 218, 247, 0.2) 0%, rgba(38, 179, 250, 0.1) 100%);
    border-radius: 20px;
}
.section-6 .contact_investers_wrapper {
    border: 1px solid rgba(246, 157, 76, .5) !important;
}
.section-6 .contact_investers_wrapper:before {
     background: linear-gradient(253.43deg, rgba(248, 186, 129, 0.2) 22.26%, rgba(246, 157, 76, .15) 69.47%) !important;
}
.section.bg-purple {
    position: relative;
    /* min-height: 100vh; */
    display: flex;
    align-items: center;
    padding: 100px 0 100px;
    background: transparent !important;
}
.mb-35 {
    margin-bottom: 35px;
}
.why-listing {
    margin-bottom: 40px;
}
.why-listing li {
    position: relative;
    padding-left: 40px;
    color: var(--text-color);
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 20px;
}
.why-listing li:before {
    position: absolute;
    top: 7px;
    left: 0;
    content: "";
    background-image: url(../images/check.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}
.gradient-purple {
    background: linear-gradient(90deg, #202333 0%, #FA8B26 90.87%);
}
.heading {
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    font-size: 48px;
    font-family: "Playfair Display", serif !important;
    font-weight: 700;
    line-height: 59px;
    text-transform: capitalize;
    -webkit-box-decoration-break: clone;
}


/* slider */

.our_clients-section {
    padding-top: 80px;
    padding-bottom: 90px;
    background-color: #F8FAFC;    
}
@media only screen and (max-width: 767px) {    
    .brands-section {
        padding-bottom: 50px;
    }
    .our_clients-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.our_clients-section .text-heading {
    margin-bottom: 35px;
}
.our_clients-section .videos-slider-2 .slick-slide {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 10px 8px 0px #2538490F;
    margin-right: 20px;
    margin-left: 20px;
    height: 100%!important;
    margin-bottom: 16px;
    margin-top: 10px;
}
@media only screen and (max-width: 575px) {  
    .our_clients-section .text-heading {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 0;
    }
}


.client-slider-wrapper .item img {
	width: 100%;
}

.client-slider-wrapper {
	margin-top: 25px;
    padding: 0px 20px;
}
.slick-track {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.client-slider-wrapper .slick-track {
    transform: none !important;
    border-top: 4px solid rgba(49, 54, 78, 0.06);
}
.client-slider-wrapper .slick-slide {
	width: 100%;
	min-height: 110px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	position: relative;
    text-align: center;
    /*margin-left: 39px;
    margin-right: 39px;*/
}
.client-slider-wrapper .navigator:after {
    border-top: 0px solid rgba(49, 54, 78, 0.06);
}
.client-slider-wrapper .navigator.slick-slide:first-child {
    margin-left: 0px;
}
.client-slider-wrapper .navigator.slick-slide:last-child {
    margin-right: 0px;
}

@media only screen and (max-width: 991px) {
    .client-slider-wrapper .slick-slide {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .client-slider-wrapper .slick-slide {
        min-height: 70px;
    }
}

.client-slider-wrapper .navigator img {
    /*width: 80%;*/
    margin: 0 auto;
}
.client-slider-wrapper .slick-slide.slick-current.slick-active {	
    background: linear-gradient(0deg, rgba(250, 139, 38, 0) 16.3%, rgba(250, 139, 38, 0.14) 100%);
}

.client-slider-wrapper .slick-slide:after {
	content: '';
    position: absolute;
    left: 0;
    top: -4px;
    width: 100%;	
}
/*.client-slider-wrapper .slick-slide.slick-current.slick-active:after {
	border-top: 4px solid #34C9A0;
	animation: border_anim 5s linear forwards;
}*/
@keyframes border_anim {
	0%{
		width: 0%;
	}
	100%{
		width: 100%;
	}
}

.client-slider-wrapper .slick-slide.slick-current.slick-active:after {	
    border-top: 4px solid #FA8B26;
	animation: border_anim 2s linear forwards;
}
.include-all-section {
    padding: 50px 0 100px 0
}


.orange-list-card {
    border-radius: 20px;
    border: 1px solid #FA8B26;
    background: linear-gradient(180deg, rgba(250, 139, 38, 0.15) 0%, rgba(250, 139, 38, 0.00) 100%), #FFF;
    box-shadow: 0px 14px 30px 0px rgba(37, 61, 73, 0.08);
    padding: 28px 25px;
}
@media only screen and (max-width: 767px) {
    .orange-list-card {
        margin-top: 50px;
    }
}

.our-offering-list {
    padding-left: 0;    
}
.offering-heading {
    font-family: 'Mulish', sans-serif !important;
    font-size: 18px;
    line-height: 35px;
    font-weight: 700;
    margin-bottom: 14px;
}
.our-offering-list li {
    margin-bottom: 15px;
    line-height: 35px;
    display: flex;
    align-items: baseline;
}
.our-offering-list li:last-child {
    margin-bottom: 0;
}
.our-offering-list li .arrow {
    margin-right: 15px;
}

.tabs-block .viewcasestudy_content {
    padding-right: 55px;
}
.tabs-block .viewcasestudy_heading {
    font-weight: 800;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px!important;
}
@media only screen and (max-width: 1199px) {
    .tabs-block .viewcasestudy_content {
        padding-right: 0px;
    }
}
@media only screen and (max-width: 767px) {
    .tabs-block .viewcasestudy_heading {        
        font-size: 20px;
        line-height: 24px;
    }        
}
.include-all-section {
    padding: 50px 0 100px 0
}
.investors a.btn-md.btn-dark.border-0 {
    display: inline-block;
    max-width: 155px !important;
    text-align: center;
}
.laptop-image {
    width: 100%;
}
.contact_investers_wrapper p {
    color: #31364E;
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}
.blockchain_integrations_section .tab-content {
    padding: 0;
}
.contact_investers_wrapper h3,
.contact_investers_wrapper a {
    font-size: 26px;
    font-weight: 700;
    line-height: 38px;
    max-width: 905px;
    width: 100%;
    font-family: 'Mulish', sans-serif !important;
    text-align: left;
}
.contact_investers_wrapper a:hover h3, .contact_investers_wrapper a:focus h3 {
    color: #FA8B26;
}
.banner-text p {
    margin-bottom: 30px;
    margin-top: 0;
}
.col-lg-12.blockchain-integrations_brands {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.mobile_device {
    display: none;
}
.list-box-feature > ul > li img {
    margin-right: 12px;
    width: 20px;
}
/*========================== iPhone ==========================*/
@media screen and (min-width: 320px) and (max-width: 767px) {
    .list-box-feature > ul > li img {
        margin-right: 10px;
    }
    .contact_investers_wrapper ul {
        flex-direction: column;
    }
    .col-lg-12.blockchain-integrations_brands,
    .col-lg-12.tabs-block {
        padding: 0 !important;
    }
    .blockchain-integrations_brands .recognized-box {
        width: 48%;
    }
    .recognized-box img {
        width: 90%;
        margin: 0 auto;
    }
    .col-lg-12.blockchain-integrations_brands {
        justify-content: space-between !important;
    }
    .box-tech {
        max-width: none !important;
    }
    .process-detail h3 {
        min-height: auto !important;
    }
    .one_section .contact_investers_wrapper {
        padding: 20px 40px !important;
    }
    .banner-text p {
        margin-bottom: 16px;
    }
    .processing-section {
        padding: 20px 0 30px !important;
    }
    span.heading.gradient-purple {
        font-size: 28px !important
    }
    h2.text-heading.orange-grdnt-color {
        margin-bottom: 0 !important
    }
    .client-slider-wrapper .navigator img {
        width: 80%;
    }
    .contact_investers_wrapper h3 {
        font-size: 22px;
        line-height: 32px;
    }
    .tabs-block .nav-tabs:after {
        width: 250% ;
    }
    .heading-text h2 {
        margin-bottom: 0 !important
    }
    .mobile_device {
        display: flex !important;
        justify-content: center;
        margin-bottom: 0px;
        margin-top: -40px;
        z-index: -1;
        position: relative;
    }
    .process-list-img img.mobile_device {
        z-index: 0 !important;
        margin-top: 0 !important;
    }
    .process-list-img .row.afterEffect:before {
        content: none;
    }
    .desktop_device {
        display: none;
    }
    .section.bg-purple .align-items-center.align-items-md-start {
        flex-direction: column-reverse;
        justify-content: center;
    }
    .contact_investers_wrapper ul li {
        margin: 20px 0;
    }
    .google-idp .contact_investers_wrapper ul li {
        margin: 0;
    }
    .investors a.btn-md.btn-dark.border-0 {
        margin: 0 auto 20px;
    }
    .include-all-section h2,
    .include-all-section p {
        text-align: center;
    }
    .tabs-block .nav-tabs {
        margin: 0 !important
    }
    .include-all-section {
        padding: 50px 0 50px 0 !important
    }
    .section.bg-purple {
        padding: 50px 0 50px !important
    }
    .bg-purple .col-12.col-lg-4.text-md-center.text-right {
        text-align: center !important;
        margin-bottom: 20px;
    }
    .blockchain_integrations_section h2 {
        margin-bottom: 0 !important;
    }
    .heading-text h2 {
        text-align: center;
        margin-bottom: 0 !important
    }
    .tabs-block .nav-item:first-child {
        margin-left: 0 !important
    }
    .include-all-section h2 br {
        display: none;
    }
    .include-all-section .col-lg-9 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .tabs-block .nav-item {
        margin-bottom: 0 !important
    }
    .apd-development-lifecycle {
        margin-top: 0 !important;
        padding: 50px 0 !important
    }
    h2.section_heading.text-heading.orange-grdnt-color {
        text-align: center;
        width: 100%;
    }
    .processing-section h2.text-heading.orange-grdnt-color,
    .apd-development-lifecycle h2.text-heading.orange-grdnt-color {
        margin-bottom: 25px !important
    }
    .bottom_section .contact_investers_heading {
        font-size: 28px !important;
        line-height: 36px !important;
        margin-bottom: 10px !important
    }
    .bottom_section {
        margin-bottom: 50px !important
    }
    .container {
        max-width: 100%!important
    }
    .google-idp .col-md-12 {
        padding: 0 !important;
    }
    p.viewcasestudy_para.font-14.mb-4 {
        margin-bottom: 0 !important;
    }
    .infographic {
        padding-bottom: 0 !important
    }
    ul.table-list {
        flex-direction: column !important;
    }
    ul.table-list > li {
        width: 100% !important;
    }
    ul.table-list > li {
        margin-bottom: 20px !important;
    }
    ul.table-list > li:last-child {
        margin-bottom: 0 !important
    }
    section.container-fluid.table-section-list {
        padding: 40px 0 50px !important
    }
    .list-box-feature > ul > li {
        padding: 0 20px !important;
    }
    .list-box-feature > ul > li p {
        font-size: 14px !important;
    }
    .banner-video video {
        position: relative;
        z-index: -1;
    }
}

/*===========================iPad====================*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .list-box-feature > ul > li img {
        margin-right: 10px !important;
    }
     body .bottom_section .contact_investers_heading {
        font-size: 2rem !important
    }
    .banner-video video {
        position: relative;
        z-index: -1;
    }
    .process-list-img .row.afterEffect:before {
        content: none;
    }
    .inner-page .banner {
        min-height: auto !important;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 0 !important;
    }
    .process-list-img img.mobile_device {
        margin-top: 0 !important;
        z-index: 1 !important;
    }
    .contact_investers_wrapper ul {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .process-detail h3 {
        min-height: auto !important;
    }
    .bottom_section .contact_investers_heading {

    }
    .container {
        max-width: 100%!important
    }
    .google-idp .col-md-12 {
        padding: 0 !important;
    }
    .one_section .contact_investers_wrapper {
        padding: 20px 0px;
    }
    .banner-text p {
        margin-bottom: 15px;
    }
    .mobile_device {
        display: flex !important;
        justify-content: center;
        margin-bottom: 40px;
    }
    .desktop_device {
        display: none;
    }
    .section.bg-purple .align-items-center.align-items-md-start {
        flex-direction: column-reverse;
        justify-content: center;
    }
    .contact_investers_wrapper ul li {
        margin: 20px 30px;
        width: 22.5%;
        /*height: 55px;*/
    }
    .contact_investers_wrapper ul li img {
        width: 100%;
    }
    .our_clients-section .text-heading {
        margin-bottom: 20px !important
    }
    .investors a.btn-md.btn-dark.border-0 {
        margin: 10px auto 20px;
        max-width: 150px !important;
        width: 100%;
    }
    .include-all-section h2,
    .include-all-section p {
        text-align: center;
        width: 100%;
        margin-bottom: 30px;
    }
    .tab-content>.tab-pane {
        padding-top: 30px;
    }
    .tabs-block .nav-tabs {
        margin: 0 !important
    }
    .include-all-section {
        padding: 50px 0 50px 0 !important
    }
    .section.bg-purple {
        padding: 50px 0 50px !important
    }
    .bg-purple .col-12.col-lg-4.text-md-center.text-right {
        text-align: center !important;
        margin-bottom: 20px;
    }
    .blockchain_integrations_section h2 {
        margin-bottom: 10px !important;
    }
    .heading-text h2 {
        text-align: center;
        margin-bottom: 20px !important
    }
    .tabs-block .nav-item:first-child {
        margin-left: 0 !important
    }
    .different-section, .ai_development_section {
        padding-bottom: 50px;
    }
    .our_clients-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .blockchain_integrations_section h2 {
        text-align: center;
        width: 100%;
    }
    .blockchain_integrations_section {
        padding-top: 50px;
        padding-bottom: 50px;
        margin-bottom: 50px;
    }
    .blockchain-integrations_brands .recognized-box {
        width: 45.33% ;
    }
    .tab-pane p.viewcasestudy_para {
        text-align: left;
    }
    .container {
        max-width: 100% !important
    }
    .viewcasestudy_block .row.align-items-center {
        flex-direction: column-reverse;
    }
    .viewcasestudy_block .col-md-6 {
        max-width: 100%;
        text-align: center;
    }
    .viewcasestudy_block .col-md-6 {
        margin-top: 30px;
    }
    .tabs-block .nav-tabs {
        justify-content: flex-start !important
    }
    .tabs-block .nav-item {
        margin: 14px 16px 2px 16px !important
    }
    .tab-content {
        padding-top: 30px;
    }
    .include-all-section .col-lg-9 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .casestudy_img {
        width: 80%;
        margin: 0 auto;
    }
    .section-6 .col-12.col-lg-8.heading-text,
    .section-6 .col-12.col-lg-4.text-md-center.text-right {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .different-section h3 {
        text-align: center;
    }
    .banner .row.banner-relative.align-items-start {
        align-items: center !important;
        justify-content: center;
        text-align: center;
    }
    .mtop10, .submenu-bottom, .submenu-list, header.inner img {
        margin-top: 0 !important
    }
    .apd-development-lifecycle {
        padding: 50px 0;
        position: relative;
        margin: 0 !important;
    }
    .google-idp .contact_investers_wrapper {
        height: 180px !important;
    }
    .google-idp .contact_investers_wrapper ul li {
        margin: 0;
        width: 100% !important;
    }
    .box-tech {
        max-width: 205px !important;
        background-position: center right;
    }
    .box-tech h4 {
        font-size: 16px !important;
        line-height: 20px !important;
    }
    .processing-section {
        padding: 50px 0 40px !important
    }
    .infographic img {
        margin-top: -65px;
        position: relative;
        z-index: -1;
        margin-bottom: 0 !important
    }
    section.container-fluid.table-section-list {
        padding: 50px 0 50px !important
    }
    body .list-box-feature > ul > li {
        padding: 0 20px !important;
    }
    body .list-box-feature > ul > li:first-child {
        padding: 30px 15px !important
    }
    .list-box-feature > ul > li p {
        font-size: 14px !important;
    }
    ul.table-list {
        width: 100% !important
    }
    .list-box-feature > ul > li p {
        line-height: 16px !important;
    }
    .list-box-feature > ul > li {
        align-items: flex-start !important;
    }
}
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
    .box-tech {
        max-width: 265px !important;
    }
    .box-tech h4 {
        font-size: 16px !important;
        line-height: 22px !important;
    }
    ul.table-list {
        width: 100% !important
    }
    body .list-box-feature > ul > li {
        padding: 0 20px !important;
    }
    body .list-box-feature > ul > li:first-child {
        padding: 30px 15px !important
    }
    .list-box-feature > ul > li p {
        font-size: 14px !important;
    }
    ul.table-list {
        width: 100% !important
    }
    .list-box-feature > ul > li p {
        line-height: 16px !important;
    }
    .list-box-feature > ul > li {
        align-items: flex-start !important;
    }
}
@media screen and (min-width: 820px) and (max-width: 1180px) {
    .list-box-feature > ul > li img {
        margin-right: 10px;
    }
    .inner-page .banner {
        min-height: auto !important;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 0 !important;
    }
    .banner-video video {
        position: relative;
        z-index: -1;
    }
    .process-list-img .row.afterEffect:before {
        content: none;
    }
    section.container-fluid.table-section-list {
        padding: 50px 0 50px !important
    }
    .list-box-feature > ul > li {
        padding: 0 20px !important;
    }
    .list-box-feature > ul > li p {
        font-size: 14px !important;
    }
    .tabs-block .nav-tabs {
        justify-content: flex-start !important
    }
    .tabs-block .nav-item {
        margin: 14px 16px 2px 16px !important
    }
    .tab-content {
        padding-top: 30px;
    }
    .tabs-block .nav-tabs:after {
        bottom: 2px !important
    }
    .include-all-section .col-lg-9 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .box-tech {
        max-width: 240px;
    }
    .box-tech h4 {
        font-size: 16px;
        font-weight: 700;
        line-height: 20px;
    }
    ul.table-list {
        width: 100% !important
    }
    body .list-box-feature > ul > li {
        padding: 0 20px !important;
    }
    body .list-box-feature > ul > li:first-child {
        padding: 30px 15px !important
    }
    .list-box-feature > ul > li p {
        font-size: 14px !important;
    }
    ul.table-list {
        width: 100% !important
    }
    .list-box-feature > ul > li p {
        line-height: 16px !important;
    }
    .list-box-feature > ul > li {
        align-items: flex-start !important;
    }
}

@media screen and (min-width: 1181px) and (max-width: 1279px) {
    ul.table-list {
        width: 100% !important
    }
    .inner-page .banner {
        min-height: auto !important;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 0 !important;
    }
}
/*================IDP============*/
.infographic {
    padding: 0 0 0 0;
    text-align: center;
}
.infographic h2 {
    margin-bottom: 40px;
}
.infographic img {
    width: 100%;
}
.processing-section {
    padding: 30px 0 70px
}
/*Google*/
.google-idp ul {
    justify-content: center;
}
.google-idp .contact_investers_wrapper {
    border: 0 !important;
    background-size: cover;
    background-position: center;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;  
    background: #EAF2FF ;
}
.google-idp .contact_investers_wrapper:before {
    background: linear-gradient(253.43deg, rgba(159, 218, 247, 0.2) 22.26%, rgba(38, 179, 250, 0.1) 67.84%);
}
/*Bottom Section*/
.bottom_section {
    margin-bottom: 100px;
}
.bottom_section .contact_investers_wrapper {
    border: 1px solid #fa8b2680;
}
.bottom_section .contact_investers_wrapper:before {
    background: linear-gradient(253.43deg, rgba(248, 186, 129, 0.2) 22.26%, rgba(246, 157, 76, 10%) 69.47%) !important;
}
.bottom_section .contact_investers_wrapper p {
    text-align: center;
    margin-bottom: 20px !important
}
.bottom_section .heading {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
}
.bottom_section .contact_investers_heading {
    font-family: "Playfair";
    font-size: 48px;
    font-weight: 700;
    line-height: 59px;
    letter-spacing: 0em;
    text-align: center;
    background: linear-gradient(90deg, #202333 30%, #FA8B26 70.87%);
    margin-bottom: 5px !important;
}
.bottom_section .contact_investers_wrapper a {
    font-size: 14px !important;
    font-weight: 700 !important;
}
/*List Section*/
.apd-development-lifecycle {
    padding: 100px 0;
    position: relative;
    margin-top: 0 !important
}
.col-md-8.linkList {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}
.box-tech {
    box-shadow: 0px 2px 60px rgb(0 0 0 / 6%);
    text-align: left;
    padding: 40px 30px;
    margin-bottom: 20px;
    background-color: #fff;
    width: 100%;
    max-width: 340px;
    border-radius: 20px;
    background-image: url(../img/solutions/idp/box-infograph.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 156% 0px;
    position: relative;
    z-index: 1;
}
.box-tech h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    font-family: 'Mulish', sans-serif !important;
    margin-bottom: 0;
    margin-top: 20px
}
.linkList {
    position: relative;
}
.linkList::before {
    content: '';
    position: absolute;
    border-radius: 496px;
    opacity: 0.3;
    background: #FA8B26;
    filter: blur(150px);
    left: 0;
    right: 0;
    top: 20%;
    bottom: 0;
    max-width: 300px;
    margin: 0 auto;
    height: 60%;
}
/*Process Section*/
.process-box {
    border-radius: 20px;
    background-color: #fff;
    padding: 30px;
    box-shadow: 0px 16px 36px 0px #2023331A;
    /*margin-bottom: 20px;*/
    height: 100%;
}
.process-box .process-icon {
    width: 60px;
    height: 60px;
    box-shadow: 0px 14px 30px 0px #253D4914;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 12px;
    margin-bottom: 15px;
    z-index: 1;
}
.processing-section .row .col-lg-4 {
    margin-bottom: 25px;
}
/*Box-gred*/
.orange-section-icon {
    background: linear-gradient(180deg, rgba(250, 139, 38, 0.10) 0%, rgba(250, 139, 38, 0) 100%);
}
.orange-section-icon:after {
    border: 1px solid;
    background: linear-gradient(180deg, rgba(250, 139, 38, 0.2) 0%, rgba(250, 139, 38, 0.01) 100%); 
    border: 1px solid rgba(250, 139, 38, 0.25);
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    border-radius: 12px;
    box-shadow: 0px 14px 30px 0px #253D4914;
}

.purple-section-icon {
    background: linear-gradient(180deg, rgba(176, 152, 242, 0.10) 0%, rgba(176, 152, 242, 0) 100%);
}
.purple-section-icon:after {
    border: 1px solid;
    background: linear-gradient(180deg, rgba(176, 152, 242, 0.2) 0%, rgba(176, 152, 242, 0.01) 100%); 
    border: 1px solid rgba(176, 152, 242, 0.25);
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    border-radius: 12px;
    box-shadow: 0px 14px 30px 0px #253D4914;
}

.green-section-icon {
    background: linear-gradient(180deg, rgba(52, 201, 160, 0.10) 0%, rgba(52, 201, 160, 0) 100%);
}
.green-section-icon:after {
    border: 1px solid;
    background: linear-gradient(180deg, rgba(52, 201, 160, 0.2) 0%, rgba(52, 201, 160, 0.01) 100%); 
    border: 1px solid rgba(52, 201, 160, 0.25);
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    border-radius: 12px;
    box-shadow: 0px 14px 30px 0px #253D4914;
}

.blue-section-icon {
    background: linear-gradient(180deg, rgba(58, 137, 248, 0.10) 0%, rgba(58, 137, 248, 0) 100%);
}
.blue-section-icon:after {
    border: 1px solid;
    background: linear-gradient(180deg, rgba(58, 137, 248, 0.2) 0%, rgba(58, 137, 248, 0.01) 100%);
    border: 1px solid rgba(58, 137, 248, 0.25);
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    border-radius: 12px;
    box-shadow: 0px 14px 30px 0px #253D4914;
}
.processing-section .row {
    align-items: stretch;
}
.process-detail h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    font-family: 'Mulish', sans-serif !important;
    min-height: 48px;
    margin-bottom: 18px;
}
.process-detail p {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 0;
}
.processing-section .col-sm-12 p {
    /*max-width: 794px;*/
    margin: 0 auto 30px;
    text-align: center;
}
.infographic h2.text-heading.orange-grdnt-color.px-3 {
    margin-bottom: 35px !important;
}
.processing-section h2 {
    text-align: center;
    margin: 0 auto 25px;
    width: 100%;
}
.afterEffect {
    position: relative;
    z-index: 1
}
.afterEffect::before {
    content: '';
    position: absolute;
    border-radius: 496px;
    opacity: 0.3;
    background: #FA8B26;
    filter: blur(150px);
    left: 0;
    right: 0;
    top: 20%;
    bottom: 0;
    max-width: 600px;
    margin: 0 auto;
    height: 60%;
}
ul.table-list {
    width: 80%;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    padding: 0;
    margin: 0 auto;
}
ul.table-list > li {
    width: 48%;
    text-align: left;
    padding: 0 0;
    border: 1px solid rgba(250, 139, 38, 0.4);
    border-radius: 20px;
    position: relative;
    z-index: 1;
    background: #fff;
}
.list-box-feature > ul > li {
    padding: 0 45px;
}
.list-box-feature > ul > li {
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 25px;
    position: relative;
}
.list-box-feature > ul > li:after {
    content: "";
    /*border-bottom: 1px solid rgb(49 54 78 / 15%);*/
    position: absolute;
    z-index: 1;
    left: 20px;
    right: 20px;
    bottom: 0;
}
.list-box-feature > ul > li:first-child:after,
.list-box-feature > ul > li:last-child:after {
    content: none;
}
.list-box-feature > ul > li:first-child {
    background: linear-gradient(89.99deg, rgba(250, 139, 38, 0.15) 0%, rgba(250, 139, 38, 0) 99.99%);
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom: 0 !important
}
.list-box-feature:last-child > ul > li:first-child {
    /*background: #B098F2;*/
    background: linear-gradient(89.99deg, rgba(176, 152, 242, 0.3) 0%, rgba(250, 139, 38, 0) 99.99%);
    width: 100.6%;
    margin-left: -1px;
    margin-top: -1px;
}
.list-box-feature:last-child > ul > li:first-child p {
    /*color: #fff;*/
    font-weight: 600;
}
.list-box-feature:last-child > ul > li p {
    font-weight: 600
}
.list-box-feature:last-child {
    border: 1px solid #B098F2;
    box-shadow: 0px 14px 34px 0px #253D4914;
    /*background: linear-gradient(180deg, rgba(176, 152, 242, 0.2) 0%, rgba(176, 152, 242, .1) 100%);*/
        background: #fff;
    position: relative;
}
.list-box-feature > ul > li:first-child > p {
    font-weight: 800;
}
section.container-fluid.table-section-list {
    padding: 50px 0 90px;
}
.list-box-feature > ul > li p {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
}
.table-section-list h2.text-heading.orange-grdnt-color.px-3,
.process-section-list h2.text-heading.orange-grdnt-color.px-3 {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px !important
}
.list-box-feature > ul > li:first-child {
    height: auto !important;
    padding: 30px 45px !important;
    margin-bottom: 10px;
}
.list-box-feature > ul > li:last-child {
    margin-bottom: 10px;
}
.plan-detail {
    text-align: center;
    line-height: 52px;
    width: 100%
}
.custom-plan {
    text-align: center;
    width: 100%;
}
.plan-detail h5 {
    font-size: 28px;
    font-weight: 800;
    font-family: 'Mulish', sans-serif !important;
}
.plan-detail.custom-plan h5 {
    /*color: #fff;*/
}