<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*============================== Global ==============================*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200&amp;display=swap');

* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}
html, body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    overflow-x:hidden;
    font-family: 'Poppins', sans-serif;
}
input:focus, body select:focus, body textarea:focus, body button:focus {
    outline: none;
}
body *{
    -webkit-text-size-adjust:none;
}
button {
    border: none;
}
a, button {
    display: inline-block;
    text-decoration: none;
    color: inherit;
    line-height: 1;
    transition: all 0.7s ease 0s;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
}
a:hover {
    color: #ea6123;
}
a:focus-visible {
    outline: none;
}
img {
    max-width: 100%;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
::selection {
    color: #fff;
    background: #000;
}
h1, h2, h3, h4, h5, h6 {
    color: #0B0D17;
    font-family: 'Poppins', sans-serif;
}
p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 20px;
    color: #2e2e2e;
    font-family: 'Poppins', sans-serif;
}

ul li {
    font-size: 15px;
    line-height: 25px;
    color: #2e2e2e;
    font-family: 'Poppins', sans-serif;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1420px;
    }
}

.fixed-header {
    position: fixed !important;
    top: 0;
    z-index: 9999;
    width: 100%;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
    animation: smoothScroll 1s forwards;
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}
header.fixed-header nav .navbar-brand img {
    width: 160px;
}
header.fixed-header nav .navbar-nav li .nav-link {
    font-size: 13px;
    font-weight: 500;
}

.custom-btn {
    background: #fdbe10;
    color: #000;
    border-radius: 0;
    padding: 20px 40px;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.2px;
    border-radius: 10px;
}
.custom-btn:hover {
    text-decoration: none;
    color: #fdbe10;
    background: #000;
}
.arrow-button {
    color: #000;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.5s ease 0s;
}
.arrow-button i {
    color: #ea6123;
    vertical-align: middle;
    font-size: 18px;
    margin-left: 4px;
    transition: all 0.5s ease 0s;
}
.arrow-button:hover {
    text-decoration: none;
    color: #ea6123;
}
.arrow-button:hover i {
    margin-left: 12px;
}

.headline-area h2 {
    font-size: 44px;
    line-height: 58px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #151d29;
}
.headline-area p {
    font-size: 17px;
    line-height: 28px;
    color: #1e262d;
}

#navbarDropdown2 {
    display: none;
}
@media (max-width: 991px) {
    #navbarDropdown1 {
        display: none;
    }
    #navbarDropdown2 {
        display: block;
    }
}

/*============================ Header ============================*/
header {
    position: relative;
    z-index: 999;
    width: 100%;
    float: left;
    background: #fff;
    padding: 10px 0;
}
header nav {
    padding: 0!important;
}
header nav .navbar-brand {
    z-index: 1;
    transition: all 0.7s ease 0s;
}
header nav .navbar-brand img {
    width: 170px;
    transition: all 0.7s ease 0s;
}
header nav .navbar-nav li .nav-link {
    color: #000 !important;
    padding: 18px!important;
    text-transform: capitalize;
    line-height: 20px;
    font-size: 13.5px;
    font-weight: 500;
    /* letter-spacing: .3px; */
    font-family: 'Poppins', sans-serif;
}
header nav .navbar-nav li .nav-link:hover {
    color: #f0b30b!important;
}
header nav .navbar-nav li.active .nav-link {
    color: #f0b30b!important;
}
header nav .navbar-nav li:last-child .nav-link {
    background: #fdbe10;
    font-weight: 600;
    border-radius: 10px;
}
header nav .navbar-nav li:last-child .nav-link:hover {
    background: #0f479d;
    color: #fff !important;
}
header nav .navbar-nav .nav-item .dropdown-toggle::after {
    display: none;
}

header nav .navbar-nav .dropdown-menu .dropdown-item {
    font-size: 13.5px;
    line-height: 21px;
    font-weight: 500;
    color: #0B0D17;
    padding: 4px 0 2px;
}
header.fixed-header nav .navbar-nav .dropdown-menu .dropdown-item {
    font-size: 13px !important;
}
header nav .navbar-nav .dropdown-menu {
    border: none;
    padding: 10px 0;
    box-shadow: 0 6px 14px -6px rgba(0, 0, 0, 0.43);
    border-radius: 8px;
    left: -10%;
    right: 0;
    width: max-content;
    top: 96%;
    display: none;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    background: #2758a4;
}

header nav .navbar-nav .dropdown-mega {
    left: -255%;
    width: 88vh;
}
header nav .navbar-nav .dropdown-mega .menu_row {
    display: flex;
    flex-wrap: wrap;
}

/* for nested dropdown menus */
.navbar-nav .dropdown-menu .dropdown-menu {
    top: 0;
    left: 100%;
    opacity: 0;
    display: none;
    transition: opacity 0.5s linear;
}
/* .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-menu:hover  */


header nav .navbar-nav .child-menu {
    padding-left: 2%;
}
header nav .navbar-nav .child-menu .dropdown-item {
    text-transform: capitalize;
    font-size: 13px;
    line-height: 22px;
    padding: 4px 20px 4px !important;
    font-weight: 400 !important;
    color: #a6edfb !important;
    position: relative;
}
header nav .navbar-nav .child-menu .dropdown-item::before {
    content: '-';
    position: relative;
    display: inline-block;
    left: 0;
    top: 0;
    margin-right: 6px;
}
header nav .navbar-nav .child-menu .dropdown-menu .dropdown-item::before {
    content: none
}
header nav .navbar-nav .dropdown-menu .dropdown-item {
    font-size: 13px;
    line-height: 21px;
    padding: 6px 20px 4px;
    font-weight: 500;
    color: #fff;
}
header nav .navbar-nav .dropdown-menu .dropdown-item:hover {
    color: #fecc41 !important;
}
header nav .navbar-nav .child-menu .dropdown-item:hover {
    color: #fff !important;
}

@media (min-width: 991px) {
    .navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover  {
        display: block;
        opacity: 1;
        transition: visibility 0s, opacity 0.5s linear;
    }
    /* Style for nested dropdowns on hover (desktop only) */
    .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-menu:hover {
        display: block;
        opacity: 1;
    }
    #fc_block {
        display: none;
    }
    #first_childmenu:focus #fc_block,
    #first_childmenu:hover #fc_block {
        display: block;
    }
} 
.navbar .dropdown:hover .show, .navbar .dropdown .show:hover {
    display:block;
    opacity: 1;
    transition: visibility 0s, opacity 0.5s linear;
}
/* #first_childmenu:hover .show, #first_childmenu .show:hover {
    display: block;
    opacity: 1;
    transition: visibility 0s, opacity 0.5s linear;
} */
header nav .navbar-nav .dropdown-menu .dropdown-item.active,
header nav .navbar-nav .dropdown-menu .dropdown-item:active,
header nav .navbar-nav .dropdown-menu .dropdown-item:hover {
    color: #000;
    background-color: transparent;
}
.show {
    display:block;
    opacity: 1;
    transition: visibility 0s, opacity 0.5s linear;
}
/*============================ //Header ============================*/

.head-bar {
    position: relative;
    width: 100%;
    float: left;
    /* padding: 18px 0; */
    background-color: #fdbe10;
}
.head-bar .top_menus {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}
.head-bar .top_menus a {
    color: #000;
    font-size: 13px;
    text-transform: uppercase;
    padding: 15px 22px;
    font-weight: 500;
    letter-spacing: 0.2px;
}
.head-bar .top_menus a:hover {
    text-decoration: none;
}

.head-bar .top_menus a:last-child {
    background: #000;
    color: #fdbe10;
    font-weight: 600;
}
/* ========================== Index Banner ============================ */
.index-banner {
    position: relative;
    width: 100%;
    float: left;
    padding: 15px 0 50px;
    /* background: #153668; */
}
.index-banner:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background: rgb(255 255 255 / 88%);
}
.index-banner .text-quote {
    width: 100%;
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}
.index-banner .context_info {
    padding: 120px 0 80px;
}
.index-banner h1 {
    /* color: #ffff; */
    font-size: 114px;
    font-weight: 800;
    margin: 40px 0 30px;
    line-height: 128px;
}
.index-banner h1 span {
    -webkit-animation:colorchange 10s infinite alternate;
}
.index-banner p {
    /* color: #fff; */
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 30px;
}
.index-banner .index-btn {
   margin-top: 50px;
}
@-webkit-keyframes colorchange {
    0% { color: rgb(3, 70, 205); } 
    10% { color: #c109ce; }
    20% { color: #02cca4;}
    30% {color: #e76d1b;}
    40% {color: rgb(255, 90, 120);}
    50% { color: #e21691;} 
    60% { color: rgb(225, 255, 73); }
    70% { color: #0b84d4;}
    80% {color: #f3c50c;}
    90% { color: #1208d0; } 
    100% {color: rgb(211, 2, 2);}
}

.index-banner .img-1 {
    z-index: 9;
    top: 0;
    position: absolute;
    left: -4%;
    width: 340px;
}
.index-banner .img-2 {
    z-index: 9;
    top: 420px;
    position: absolute;
    right: -4%;
    width: 300px;
}

@-webkit-keyframes float {
    0% {
      box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
      transform: translatey(0px);
    }
    50% {
      box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
      transform: translatey(-20px);
    }
    100% {
      box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
      transform: translatey(0px);
    }
  }
  
  @keyframes float {
    0% {
      box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
      transform: translatey(0px);
    }
    50% {
      box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
      transform: translatey(-20px);
    }
    100% {
      box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
      transform: translatey(0px);
    }
  }
  .float_img {
    transform: translatey(0px);
	animation: float 6s ease-in-out infinite;
    position: relative;
    z-index: 9;
  }
/* ========================== //Index Banner ============================ */

/* ========================== Digital Market Banner ============================ */
.digital-market-banner {
    position: relative;
    width: 100%;
    float: left;
}
.digital-market-banner .text-quote {
    width: 100%;
    position: relative;
    z-index: 1;
}
.digital-market-banner .context_info {
    padding: 145px 0 100px;
}
.digital-market-banner .sub-category {
    color: #ffff;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 14px;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.digital-market-banner h1 {
    color: #ffff;
    font-size: 72px;
    font-weight: 800;
    margin: 40px 0 30px;
    line-height: 78px;
}
.digital-market-banner p {
    color: #fff;
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 30px;
}
.digital-market-banner .index-btn {
   margin-top: 50px;
}
.webite_banner .context_info {
    padding: 145px 0 120px;
}
.contact_banner .context_info {
    padding: 80px 0 60px;
}
.contact_banner  h1 {
   color: #000;
}
.contact_banner p {
    color: #2e2e2e;
}
.industry_banner .context_info {
    padding: 160px 0 150px;
}
.industry_banner .context_info h1 {
    margin-bottom: 30px;
}
.cyber_banner .context_info {
    max-width: 900px;
    padding: 130px 0 180px;
}
.main-banner-wrap-shape {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    max-width: 1100px;
    margin: 0 auto;
}
.main-banner-wrap-shape img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
/* ========================== //Digital Market Banner ============================ */

/* ========================== Customer Exp Banner ============================ */
.customer-exp-banner {
    position: relative;
    width: 100%;
    float: left;
}
.customer-exp-banner .full_img {
    width: 100%;
    object-fit: cover;
    height: 540px;
}
.customer-exp-banner .context_info {
    padding: 40px 0;
    text-align: center;
    position: relative;
    background: #206256;
}
.customer-exp-banner .context_info::after {
    content: '';
    transform: translateX(-50%);
    display: block;
    height: 28px;
    position: absolute;
    top: 100%;
    width: 84px;
    left: 50%;
    background: url(./../imgs/customer-experience/banner-arrow.png) no-repeat center center/100% 100% !important;
}
.customer-exp-banner h1 {
    color: #ffff;
    font-size: 58px;
    font-weight: 800;
    margin: 0;
    line-height: 68px;
}
.customer-exp-banner .banner-desc {
    text-align: center;
    max-width: 840px;
    margin: 0 auto;
    padding: 50px 0;
}
.customer-exp-banner .banner-desc p {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 20px;
}
.customer-exp-banner .index-btn {
   margin-top: 50px;
}
/* ========================== //Customer Exp Banner ============================ */

/* ========================== WordSlider Banner ============================ */
.work-slider-banner {
    position: relative;
    width: 100%;
    float: left;
}
.work-slider-banner .text-quote {
    width: 100%;
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 0 auto;
}
.work-slider-banner .context_info {
    padding: 145px 0 122px;
}
.work-slider-banner h1 {
    color: #ffff;
    font-size: 78px;
    font-weight: 800;
    margin: 40px 0 30px;
    line-height: 86px;
}
.work-slider-banner p {
    color: #fff;
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 30px;
}
.work-slider-banner .index-btn {
   margin-top: 50px;
}
.ms-slider {
    display: inline-block;
    height: 1.2em;
    overflow: hidden;
    vertical-align: middle;
    /* -webkit-mask-image: linear-gradient(transparent, white, white, white, transparent);
            mask-image: linear-gradient(transparent, white, white, white, transparent);
    mask-type: luminance;
    mask-mode: alpha; */
  }
  .ms-slider__words {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-animation-name: wordSlider;
            animation-name: wordSlider;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-duration: 7s;
            animation-duration: 7s;
  }
  .ms-slider__word {
    display: block;
    font-size: 78px;
    font-weight: 800;
    line-height: 92px;
    text-align: center;
    margin: 0 0 10px;
    color: #fdbe10;
  }
 .ms-slider__words .ms-slider__word:nth-child(1) {
    background-color: #b22209;
 } 
 .ms-slider__words .ms-slider__word:nth-child(2) {
    background-color: #0507a5;
 } 
 .ms-slider__words .ms-slider__word:nth-child(3) {
    background-color: #aa034a;
 } 
 .ms-slider__words .ms-slider__word:nth-child(4) {
    background-color: #057a38;
 } 
  
  @-webkit-keyframes wordSlider {
    0%, 27% {
      transform: translateY(0%);
    }
    33%, 60% {
      transform: translateY(-25%);
    }
    66%, 93% {
      transform: translateY(-50%);
    }
    100% {
      transform: translateY(-75%);
    }
  }
  
  @keyframes wordSlider {
    0%, 27% {
      transform: translateY(0%);
    }
    33%, 60% {
      transform: translateY(-25%);
    }
    66%, 93% {
      transform: translateY(-50%);
    }
    100% {
      transform: translateY(-75%);
    }
  }
/* ========================== //WordSlider Banner ============================ */


/* ================================ Footer ================================== */
footer {
    position: relative;
    width: 100%;
    float: left;
    background: #ebf3ff;
}
footer .footer-top {
    position: relative;
    padding: 60px 0 35px;
}
footer .footer-top .foot-logo {
   width: 50px;
}
footer .footer-top .subscribe-section {
    max-width: 430px;
    margin: 28px 0 0 auto;
}
footer .footer-top .subscribe-section h3 {
    font-size: 16px;
    margin-bottom: 17px;
    color: #154ba9;
    font-weight: 700;
}
footer .footer-top .subscribe-section p {
    font-size: 13px;
    line-height: 21px;
}
footer .footer-top .subscribe-section .subs_form .form-group {
   display: flex;
   margin-bottom: 12px;
}
footer .footer-top .subscribe-section .subs_form .form-group .form-control {
    border: 1px solid #b8b8b8;
    font-size: 12px;
    border-radius: 6px;
}
footer .footer-top .subscribe-section .subs_form .form-group button {
    background: #3971cb;
    border: 1px solid #3971cb;
    color: #fff;
    border-radius: 6px;
    padding: 14px 30px;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.2px;
    margin-left: 4px;
}
footer .footer-top .help-center {
    margin-top: 10px;
    display: flex;
    align-items: end;
}
footer .footer-top .help-center .h-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
footer .footer-top .help-center .h-item a {
    font-size: 14px;
}
footer .footer-top .help-center .h-item a:hover {
    text-decoration: none;
}
footer .max-info {
   max-width: 380px;
}
footer .footer-top .help-center p {
    font-size: 14px;
    margin-bottom: 0;
}
footer .footer-bottom {
    position: relative;
    padding: 30px 0 50px;
    border-top: 1px solid #c6c6c6;
}
footer .footer-bottom p {
    font-size: 14px;
    margin: 0;
}
footer .social-links {
      display: flex;
      justify-content: flex-start;
      gap: 20px;
      margin-top: 20px;
}
footer .social-links a {
    text-align: center;
    font-size: 14px;
}
footer .corner-logos {
    display: flex;
    justify-content: end;
    gap: 40px;
}
footer .terms-block {
    display: flex;
    gap: 6px;
}
footer .terms-block button {
    font-weight: 600;
    background: #ffffff;
    padding: 10px 16px;
    border-radius: 6px;
    font-size: 11px;
    border: 1px solid #dedede;
}
footer .terms-block button:hover {
    background: #dedede;
}
/* ================================ //Footer ================================== */

/* ================================ Service Market ================================== */
.service-market {
    position: relative;
    width: 100%;
    float: left;
    padding: 80px 0 0;
}
.service-market .headline-area {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 22px;
}
.service-market .sev_group {
    padding-top: 30px;
}
.service-market .sev_group .box-service {
    border: 1px solid #d1d1d1;
    border-radius: 10px;
    margin-bottom: 32px;
    height: 500px;
    transition: all 0.5s ease 0s;
}
.service-market .sev_group .box-service:hover {
    box-shadow: 0 10px 18px -10px #5f5f5f;
}
.service-market .sev_group .box-service img {
   margin-bottom: 16px;
   height: 234px;
   width: 100%;
   object-fit: cover;
   border-radius: 10px 10px 0 0;
}
.service-market .sev_group .box-service h3 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 14px;
}
.service-market .sev_group .box-service .con_info {
   padding: 8px 20px;
}
.magt_Mark {
    padding: 10px 0 70px;
}
.magt_Mark .sev_group .box-service {
    height: 680px;
}
.magt_Mark .sev_group .box-service img {
    height: 200px;
}
.magt_Mark .sev_group .box-service ul {
    margin: 12px 0;
    display: flex;
    /* flex-direction: column; */
    flex-wrap: wrap;
}
.magt_Mark .sev_group .box-service ul li {
    list-style-type: none;
    padding: 0 0 5px;
    font-size: 13px;
    line-height: 20px;
    display: flex;
    align-items: flex-start;
    margin-right: 2px;
    width: 100%;
}
.magt_Mark .sev_group .box-service ul.long-list li {
    width: 49%;
}
.magt_Mark .sev_group .box-service ul li:nth-child(odd) {
    margin-right: 2px;
}
.magt_Mark .sev_group .box-service ul li i {
    vertical-align: middle;
    margin-right: 6px;
    font-size: 6px;
    color: #FDBE11;
    float: left;
    height: 32px;
}
/* ================================ //Service Market ================================== */

/* ================================ how-success-works ================================== */
.how-success-works {
    position: relative;
    width: 100%;
    float: left;
    padding: 70px 0 90px;
}
.how-success-works .real-list {
    margin-top: 30px;
    position: relative;
    width: 100%;
    float: left;
}
.how-success-works .real-list ol {
    margin: 0;
    padding: 0;
    counter-reset: chapter;
}
.how-success-works .real-list ol li {
    position: relative;
    list-style: none;
    padding: 4px 0;
    margin-bottom: 24px;
    font-size: 15px;
    padding-top: 10px;
    padding-left: 62px;
}
.how-success-works .real-list ol li:before {
    background-color: #1553b1;
    color: #fff;
    border: 1px solid #1553b1;
    font-size: 15px;
    font-weight: 600;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-family: "Poppins";
    position: absolute;
    top: 0px;
    left: 0;
    display: block;
    z-index: 10;
    text-align: center;
    border-radius: 50%;
    counter-increment: chapter;
    content: counter(chapter);
}
.how-success-works img {
    width: 100%;
    object-fit: cover;
    height: 490px;
    margin-top: 20px;
    border-radius: 65px 65px 65px 0;
}
.ui_success .headline-area {
    padding-top: 70px;
}
.business_Inpact_Cloud {
    padding-top: 80px;
}
.business_Inpact_Cloud .real-list {
    margin: 16px 0 8px;
}
.business_Inpact_Cloud .real-list ol li:before {
   top: 10px;
}
.consultBenfit img {
   height: auto;
   border-radius: 0;
   margin-top: 40px;
}
.consultBenfit {
    padding-bottom: 20px;
}
/* ================================ //how-success-works ================================== */

/* ================================ Partner Marquee ================================== */
.partner-marquee {
    position: relative;
    width: 100%;
    float: left;
    padding: 70px 0;
    /* background: #FDCC44; */
    background: #f1f1f1;
    text-align: center;
}
.partner-marquee .headline-area h2 {
    font-size: 36px;
    line-height: 44px;
}
.marquee {
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
}
.marquee-inner {
    display: inline-block;
    white-space: nowrap;
    animation: marquee 10s linear infinite;
}
.marquee-inner img {
    display: inline-block;
    margin-right: 10px;  
    width: 170px;
}
  
@keyframes marquee {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
}
.partner-white {
    background: #fff;
}
/* ================================ //Partner Marquee ================================== */

/* ================================ Managed Services ================================== */
.managed-services {
    position: relative;
    width: 100%;
    float: left;
    padding: 80px 0 70px;
}
.managed-services .max-manged {
    max-width: 800px;
    margin: 0 auto;
}
.managed-services .max-manged .headline-area {
    text-align: center;
}
.managed-services .max-manged .checkk_grids {
    display: flex;
    width: 100%;
    align-items: flex-start;
    gap: 20px;
    margin-top: 60px;
}
.managed-services .max-manged .checkk_grids .item_cg {
    flex: 1;
}
.managed-services .max-manged .checkk_grids .item_cg p {
    margin: 14px 0;
}
.managed-services .max-manged .checkk_grids .item_cg p i {
    font-size: 24px;
    vertical-align: middle;
    margin-right: 6px;
    color: #1553b1;
}
.managed-services .max-manged .checkk_grids .item_cg:first-child {
    border-right: 1px solid #bcbcbc;
}
/* ================================ //Managed Services ================================== */

/* ================================ Why Choose Market ================================== */
.why-choose-market {
    position: relative;
    width: 100%;
    float: left;
    padding: 80px 0 20px;
    background: #051c45;
}
.why-choose-market .headline-area {
    max-width: 380px;
    margin: 30px 0;
    padding-top: 4px;
}
.why-choose-market .headline-area h2 {
    color: #fff;
}
.why-choose-market .headline-area p {
    color: #a29fc8;
}
.why-choose-market .why-us-box .col-why {
    margin-bottom: 50px;
}
.why-choose-market .why-us-box .col-why img {
    margin-bottom: 20px;
}
.why-choose-market .why-us-box .col-why h3 {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 14px;
}
.why-choose-market .why-us-box .col-why p {
    color: #a29fc8;
}
.sales_Impact .why-us-box .col-why img {
    width: 50px;
}
.sales_Impact {
    padding-bottom: 40px;
    background-image: url(./../imgs/marketing-automation/content-bg-blue2.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sales_Impact .why-us-box .col-why ul {
    padding-left: 20px;
}
.sales_Impact .why-us-box .col-why ul li {
    color: #a29fc8;
    padding: 7px 0;
}
/* ================================ //Why Choose Market ================================== */

/* ================================ Client FeedBack ================================== */
.client-feedback {
    position: relative;
    width: 100%;
    float: left;
    padding: 80px 0 60px;
    background: #f0f2f8;
}
.client-feedback #qoute_Left {
    width: 80px;
    position: absolute;
    top: 130px;
}
.client-feedback #qoute_Right {
    width: 80px;
    float: right;
    margin-top: 40px;
}
.client-feedback .headline-area {
    max-width: 800px;
    margin: 0 auto 60px;
    text-align: center;
}
.feedback-grids {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 40px;
    gap: 30px;
}
.feedback-grids .item_clients {
    flex: 1;
    display: flex;
    padding: 24px 25px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 6.1501px 4.92008px 0px rgba(0, 0, 0, 0.03), 0px 20.65689px 16.52551px 0px rgba(0, 0, 0, 0.02), 0px 38.63644px 30.90915px 0px rgba(0, 0, 0, 0.02), 0px 92.48122px 73.98498px 0px rgba(0, 0, 0, 0.01);
}
.feedback-grids .item_clients h3 {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
}
.feedback-grids .item_clients .blockqt-bottom {
    margin-top: 4px;
    padding: 16px 0 0;
    border-top: 1px solid #c3c3c3;
    text-align: center;
    width: 100%;
}
.feedback-grids .item_clients .blockqt-bottom h4 {
    color: #2A548F;
    font-weight: 600;
    font-size: 15px;
}
.feedback-grids .item_clients .blockqt-bottom h5 {
    font-size: 13px;
    color: #2A548F;
    font-weight: 400;
    margin-bottom: 4px;
}
.feedback-grids .item_clients .blockqt-bottom .star_rates {
   display: flex;
   justify-content: center;
   align-items: center;
   gap: 6px;
   margin-bottom: 14px;
}
.feedback-grids .item_clients .blockqt-bottom .star_rates i {
    font-size: 20px;
    color: #FDCC44;
}
/* ================================ //Client FeedBack ================================== */

/* ================================ Other services ================================== */
.other-services {
    position: relative;
    width: 100%;
    float: left;
    padding: 80px 0 90px;
}
.other-services .headline-area {
    max-width: 800px;
    margin: 0 auto 60px;
    text-align: center;
}
.other-services .other_sBox {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 40px;
    gap: 20px;
}
.other-services .other_sBox .single_srv {
    flex: 1;
    position: relative;
    border-radius: 14px; 
}
.other-services .other_sBox .single_srv a {
    width: 100%;
}
.other-services .other_sBox .single_srv a:hover .sr-title {
    bottom: 30%;
    transition: all 0.5s ease 0s;
}
.other-services .other_sBox .single_srv img {
    border-radius: 14px; 
    object-fit: cover;
    width: 100%;
    height: 230px;
    border-radius: 14px;
}
.other-services .other_sBox .single_srv:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    border-radius: 14px; 
    background: linear-gradient(-10deg, rgb(6 37 83 / 91%) 0%, rgb(27 28 30 / 34%) 100%);
} 
.other-services .other_sBox .single_srv .sr-title {
    position: absolute;
    bottom: 14%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
    padding: 20px;
}
.other-services .other_sBox .single_srv .sr-title h3 {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0;
}
/* ================================ //Other services ================================== */

/* ================================ How we make Arrow ================================== */
.how-we-make-arrow {
    position: relative;
    width: 100%;
    float: left;
    padding: 80px 0;
    text-align: center;
}
.how-we-make-arrow .headline-area {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}
.how-we-make-arrow .headline-area h2 {
    margin-bottom: 0;
}
.how-we-make-arrow img {
    max-width: 1280px;
}
/* ================================ //How we make Arrow ================================== */

/* ================================ Tech Stack ================================== */
.web-tech-padding {
    padding-top: 80px !important;
}
.tech-stack {
    position: relative;
    width: 100%;
    float: left;
    padding: 30px 0 80px;
    text-align: center;
}
.tech-stack .headline-area {
    max-width: 800px;
    margin: 0 auto 40px;
    text-align: center;
}
.tech-stack .tech-tabs {
    display: flex;
    gap: 70px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e4e4e4;
}

.tech-stack .tech-tabs button {
    background-color: transparent;
    border-bottom: 1.5px solid transparent;
    padding: 10px 0;
    cursor: pointer;
    color: #2A548F;
    /* opacity: 0.4; */
    font-weight: 600;
    letter-spacing: 0.2px;
    font-size: 15px;
}
.tech-stack .tabContent {
    display: none;
}
.tech-stack .tabContent.active {
    display: block;
}
.tech-stack .tech-tabs button.active {
    color: #5F9CF2;
    border-bottom: 1.5px solid #5F9CF2;
    opacity: 1;
}

.tech-stack .tabContent .tBlock_area {
    border-radius: 20px;
    background: #FAFAFA;
    box-shadow: 0px 6.1501px 4.92008px 0px rgba(0, 0, 0, 0.03), 0px 20.65689px 16.52551px 0px rgba(0, 0, 0, 0.02), 0px 38.63644px 30.90915px 0px rgba(0, 0, 0, 0.02), 0px 92.48122px 73.98498px 0px rgba(0, 0, 0, 0.01);
    padding: 34px 40px;
    text-align: left;
}
.tech-stack .tabContent .tBlock_area h3 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
}
.tech-stack .tabContent .tBlock_area h3 span {
    color: #145bc7;
}
.tech-stack .tabContent .tBlock_area ul {
    margin: 20px 0 40px;
    display: flex;
    flex-direction: column;
}
.tech-stack .tabContent .tBlock_area ul li {
    list-style-type: none;
    padding: 4px 0;
}
.tech-stack .tabContent .tBlock_area ul li i {
    vertical-align: middle;
    margin-right: 8px;
    font-size: 8px;
    color: #FDBE11;
    float: left;
    height: 38px;
}
.tech-stack .tabContent .tBlock_area ul li span {
    font-weight: 600;
}


.automationPlatform .tabContent .aP_grids {
    background: #EBF3FF;
    padding: 34px 40px 80px;
    text-align: center;
    border-radius: 20px;
}
.automationPlatform .tabContent .aP_grids .start_market {
    position: relative;
    width: 100%;
    margin: 40px auto 0;
}
.automationPlatform .tabContent .aP_grids .sm-3 {
    max-width: 1240px;
}
.automationPlatform .tabContent .aP_grids .sm-2 {
    max-width: 840px;
}
.automationPlatform .tabContent .aP_grids .start_market .ms_boxes {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}
.automationPlatform .tabContent .aP_grids .start_market .ms_boxes .ms--element {
   flex: 1;
    box-shadow: 0px 2.76726px 2.21381px 0px rgba(0, 0, 0, 0.07), 0px 6.6501px 5.32008px 0px rgba(0, 0, 0, 0.05), 0px 12.52155px 10.01724px 0px rgba(0, 0, 0, 0.04), 0px 22.33631px 17.86905px 0px rgba(0, 0, 0, 0.04), 0px 41.77761px 33.42209px 0px rgba(0, 0, 0, 0.03), 0px 100px 80px 0px rgba(0, 0, 0, 0.02);
    border-radius: 10px;
    padding: 30px;
    background-color: #FAFAFA;
    text-align: left;
    height: 276px;
}
.automationPlatform .tabContent .aP_grids .start_market .ms_boxes .ms--element h3 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 4px;
    line-height: 28px;
    color: #2A548F;
}
.automationPlatform .tabContent .aP_grids .start_market .ms_boxes .ms--element h4 {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 14px;
    line-height: 20px;
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 4px;
    color: #eeb20b;
}
.automationPlatform .tabContent .aP_grids .start_market .ms_boxes .ms--element p {
    margin: 0;
}
.automationPlatform .tabContent .aP_grids .logo-mid {
    max-width: 800px;
    margin: 0 auto;
}
.automationPlatform .tabContent .aP_grids .logo-mid img{
    width: 200px;
    margin-bottom: 12px;
}

.managedSer .headline-area {
    max-width: 700px;
}
.managedSer .tabContent .aP_grids .logo-mid {
    margin: 0;
    text-align: left;
}
.managedSer .tabContent .aP_grids .logo-mid .title {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 18px;
}
.managedSer .tabContent .aP_grids .start_market .ms_boxes .ms--element {
    height: 290px;
}
.managedSer .tabContent .aP_grids .start_market .ms_boxes .ms--element h3 {
    font-size: 17px;
    margin-bottom: 6px;
}
/* ================================ //Tech Stack ================================== */

/* ================================ WhyApp Special ================================== */
.whyApp-special {
    position: relative;
    width: 100%;
    float: left;
    padding: 80px 0;
}
.whyApp-special .headline-area {
    max-width: 800px;
    margin: 0 auto 60px;
    text-align: center;
}
.whyApp-special .webWhy-grids {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
}
.whyApp-special .webWhy-grids .colwhy {
    flex: 1;
}
.whyApp-special .webWhy-grids .colwhy h3 {
    font-weight: 700;
    font-size: 20px;
    margin: 0 0 8px;
}
.whyApp-special .webWhy-grids .colwhy h3 i {
    font-size: 30px;
    vertical-align: middle;
    margin-right: 10px;
    color: #2a64bc;
}

.managed_Cap {
    background-image: url(./../imgs/managed-services/pattern-1.png);
    background-position: right -27%;
    background-repeat: no-repeat;
    background-size: 18%;
}
.managed_Cap .webWhy-grids .colwhy h3 {
    font-size: 17px;
    color: #2A548F;
}
.managed_Cap {
    padding-top: 0;
}
.managed_Cap .container {
    padding-top: 80px;
    border-top: 1px solid #9F9F9F;
}
.managed_Cap .webWhy-grids {
    margin-top: 40px;
}
.managed_Cap .webWhy-grids .colwhy {
    background: #f0f5fb;
    padding: 26px 22px 14px;
    border-radius: 10px;
}
/* ================================ //WhyApp Special ================================== */

/* ================================ App Success Features ================================== */
.app-success-feature {
    position: relative;
    width: 100%;
    float: left;
    padding: 30px 0 80px;
}
.app-success-feature .headline-area {
    max-width: 800px;
    margin: 0 auto 60px;
    text-align: center;
}
.app-success-feature .app-special-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 80px;
}
.app-success-feature .app-special-features .gridF-apps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 40px;
    padding-top: 30px;
}
.app-success-feature .app-special-features .gridF-apps h3 {
    position: relative;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 0;
    padding-left: 18px;
}
.app-success-feature .app-special-features .gridF-apps h3::before {
    content: '';
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #236ecf;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.app-success-feature .app-special-features .gridF-apps p {
    margin-bottom: 0;
}
/* ================================ //App Success Features ================================== */

/* ================================ Web Team Type ================================== */
.web-team-type {
    position: relative;
    width: 100%;
    float: left;
    padding: 80px 0;
    background: #15407e;
}
.web-team-type .headline-area {
    max-width: 800px;
    margin: 0 auto 60px;
    text-align: center;
}
.web-team-type .headline-area h2 {
    color: #fff;
}
.web-team-type p {
    color: #babfc6;
}
.web-team-type .web_team_blocks {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}
.web-team-type .web_team_blocks .item_T {
    flex: 1;
    padding: 17px 22px 22px;
    background: #133566;
    height: 270px;
}
.web-team-type .web_team_blocks .item_T h3 {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 14px;
    color: #fdbe10;
}
.web-team-type .web_team_blocks .item_T p {
    margin-bottom: 0;
}
.web-team-type .web_team_blocks .item_T i {
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px;
}
.ai_category .web_team_blocks .item_T img {
    width: 60px;
    margin-bottom: 20px;
}
.ai_category .web_team_blocks .item_T {
    height: 250px;
}
.ai_category .web_team_blocks .item_T h3 {
    font-size: 14px;
    color: #ffffff;
}
.ai_category .web_team_blocks .item_T {
    margin-bottom: 10px;
}
/* ================================ //Web Team Type ================================== */

/* ================================ Engagement Modal ================================== */
.engagement-modals {
    position: relative;
    width: 100%;
    float: left;
    padding: 80px 0;
}
.engagement-modals .headline-area {
    max-width: 800px;
    margin: 0 auto 40px;
    text-align: center;
}
.engagement-modals .engm_full {
    position: relative;
    width: 100%;
    float: left;
    padding-top: 30px;
}
.engagement-modals .engm_full .note_max {
    max-width: 520px;
}
.engagement-modals .engm_full .block_benifit:nth-child(even) .note_max {
    margin: 0 auto;
}
.engagement-modals .engm_full .block_benifit {
    margin-bottom: 40px;
}
.engagement-modals .engm_full .block_benifit:last-child {
    margin-bottom: 0;
}
.engagement-modals .engm_full .block_benifit h3 {
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 14px;
}
.engagement-modals .engm_full .block_benifit h3 span {
    margin-right: 8px;
    color: #1553b1;
}
.engagement-modals .engm_full .block_benifit h4 {
    font-size: 16px;
    font-weight: 700;
    color: #1553b1;
    margin-top: 30px;
}
.engagement-modals .engm_full .block_benifit ul {
    margin: 14px 0 20px;
}
.engagement-modals .engm_full .block_benifit ul li {
    list-style-type: none;
    padding: 4px 0;
}
.engagement-modals .engm_full .block_benifit ul li i {
    vertical-align: middle;
    margin-right: 4px;
    font-size: 8px;
    color: #FDBE11;
}
/* ================================ //Engagement Modal ================================== */

/* ================================ Achieve Business ================================== */
.achieve-business {
    position: relative;
    width: 100%;
    float: left;
    padding: 80px 0;
    text-align: center;
}
.achieve-business .headline-area {
    max-width: 800px;
    margin: 0 auto 40px;
    text-align: center;
}
.achieve-business .goal_listing {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
}
.achieve-business .goal_listing .ach_grids {
    flex: 1;
}
.achieve-business .goal_listing .ach_grids img {
    width: 80px;
    margin-bottom: 20px;
}
.achieve-business .goal_listing .ach_grids h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 14px;
}
.seer-maker .goal_listing {
    justify-content: flex-start ;
    text-align: left;
    margin-top: 60px;
} 
.seer-maker .goal_listing .ach_grids img {
    width: 50px;
}
.sf_certify {
    padding-top: 40px;
}
.sf_certify .goal_listing .ach_grids img {
    width: 124px;
}
.devopsValue .headline-area {
    margin-bottom: 60px;
}
.devopsValue .goal_listing {
    margin-top: 30px;
}
/* ================================ //Achieve Business ================================== */

/* ================================ How web solution developed ================================== */
.how-web-sol-developed {
    position: relative;
    width: 100%;
    float: left;
    padding: 30px 0 80px;
    text-align: center;
}
.how-web-sol-developed .headline-area {
    margin-bottom: 50px;
}
.how-web-sol-developed .card_webs {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 60px;
}
.how-web-sol-developed .card_webs .card_contnr {
    box-sizing: border-box;
    padding: 30px;
    position: relative;
    position: relative;
    border: 1px solid #eee;
    border-radius: 5px;
}
.how-web-sol-developed .card_webs .card_contnr:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #afafaf;
    -webkit-transform: translate(50%,-50%);
    transform: translate(50%,-50%);
}
.how-web-sol-developed .card_webs .card_contnr:nth-child(3n+3):after {
    left: 50%;
    top: unset;
    bottom: 0;
    -webkit-transform: translate(-50%,50%);
    transform: translate(-50%,50%);
}
.how-web-sol-developed .card_webs .card_contnr:last-child:before {
    content: none;
}
.how-web-sol-developed .card_webs .card_contnr .img-wrapper {
    position: relative;
    height: 60px;
    width: 60px;
}
.how-web-sol-developed .card_webs .card_contnr .typeTitle {
    text-align: left;
}
.how-web-sol-developed .card_webs .card_contnr .typeTitle h3 {
    font-weight: 700;
    font-size: 20px;
    margin: 16px 0 8px;
}
.how-web-sol-developed .card_webs .card_contnr .typeTitle p {
    margin: 0;
}
.how-web-sol-developed .card_webs .card_contnr .arrow-1 {
    position: absolute;
    right: -16%;
    top: 38%;
    width: 70px;
}
.how-web-sol-developed .arrow-2 {
    position: absolute;
    bottom: 44%;
    left: 14%;
    right: 0;
    text-align: center;
    width: 72%;
}
/* ================================ //How web solution developed ================================== */

/* ================================ CX Services ================================== */
.cx-service {
    position: relative;
    width: 100%;
    float: left;
    padding: 20px 0 60px;
}
.cx-service .headline-area {
    max-width: 800px;
    margin: 0 auto 40px;
    text-align: center;
}
.cx-service .cx_wrapp {
    padding-top: 20px;
    position: relative;
    width: 100%;
    float: left;
}
.cx-service .cx_wrapp .future_prf {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 40px;
}
.cx-service .cx_wrapp .future_prf .box-tag {
    flex: none;
    border-radius: 5rem;
    display: block;
    height: 18px;
    width: 8px;
    margin-top: 1px;
}
.cx-service .cx_wrapp .future_prf .box-tag.bullet-yellow {
    background-color: #fbca43;
}
.cx-service .cx_wrapp .future_prf .box-tag.bullet-green {
    background-color: #f68e35;
}
.cx-service .cx_wrapp .future_prf .box-tag.bullet-violet {
    background-color: #68b4e1;
}
.cx-service .cx_wrapp .future_prf .box-tag.bullet-blue {
    background-color: #1c88d5;
}
.cx-service .cx_wrapp .future_prf .box-tag.bullet-lightgreen {
    background-color: #f9ef50;
}
.cx-service .cx_wrapp .future_prf .box-tag.bullet-teal {
    background-color: #11358e;
}
.cx-service .cx_wrapp .future_prf .f-content h3 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 14px;
}
.cx-service .cx_wrapp .future_prf .f-content p {
    margin: 0;
}
.soc_cx {
    padding-top: 80px;
}
.soc_cx .cx_wrapp .future_prf {
    margin-bottom: 58px;
}
.soc_cx h4 {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 0;
    max-width: 780px;
    line-height: 35px;
    margin-top: 22px;
    position: relative;
    width: 100%;
    float: left;
}
/* ================================ //CX Services ================================== */

/* ================================ Ignite Process ================================== */
.ignite-process {
    position: relative;
    width: 100%;
    float: left;
    padding: 80px 0;
}
.ignite-process .headline-area {
    max-width: 800px;
    margin: 0 auto 40px;
    text-align: center;
}
.ignite-process .ignite_blocks {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}
.ignite-process .ignite_blocks .item_IG {
    flex: 1;
    padding: 22px;
    background: #fff8e5;
    height: 274px;
    position: relative;
    transition: all 0.5s ease 0s;
    border-radius: 12px;
}
.ignite-process .ignite_blocks .item_IG h3 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 14px;
    text-transform: uppercase;
}
.ignite-process .ignite_blocks .item_IG p {
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    color: #575c5f;
}
.ignite-process .ignite_blocks .item_IG h4 {
    position: absolute;
    font-size: 160px;
    right: 3px;
    bottom: -27px;
    color: rgb(248 125 19 / 17%);
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
}
.ignite-process .ignite_blocks .item_IG:nth-child(1):hover {
    background: #1d026a;
}
.ignite-process .ignite_blocks .item_IG:nth-child(2):hover {
    background: #1369d0;
}
.ignite-process .ignite_blocks .item_IG:nth-child(3):hover {
    background: #484bb4;
}
.ignite-process .ignite_blocks .item_IG:nth-child(4):hover {
    background: #2e92c6;
}
.ignite-process .ignite_blocks .item_IG:nth-child(5):hover {
    background: #ff9822;
}
.ignite-process .ignite_blocks .item_IG:nth-child(6):hover {
    background: #e4c219;
}
.ignite-process .ignite_blocks .item_IG:hover h3 {
    color: #fff;
}
.ignite-process .ignite_blocks .item_IG:hover p {
    color: #f5f5f5;
}
.ignite-process .ignite_blocks .item_IG:hover h4 {
    color: rgb(255 255 255 / 44%);
}
.ignite-process .foot-content {
    margin: 60px 0 0;
    text-align: center;
}
.ignite-process .foot-content .textInfo {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 20px;
    color: #1e262d;
    max-width: 690px;
    margin: 0 auto 20px;
}
.ignite-process .foot-content h5 {
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 40px;
}
/* ================================ //Ignite Process ================================== */

/* ================================ Get Start Marketing ================================== */
.get-start-marketing {
    position: relative;
    width: 100%;
    float: left;
    padding: 80px 0;
    background-image: url(./../imgs/marketing-automation/content-bg-grey.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.get-start-marketing .headline-area {
    max-width: 600px;
    margin: 0 auto 40px;
    text-align: center;
}
.get-start-marketing .get_block {
    position: relative;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 0px;
}
@media only screen and (min-width: 483px) {
    .get-start-marketing .get_block:before {
        content: "";
        width: 66%;
        height: 3px;
        background-color: #fcc008;
        position: absolute;
        top: 86px;
        left: 17%;
    }
}
.get-start-marketing .get_block .circle-container {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    max-width: 1240px;
}
.get-start-marketing .get_block .circle-container .cr-column {
    position: relative;
    min-height: 1px;
    display: flex;
    width: 33.333%;
}
@media (min-width: 768px) {
    .get-start-marketing .get_block .circle-container .cr-column {
        width: 33.333%;
    }
}
.get-start-marketing .get_block .circle-container .cr-column .element-populated {
    display: flex;
    padding: 0px 50px 0px 50px;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
}
.get-start-marketing .get_block .circle-container .cr-column .element-populated .element-image {
    margin-bottom: 20px;
    width: 100%;
    position: relative;
    text-align: center;
}
.get-start-marketing .get_block .circle-container .cr-column .element-populated .element-image img {
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    height: 100%;
    max-width: 170px;
}
.get-start-marketing .get_block .circle-container .cr-column .element-populated .element-title {
    text-align: center;
    width: 100%;
}
.get-start-marketing .get_block .circle-container .cr-column .element-populated .element-title h3 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 14px;
}
.get-start-marketing .start_market {
    position: relative;
    width: 100%;
    margin: 40px auto 0;
}
.get-start-marketing .sm-3 {
    max-width: 1240px;
}
.get-start-marketing .sm-2 {
    max-width: 840px;
}
.get-start-marketing .start_market .ms_boxes {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}
.get-start-marketing .start_market .ms_boxes .ms--element {
   flex: 1;
   box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 27%);
    border-radius: 10px;
    padding: 30px;
    background-color: #fff;
    height: 290px;
}
.get-start-marketing .start_market .ms_boxes .ms--element h4 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 14px;
    line-height: 26px;
}
.get-start-marketing .start_market .ms_boxes .ms--element p {
    margin: 0;
}
.get-start-marketing .start_market .ms_boxes .ms--element img {
    width: 52px;
    height: 52px;
    margin-bottom: 14px;
    object-fit: scale-down;
}
/* ================================ //Get Start Marketing ================================== */

/* ================================ Why Invest Automation ================================== */
.why-invest-automation {
    position: relative;
    width: 100%;
    float: left;
    padding: 80px 0;
    background-color: #002760;
    background-image: url(./../imgs/marketing-automation/content-bg-blue.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.why-invest-automation .headline-area {
    max-width: 600px;
    margin: 0 auto 40px;
    text-align: center;
}
.why-invest-automation .headline-area h2 {
    color: #fff;
}
.why-invest-automation .automate_block {
    position: relative;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 0px;
}
.why-invest-automation .autoBlock-three {
    max-width: 1240px;
}
@media only screen and (min-width: 483px) {
    .why-invest-automation .autoBlock-three:before {
        content: "";
        width: 66%;
        height: 3px;
        background-color: #fcc008;
        position: absolute;
        top: 86px;
        left: 17%;
    }
    .why-invest-automation .autoBlock-two:before {
        content: "";
        width: 50%;
        height: 3px;
        background-color: #fcc008;
        position: absolute;
        top: 86px;
        left: 25%;
    }
}
.why-invest-automation .autoBlock-two {
    max-width: 900px;
}
.why-invest-automation .automate_block .circle-container {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    max-width: 1280px;
}
.why-invest-automation .automate_block .circle-container .cr-column {
    position: relative;
    min-height: 1px;
    display: flex;
    width: 33.333%;
}
@media (min-width: 768px) {
    .why-invest-automation .autoBlock-three .circle-container .cr-column {
        width: 33.333%;
    }
    .why-invest-automation .autoBlock-two .circle-container .cr-column {
        width: 50%;
    }
}
.why-invest-automation .automate_block .circle-container .cr-column .element-populated {
    display: flex;
    padding: 0px 50px 0px 50px;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
}
.why-invest-automation .automate_block .circle-container .cr-column .element-populated .element-image {
    margin-bottom: 20px;
    width: 100%;
    position: relative;
    text-align: center;
}
.why-invest-automation .automate_block .circle-container .cr-column .element-populated .element-image img {
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    height: 100%;
    max-width: 170px;
}
.why-invest-automation .automate_block .circle-container .cr-column .element-populated .element-title {
    text-align: center;
    width: 100%;
}
.why-invest-automation .automate_block .circle-container .cr-column .element-populated .element-title h3 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 14px;
    line-height: 26px;
    color: #fff;
}
.why-invest-automation .automate_block .circle-container .cr-column .element-populated .element-title p {
    color: #a8b9c8;
}
.why-invest-automation .button-middle {
    text-align: center;
    padding-top: 30px;
}
/* ================================ //Why Invest Automation ================================== */

/* ================================ Ignite Process ================================== */
.impact-deliver {
    position: relative;
    width: 100%;
    float: left;
    padding: 80px 0;
}
.impact-deliver .headline-area {
    max-width: 800px;
    margin: 0 auto 40px;
    text-align: center;
}
.impact-deliver .impact-score {
    position: relative;
    margin-top: 40px;
    display: flex;
    gap: 40px;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
}
.impact-deliver .impact-score .item_scr {
    flex: 1;
}
.impact-deliver .impact-score .item_scr h3 {
    font-size: 50px;
    margin-bottom: 14px;
    font-weight: 800;
    color: #114cc6;
    margin-top: 14px;
}
.impact-deliver .impact-score .item_scr i {
    font-size: 30px;
}
.impact-deliver .impact-score .item_scr p {
    margin-bottom: 0;
}
/* ================================ //Ignite Process ================================== */

/* ================================ What We Digital ================================== */
.what-we-digital {
    position: relative;
    width: 100%;
    float: left;
    padding: 80px 0;
}
.what-we-digital .headline-area {
    max-width: 800px;
    margin: 0 auto 40px;
    text-align: center;
}
.what-we-digital .headline-area h2 {
    max-width: 600px;
    margin:  0 auto 20px;
}
.what-we-digital .cube-digi {
    position: relative;
    margin-top: 30px;
}
.what-we-digital .cube-digi .wrap-numvr {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}
.what-we-digital .cube-digi .wrap-numvr .box_item {
    flex: 1;
    text-align: center;
}
.what-we-digital .cube-digi .wrap-numvr .box_item h3 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 14px;
}
.what-we-digital .cube-digi .wrap-numvr .box_item p {
    margin-bottom: 0;
}
.what-we-digital .cube-digi .wrap-numvr .box_item .number-icons {
    position: relative;
    width: 88px;
    margin: 0 auto 28px;
}
.what-we-digital .cube-digi .wrap-numvr .box_item .number-icons .tag-nb {
    background: #fdbe10;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    text-align: center;
    font-weight: 600;
    line-height: 34px;
    position: absolute;
    right: 0;
    bottom: -12px;
}
/* ================================ //What We Digital ================================== */

/* ========================== Digital Service ============================ */
.digital-service {
    position: relative;
    width: 100%;
    float: left;
    padding: 80px 0;
    background-color: #061222;
}
.digital-service .headline-area {
    max-width: 800px;
    margin: 0 auto 40px;
    text-align: center;
}
.digital-service .headline-area h2 {
    color: #fff;
}
.digital-service .why_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
}
.digital-service .why_list .item_single {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    margin: -1px 0 0 -1px;
    padding: 40px;
    text-decoration: none;
    border-top: 1px solid #aeadad;
    border-left: 1px solid #aeadad;
    flex: 1 2 400px;
    transition: all 0.7s ease 0s;
}
.digital-service .why_list .item_single:nth-child(1),
.digital-service .why_list .item_single:nth-child(2),
.digital-service .why_list .item_single:nth-child(3) {
    border-top: none;
}
.digital-service .why_list .item_single:nth-child(1),
.digital-service .why_list .item_single:nth-child(4) {
    border-left: none;
}
.digital-service .why_list .item_single svg {
    width: 64px;
    height: 64px;
    fill: #fff;
    transition: all 0.7s ease 0s;
    margin-bottom: 28px;
}
.digital-service .why_list .item_single h3 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 14px;
    color: #10cffd;
}
.digital-service .why_list .item_single ul {
    padding-left: 12px;
    margin-bottom: 0;
}
.digital-service .why_list .item_single ul li {
    color: #a8b9c8;
    font-size: 14px;
    padding: 4px 0;
}
/* ========================== //Digital Service ============================ */

/* ========================== Comprehensive Digital ============================ */
.comprehensive-digital {
    position: relative;
    width: 100%;
    float: left;
    padding: 80px 0;
}
.left_width {
    max-width: 600px;
    margin-top: 20px;
}
.comprehensive-digital h3 {
   font-size: 28px;
   line-height: 36px;
   font-weight: 700;
   margin-bottom: 40px;
}
.comprehensive-digital h2 span {
    background-color: #49b3f3;
    line-height: 68px;
}
.comprehensive-digital ul li {
    list-style-type: none;
    padding: 12px 0;
}
.comprehensive-digital ul li span {
    font-weight: 600;
}
.comprehensive-digital ul li i {
    vertical-align: middle;
    margin-right: 12px;
    font-size: 10px;
    color: #FDBE11;
    float: left;
    height: 50px;
}
.comprehensive-digital ul li p {
    padding-left: 20px;
    margin-bottom: 0;
}
/* ========================== Comprehensive Digital ============================ */

/* ========================== Challenge Accepted ============================ */
.challenge-accepted {
    position: relative;
    width: 100%;
    float: left;
    padding: 80px 0;
}
.challenge-accepted .headline-area {
    max-width: 800px;
    margin: 0 auto 40px;
    text-align: center;
}
.challenge-accepted .challenge-block {
    position: relative;
    width: 100%;
    float: left;
    margin-top: 10px;
}
.challenge-accepted .challenge-block .chg_box {
    border: 1px solid #c0c0c0;
    padding: 28px;
    border-radius: 10px;
    margin-bottom: 34px;
    height: 298px;
    position: relative;
}
.challenge-accepted .challenge-block .chg_box h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 14px;
}
.challenge-accepted .challenge-block .chg_box ul {
    padding-left: 18px;
    margin-bottom: 0;
}
.challenge-accepted .challenge-block .chg_box p {
    color: #545454;
}
.challenge-accepted .challenge-block .chg_box ul li {
    color: #545454;
}
.challenge-accepted .challenge-block .chg_box img {
    position: absolute;
    bottom: 0;
    right: 0;
}
/* ========================== //Challenge Accepted ============================ */

/* ================================ Data Intro ================================== */
.data_main_intro {
    position: relative;
    width: 100%;
    float: left;
    padding: 80px 0;
    background: #0606b3;
}
.data_main_intro .headline-area {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.data_main_intro .headline-area h2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 0;
    color: #fff;
}
.finance--Into {
    background: #232bd7;
}
.healthcare--Into {
    background: #003870;
}
.sf_consult_Intro {
    padding: 60px 0;
    background: #05059b;
}
.sf_consult_Intro .headline-area {
    max-width: 100%;
    text-align: left;
}
.sf_consult_Intro .headline-area h2 {
    font-size: 24px;
    line-height: 38px;
}
/* ================================ //Data Intro ================================== */

/* ========================== Proven Data Science ============================ */
.proven-data-science {
    position: relative;
    width: 100%;
    float: left;
    padding: 80px 0 90px;
    background-image: url(./../imgs/marketing-automation/content-bg-grey.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.proven-data-science .headline-area {
    max-width: 800px;
    margin: 0 0 20px;
}
.proven-data-science .proven_wraps {
    display: flex;
    gap: 30px;
    margin: 80px 0 0;
}
.proven-data-science .proven_wraps .proven_ai_item {
   flex: 1;
   display: flex;
   align-items: center;
}
.proven-data-science .proven_wraps .proven_ai_item span {
    background: #f9d673;
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    border-color: #101F35;
    box-shadow: 5px 5px 0px 0px #101F35;
    width: 60px;
    height: 60px;
    display: inline-block;
    text-align: center;
    line-height: 48px;
    font-weight: 700;
    margin-right: 16px;
    flex: none;
}
/* ========================== //Proven Data Science ============================ */

.google-analytics-banner {
    object-fit: cover;
    position: relative;
}
.google-analytics-banner .home-hero_image {
    width: 100%;
    max-height: 760px;
    object-fit: cover;
    object-position: center bottom;
}
.google-analytics-banner .home-hero_overlay {
    padding-left: 3rem;
    padding-right: 3rem;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
}
.google-analytics-banner .home-hero_align {
    display: flex;
}
.google-analytics-banner .home-hero_align .home-hero_main {
    background-color: #fff;
    padding-top: 3rem;
    padding-bottom: 3rem;
    position: relative;
    width: 58rem;
}
.google-analytics-banner .home-hero_align .home-hero_main .home-hero_background {
    width: 100vw;
    background-color: #fff;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 100%;
}
.google-analytics-banner .home-hero_align .home-hero_main .home-hero_shapes {
    margin-left: -4px;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 100%;
    right: auto;
}
.google-analytics-banner .home-hero_shape {
    height: 100%;
    max-width: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
}
.google-analytics-banner .home-hero_shape.is-last {
    height: 166.571%;
    bottom: auto;
    transform: translate(-7.2%);
}
.home-hero_shape.is-green {
    object-fit: cover;
    object-position: 100% 50%;
}
.google-analytics-banner .home-hero_align .home-hero_main .headline-box {
    margin: 40px 0 30px;
    display: flex;
    transform: translate3d(0px, 0rem, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    opacity: 1;
    transform-style: preserve-3d;
}
.google-analytics-banner .home-hero_align .home-hero_main .headline-box h1 {
    font-size: 54px;
    font-weight: 800;
    line-height: 64px;
}
.google-analytics-banner .home-hero_align .home-hero_main blockquote {
    width: 100%;
    max-width: 46rem;
    color: #606060;
    border-left: 3px solid #fdbe10;
    margin-bottom: 0;
    padding: 0 0 0 1.5rem;
    font-size: 1.5rem;
    font-style: normal;
    line-height: 1.4;
}
.banner_tag_bottom {
    background: #ededed;
    padding: 64px 0 76px;
}
.banner_tag_bottom .text-quote {
    max-width: 600px;
}
.banner_tag_bottom .text-quote h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 14px;
}
.banner_tag_bottom .text-quote p {
    margin-bottom: 0;
}

/* ========================== Google Problems ============================ */
.google-problems {
    position: relative;
    width: 100%;
    float: left;
    padding: 80px 0;
}
.google-problems .headline-area {
    max-width: 800px;
    margin: 0 auto 40px;
    text-align: center;
}
.google-problems .solve_grids {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    margin-top: 50px;
}
.google-problems .solve_grids .col-solved {
    flex: 1;
    transition: all 0.5s ease 0s;
    border: 1px solid #ddd;
    border-radius: 10px;
    height: 500px;
}
.google-problems .solve_grids .col-solved h3 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 14px;
    padding: 10px 20px 0;
}
.google-problems .solve_grids .col-solved p {
    padding: 0 20px;
}
.google-problems .solve_grids .col-solved img {
    margin-bottom: 16px;
    height: 190px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}
/* ========================== //Google Problems ============================ */

/* ================================ Home Who we ================================== */
.home-who-we {
    position: relative;
    width: 100%;
    float: left;
    padding: 80px 0 40px;
    background-image: url(./../imgs/index/section-bg-1.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
}
.home-who-we .headline-area {
    font-size: 26px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 8px;
}
.home-who-we .headline-area h3 {
    font-size: 20px;
    line-height: 32px;
    color: #0e56c3;
}
.home-who-we .max-content {
    max-width: 600px;
    margin: 50px auto;
}
.managed_intro {
    background-image: none;
    padding: 40px 0 60px;
}
.managed_intro .max-content {
    margin: 80px auto 50px;
}
/* ================================ //Home Who we ================================== */

/* ================================ UI UX Services ================================== */
.ui-ux-services {
    position: relative;
    width: 100%;
    float: left;
    padding: 80px 0;
    background-color: #0c0564;
    background-image: url(./../imgs/ui-ix/section-bg4.svg);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
}
.ui-ux-services .headline-area {
    max-width: 800px;
    margin: 0 auto 60px;
    text-align: center;
}
.ui-ux-services .headline-area h2 {
    color: #fff;
}

.ui-ux-services .descrip_box {
 
    margin-bottom: 60px;
    /* border-bottom: 1px solid #6acfff; */
}
.ui-ux-services .descrip_box .main {
    font-weight: 700;
    font-size: 52px;
    color: #fff;
    margin-bottom: 14px;
}
.ui-ux-services .descrip_box p {
    margin-bottom: 40px;
    color: #dcdaff;
    max-width: 800px;
}
.ui-ux-services .ux-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 80px;
}
.ui-ux-services .ux-features .gridF-apps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 40px;
    padding-top: 10px;
}
.ui-ux-services .ux-features .gridF-apps h3 {
    position: relative;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 0;
    padding-left: 18px;
    color: #60cf23;
}
#tabDesign .ux-features .gridF-apps h3 {
    color: #ecd713;
}
#tabConsult .ux-features .gridF-apps h3 {
    color: #f63f7c;
}
.ui-ux-services .ux-features .gridF-apps h3::before {
    content: '';
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #fff;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ui-ux-services .ux-features .gridF-apps p {
    margin-bottom: 0;
    color: #dcdaff;
}

.ui-ux-services .tech-tabs {
    display: flex;
    gap: 70px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e4e4e4;
}

.ui-ux-services .tech-tabs button {
    background-color: transparent;
    border-bottom: 1.5px solid transparent;
    padding: 10px 0;
    cursor: pointer;
    color: #2A548F;
    /* opacity: 0.4; */
    font-weight: 600;
    letter-spacing: 0.2px;
    font-size: 15px;
}
.ui-ux-services .tabContent {
    display: none;
}
.ui-ux-services .tabContent.active {
    display: block;
}
.ui-ux-services .tech-tabs button.active {
    color: #ffffff;
    border-bottom: 1.5px solid #ffffff;
    opacity: 1;
}
/* ================================ //UI UX Services ================================== */

/* ========================== Managed-It-intro ============================ */
.managed-It-intro {
    position: relative;
    width: 100%;
    float: left;
    padding: 80px 0;
}
.managed-It-intro .text-it {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 4cap;
    color: #1e262d;
    max-width: 600px;
}
.managed-It-intro .img-ae {
    max-width: 600px;
    margin-top: 40px;
}
.managed-It-intro ul {
    margin: 50px 0 40px;
    display: flex;
    flex-direction: column;
}
.managed-It-intro ul li {
    list-style-type: none;
    padding: 20px 0;
}
.managed-It-intro ul li i {
    vertical-align: middle;
    margin-right: 8px;
    font-size: 8px;
    color: #FDBE11;
    float: left;
    height: 62px;
}
.managed-It-intro ul li span {
    font-weight: 600;
}
.managedServ-Intro .img-ae {
    max-width: 500px;
    margin-top: 20px;
}
.managedServ-Intro ul li {
    padding: 14px 0;
}
.managedServ-Intro ul li i {
    height: 14px;
}
.dark_text {
    margin-top: 32px;
    font-weight: 700;
    font-size: 16px;
    color: #2968C2;
}
.customDev ul li i {
    height: 24px;
}
.customDev ul {
    margin: 0;
    padding-left: 20%;
}
.customDev ul li p {
    padding-left: 18px;
    margin-bottom: 0;
}
.customDev {
    padding-bottom: 20px;
}
.customDev .container {
    padding-bottom: 80px;
    border-bottom: 1px solid #9F9F9F;
}
.right_lens_eye {
   padding-bottom: 0;
}
.right_lens_eye .img-ae {
    margin-top: 0;
}
/* ========================== //Managed-It-intro ============================ */

/* ========================== Full Stack Providers ============================ */
.full-stack-providers {
    position: relative;
    width: 100%;
    float: left;
    padding: 80px 0 20px;
}
.full-stack-providers .headline-area {
    max-width: 800px;
    margin: 0 auto 60px;
    text-align: center;
}
.full-stack-providers .stack-items {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
.full-stack-providers .stack-items .col-elm {
   flex: 1;
}
.full-stack-providers .stack-items .col-elm img {
    z-index: 9;
    position: relative;
}
.full-stack-providers .stack-items .col-elm .contnt_pr {
    width: 280px;
    position: relative;
    margin: 0 auto;
}
.full-stack-providers .stack-items .col-elm .box-name {
    background: #B9D6FD;
    border-radius: 8px;
    width: 280px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 41%;
    text-align: center;
    padding: 10px 64px;
}
.full-stack-providers .stack-items .col-elm .box-name h3 {
    font-size: 18px;
    line-height: 26px;
    margin: 0;
    font-weight: 600;
}
/* ========================== //Full Stack Providers ============================ */

/* ================================ Get Connect Banner ================================== */
.get-connect-banner {
    position: relative;
    width: 100%;
    float: left;
    padding: 50px 0;
    background: #13468e;
}
.get-connect-banner .headline-area {
   max-width: 600px;
   margin: 60px 0;
}
.get-connect-banner .headline-area h2 {
    color: #fff;
    font-size: 62px;
    line-height: 74px;
}
.get-connect-banner ul {
    margin: 24px 0 40px;
}
.get-connect-banner ul li {
    list-style-type: none;
    padding: 12px 0;
    color: #fff;
    font-size: 16px;
}
.get-connect-banner ul li i {
    vertical-align: middle;
    margin-right: 4px;
    font-size: 8px;
    color: #FDBE11;
}
/* ================================ //Get Connect Banner ================================== */

/* ================================ Kick Off Journey ================================== */
.kick-off-journey {
    position: relative;
    width: 100%;
    float: left;
    padding: 80px 0;
    background: #132ea1;
}
.kick-off-journey .journey_text {
    text-align: center;
}
.kick-off-journey .journey_text .headline-area {
    max-width: 800px;
    margin: 0 auto 50px;
}
.kick-off-journey .journey_text .headline-area h2 {
    font-size: 56px;
    line-height: 72px;
    color: #fff;
}
.kick-off-journey .journey_text .headline-area p {
    color: #cbd7e1;
}
.kick-off-journey .journey_text .custom-btn {
    padding: 22px 48px;
}
/* ================================ //Kick Off Journey ================================== */

/* ================================ Partnership Mix ================================== */
.partnership_mix {
    position: relative;
    width: 100%;
    float: left;
    padding: 80px 0;
}
.partnership_mix p {
    margin-bottom: 0;
}
.partnership_mix .ptr_mix {
    text-align: center;
    padding: 70px 0 30px;
}
.partnership_mix .ptr_mix ul li {
    list-style-type: none;
    display: inline-block;
    width: 33%;
    margin-bottom: 40px;
}
.partnership_mix .ptr_mix ul li:first-child img {
    width: 140px;
}
.partnership_mix .ptr_mix ul li img {
    width: 160px;
}
/* ================================ //Partnership Mix ================================== */

/* ================================ Service Destination ================================== */
.service-destination {
    position: relative;
    width: 100%;
    float: left;
    padding: 80px 0 60px;
}
.service-destination .headline-area {
    max-width: 800px;
    margin: 0 auto 80px;
    text-align: center;
}
.service-destination .growth_elements {
   display: flex;
   gap: 50px;
}
.service-destination .growth_elements .item-serv {
    flex: 1;
    position: relative;
}
.service-destination .growth_elements .item-serv:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1rem;
    height: 1rem;
    border: 0.25rem solid transparent;
    border-radius: 50%;
    border-color: #141313;
}
.service-destination .growth_elements .item-serv:after {
    content: "";
    position: absolute;
    top: 0.375rem;
    left: 1.5rem;
    /* width: -webkit-calc(100% - 1.5rem);
    width: calc(100% - 1.5rem); */
    width: 10.25rem;
    height: 0.25rem;
    background-color: #141313;
}
.service-destination .growth_elements .item-serv .box_d {
    z-index: 2;
    position: relative;
    margin: 50px 0;
}
.service-destination .growth_elements .list_circle {
    position: absolute;
    top: 2rem;
    right: 0;
    left: 2rem;
    width: 8.5rem;
    height: 8.5rem;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    background-color: #ffd562;
    z-index: 1;
}
.service-destination .growth_elements .item-serv:hover .list_circle {
    opacity: 1;
}
.service-destination .growth_elements .item-serv .box_d h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 14px;
}
.service-destination .growth_elements .item-serv .box_d p {
    margin-bottom: 0;
}
/* ================================ //Service Destination ================================== */

/* ================================ Trusted growth partners ================================== */
.trusted-growth-partners {
    position: relative;
    width: 100%;
    float: left;
    padding: 0 0 50px;
}
.trusted-growth-partners .headline-area {
    max-width: 940px;
    margin: 60px 0 80px;
    /* text-align: center; */
}
.trusted-growth-partners ul li {
    list-style-type: none;
    display: inline-block;
    padding-right: 3%;
}
.trusted-growth-partners ul li:last-child {
    padding-right: 0;
}
.trusted-growth-partners ul li:nth-child(2) img {
    width: 52px;
}
.trusted-growth-partners ul li:last-child img {
    width: 62px;
}
.trusted-growth-partners ul li img {
    width: 105px;
}
/* ================================ //Trusted growth partners ================================== */

/* ================================ Salesforce Home Intro ================================== */
.salesforce-intro-home {
    position: relative;
    width: 100%;
    float: left;
    background: #001A3D;
}
.salesforce-intro-home .container {
    margin: 0 0 0 auto;
}
.salesforce-intro-home .inffo-box {
    position: relative;
    width: 100%;
    float: left;
    padding: 80px 0;
    left: -6%;
}
.salesforce-intro-home .inffo-box h2 {
    color: #fff;
    margin-bottom: 40px;
}
.salesforce-intro-home .inffo-box p {
    color: #cecece;
}
.salesforce-intro-home img {
    position: absolute;
    right: 0;
    top: 0;
}
.sih_strategy {
    background-color: #fff;
}
.sih_strategy .inffo-box h2 {
    color: #000;
}
.sih_strategy  .inffo-box p {
    color: #2e2e2e;
}
/* ================================ //Salesforce Home Intro ================================== */

/* ================================ Salesforce Capability ================================== */
.salesforce-capability {
    position: relative;
    width: 100%;
    float: left;
    padding: 80px 0;
    background: #edf3f9;
    background-image: url(./../imgs/index/corner-img.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 27%;
}
.salesforce-capability .headline-area {
    max-width: 800px;
    margin: 0 auto 60px;
    text-align: center;
}
.salesforce-capability .scap_item {
    border-radius: 10px;
    background: #FFF;
    padding: 24px 20px;
    height: 360px;
    margin-bottom: 30px;
}
.salesforce-capability .scap_item h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 14px;
}
.salesforce-capability .scap_item p {
    margin-bottom: 0;
}
.salesforce-capability .scap_item img {
    width: 40px;
    margin-bottom: 12px;
}
/* ================================ //Salesforce Capability ================================== */

/* ================================ Digital Market Special ================================== */
.digital-market-special {
    position: relative;
    width: 100%;
    float: left;
    padding: 80px 0 60px;
}
.digital-market-special .headline-area {
    max-width: 800px;
    margin: 0 auto 40px;
    text-align: center;
}
.digital-market-special .google_ad {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-top: 60px;
}
.digital-market-special .google_ad .ad_block {
    flex: 1;
    position: relative;
    border-radius: 12px;
    width: 100%;
}
.digital-market-special .google_ad .ad_block:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 12px;
    z-index: 1;
    background: rgb(1 2 12 / 76%);
}
.digital-market-special .google_ad .ad_block:hover:before{
    background: rgb(1 8 86 / 90%);
}
.digital-market-special .google_ad .ad_block img {
    width: 100%;
    object-fit: cover;
    height: 200px;
    border-radius: 12px;
}
.digital-market-special .google_ad .ad_block .mid-name {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    z-index: 9;
    color: #fff;
    font-weight: 600;
}
/* ================================ //Digital Market Special ================================== */

/* ========================== Industries Serve ============================ */
.industry_serve {
    position: relative;
    width: 100%;
    float: left;
    padding: 20px 0 10px;
}
.industry_serve .headline-area {
    margin-bottom: 60px;
}
.industry_serve .industry_list {
    display: flex;
}
.industry_serve .industry_list .display-indus {
    flex: 1;
    position: relative;
}
.industry_serve .industry_list .display-indus img {
    width: 100%;
    object-fit: cover;
    height: 380px;
}
.industry_serve .industry_list .display-indus:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background: linear-gradient( 180deg,rgb(0 0 0 / 15%),rgb(1 6 18 / 74%));
}
.industry_serve .industry_list .display-indus:hover:before {
    background: linear-gradient( 180deg,rgb(0 0 0 / 23%),rgb(0 16 53 / 98%));
}
.industry_serve .industry_list .display-indus .mid-name {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9;
    padding: 0 20px;
    bottom: 50px;
    color: #fff;
    font-weight: 600;
    transition: all 0.7s ease 0s;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
}
.industry_serve .industry_list .display-indus:hover .mid-name {
    bottom: 120px;
}
.industry_serve .industry_list .display-indus:hover .mid-name a {
    color: #fdbe10;
    width: 100%;
}
.industry_serve .industry_list .display-indus:hover .mid-name a:hover {
    text-decoration: none;
}
/* ========================== //Industries Serve ============================ */

/* ========================== Contact Wrapp ============================ */
.contact-wrapp {
    position: relative;
    width: 100%;
    float: left;
    padding: 80px 0;
}
.contact-wrapp .reach_max {
    max-width: 1240px;
    margin: 0 auto;
}
.contact-wrapp .context_area {
    max-width: 400px;
}
.contact-wrapp .context_area h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 12px;
}
.contact-wrapp .context_area .strip_text {
    font-weight: 700;
    font-size: 18px;
    margin: 30px 0 80px;
    color: #0637af;
}
.contact-wrapp .context_area h3 {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 24px;
}
.contact-wrapp .context_area ul li {
    list-style-type: none;
    display: inline-block;
    width: 30%;
    margin: 20px 0 30px;
}
.contact-wrapp .context_area ul li:nth-child(5) img {
    width: 94px;
}
.contact-wrapp .context_area ul li img {
    width: 90px;
}


.contact-wrapp .form_area h4 {
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 48px;
}
.contact-wrapp .form_area .form-group {
    margin-bottom: 18px;
}
.contact-wrapp .form_area .form-group label {
    font-size: 14px;
    font-weight: 500;
}
.contact-wrapp .form_area .form-group .form-control {
    border: 1px solid transparent;
    background: #F5F5F5;
    font-size: 15px;
    border-radius:4px;
    height: 50px;
}
.contact-wrapp .form_area .form-group textarea {
    height: 120px !important;
}
/* ========================== //Contact Wrapp ============================ */


/* ========================== Salesforce Banner ============================ */
.salesforce-banner {
    position: relative;
    width: 100%;
    float: left;
}
.salesforce-banner .text-quote {
    width: 100%;
    position: relative;
    z-index: 1;
}
.salesforce-banner .context_info {
    padding: 125px 0 50px;
}
.salesforce-banner .sub-category {
    color: #9af3ff;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 28px;
    line-height: 28px;
    letter-spacing: 0.5px;
}
.salesforce-banner h1 {
    color: #ffff;
    font-size: 68px;
    font-weight: 800;
    margin: 40px 0 30px;
    line-height: 80px;
}
.salesforce-banner p {
    color: #fff;
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 30px;
}
.salesforce-banner .main_IMg {
    padding-top: 100px;
}
.salesforce-banner .main_IMg-Service {
    padding-top: 0;
}
.salesforce-banner .main_IMg-Custom {
    margin-top: 120px;
}
.salesforce-banner .index-btn {
   margin-top: 50px;
}
.salesforce-banner .banner_boxes {
    padding: 30px 0 80px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.salesforce-banner .banner_boxes .box-info {
    flex: 1;
    border-radius: 10px;
    background: #FFF;
    padding: 16px;
    box-shadow: 0px 2.76726px 2.21381px 0px rgba(0, 0, 0, 0.07), 0px 6.6501px 5.32008px 0px rgba(0, 0, 0, 0.05), 0px 12.52155px 10.01724px 0px rgba(0, 0, 0, 0.04), 0px 22.33631px 17.86905px 0px rgba(0, 0, 0, 0.04), 0px 41.77761px 33.42209px 0px rgba(0, 0, 0, 0.03), 0px 100px 80px 0px rgba(0, 0, 0, 0.02);
}
.salesforce-banner .banner_boxes .box-info h2 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    gap: 10px;
    align-items: center;
}
.salesforce-banner .banner_boxes .box-info h2 img {
    width: 40px;
    height: 40px;
    vertical-align: middle;
    margin-right: 4px;
    margin-top: 4px;
}
.salesforce-banner .banner_boxes .box-info p {
    margin: 0;
    color: #2e2e2e;
    font-size: 14px;
    line-height: 22px;
}
.salesforce-banner .banner_boxes.serv_box .box-info {
    height: 162px;
}
.salesforce-banner .banner_boxes.sales_box {
    padding-top: 0;
}
.salesforce-banner .banner_boxes.sales_box .box-info {
    height: 230px;
}
.salesforce-banner .banner_boxes.market_box .box-info {
    height: 270px;
}
/* ========================== //Salesforce Banner ============================ */

/* ================================ Salesforce Shop ================================== */
.salesforce-shop {
    position: relative;
    width: 100%;
    float: left;
    padding: 80px 0 180px;
    background-image: url(./../imgs/managed-services/pattern-2.png);
    background-position: left 97%;
    background-repeat: no-repeat;
    background-size: 11%;
    background-color: #f0f4f9;
}
.salesforce-shop .headline-area {
    max-width: 670px;
    margin: 0 auto 80px;
    text-align: center;
    position: relative;
}
.salesforce-shop .headline-area #vectorH {
    position: absolute;
    width: 80px;
    right: -85px;
    top: -28px;
}
.salesforce-shop .shop--box {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin: 30px auto 0;
    max-width: 1200px;
}
.salesforce-shop .shop--box .single_info {
    flex: 1;
    text-align: center;
    padding: 60px 40px;
    height: 270px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    border-radius: 10px;
    border: 1.5px solid rgba(96,152,242,.3);
    overflow: hidden;
    transform-style: preserve-3d;
    transition: all 0.5s ease 0s;
    background-color: #fff;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.salesforce-shop .shop--box .single_info:hover {
    background: #194a8e;
    transform: translate3d(0px, 0px, 0px) scale3d(1.05, 1.05, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.salesforce-shop .shop--box .single_info h3 {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 0;
    line-height: 30px;
    color: #2A548F;
    transition: all 0.5s ease 0s;
}
.salesforce-shop .shop--box .single_info p {
    margin: 0;
    transition: all 0.5s ease 0s;
}
.salesforce-shop .shop--box .single_info:hover h3 {
    color: #fff;
}
.salesforce-shop .shop--box .single_info:hover p {
    color: #ececec;
}
/* ================================ //Salesforce Shop ================================== */

/* ================================ Salesforce Contact ================================== */
.salesforce-contact {
    position: relative;
    width: 100%;
    float: left;
    /* padding: 100px 0 80px; */
    background: #2A548F;
}
.salesforce-contact .headline-area {
    position: relative;
    padding: 140px 0 80px;
}
.salesforce-contact .headline-area .max-title {
    max-width: 600px;
}
.salesforce-contact .headline-area img {
    position: absolute;
    top: -135px;
    left: -5%;
}
.salesforce-contact .headline-area h2 {
    margin-top: 80px;
    color: #fff;
}
.salesforce-contact .headline-area p {
    color: #b2c8dc;
}
.salesforce-contact .contct_box {
    background-color: #fff;
    padding: 40px;
}
.salesforce-contact .contct_box .form_area h4 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
}
.salesforce-contact .contct_box .form_area .form-group {
    margin-bottom: 18px;
}
.salesforce-contact .contct_box .form_area .form-group label {
    font-size: 12px;
    margin-bottom: 3px;
    font-weight: 500;
}
.salesforce-contact .contct_box .form_area .form-group .form-control {
    border: 1px solid transparent;
    background: #F5F5F5;
    font-size: 13px;
    border-radius:4px;
    height: 44px;
}
.salesforce-contact .contct_box .form_area .form-group textarea {
    height: 80px !important;
}
/* ================================ //Salesforce Contact ================================== */

/* ================================ Service Salesforce TrBox ================================== */
.service-salesforce-trBox {
    position: relative;
    width: 100%;
    float: left;
    padding: 80px 0 70px;
    background-image: url(./../imgs/salesforce-service/pattern-1.png);
    background-position: right 32%;
    background-repeat: no-repeat;
    background-size: 18%;
}
.service-salesforce-trBox .headline-area {
    max-width: 720px;
    margin: 0 auto 80px;
    text-align: center;
    position: relative;
}
.service-salesforce-trBox .blue_box {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.service-salesforce-trBox .blue_box .trB_item {
    flex: 1;
    text-align: center;
    background: #3370c7;
    border-radius: 20px;
    padding: 20px 19px;
    height: 394px;
    transition: all 0.5s ease 0s;
}
.service-salesforce-trBox .blue_box .trB_item:hover {
    background: #003279;
}
.service-salesforce-trBox .blue_box .trB_item h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
    color: #fff;
}
.service-salesforce-trBox .blue_box .trB_item p {
    margin-bottom: 0;
    color: #eee;
}
.service-salesforce-trBox .blue_box .trB_item img {
    width: 70px;
    margin-bottom: 10px;
    mix-blend-mode: color-dodge;
}
/* ================================ //Service Salesforce TrBox ================================== */

/* ========================== Salesforce About Wrap ============================ */
.salesforce-about-wrap {
    position: relative;
    width: 100%;
    float: left;
    padding: 80px 0 0;
}
.salesforce-about-wrap  .container {
    padding-bottom: 80px;
    border-bottom: 1px solid #9F9F9F;
}
.salesforce-about-wrap .headline-area {
    max-width: 800px;
    margin: 0 auto 60px;
    text-align: center;
}
.salesforce-about-wrap .full_box {
    position: relative;
}
.salesforce-about-wrap .full_box .alt_intro {
    border-radius: 10px;
    background: #d7e7fe;
    padding: 30px 42px 14px;
    margin-bottom: 30px;
}
.salesforce-about-wrap .full_box .alt_intro:nth-child(even) {
    background: #fff;
}
.salesforce-about-wrap .full_box .alt_intro:last-child {
    margin-bottom: 0;
}
.salesforce-about-wrap .full_box .alt_intro h3 {
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 14px;
    margin-top: 32px;
}
.salesforce-about-wrap .full_box .alt_intro img {
    width: 220px;
}

.customdev_about {
    padding-top: 90px;
}
.customdev_about .full_box .alt_intro {
    padding: 0;
    position: relative;
}
.customdev_about .full_box .alt_intro img {
    position: absolute;
    left: 10%;
    width: 410px;
    top: -48%;
}
.customdev_about .full_box .alt_intro h3 {
    font-size: 28px;
    line-height: 38px;
    margin-top: 32px;
    margin-bottom: 40px;
    max-width: 760px;
}
.customdev_about .full_box .alt_intro p {
    max-width: 760px;
    margin-bottom: 40px;
}
/* ========================== //Salesforce About Wrap ============================ */



.animated.animate__fadeIn {
    animation-duration: 2s; 
}

/* ========================== Value Addition Service ============================ */
.value-addition-service {
    position: relative;
    width: 100%;
    float: left;
    padding: 80px 0 40px;
}
.value-addition-service .headline-area {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}
.value-addition-service .value_block {
   padding-top: 60px;
}
.value-addition-service .value_block .value--serv {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 40px;
}
.value-addition-service .value_block .value--serv .icon-sr {
   flex: none;
}
.value-addition-service .value_block .value--serv .icon-sr img {
    width: 80px;
}
.value-addition-service .value_block .value--serv .info-srv {
   flex: 1;
}
.value-addition-service .value_block .value--serv .info-srv h3 {
    font-weight: 700;
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 14px;
}
.value-addition-service .value_block .value--serv .info-srv a {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #000;
}
.value-addition-service .value_block .value--serv .info-srv a:hover {
    text-decoration: none;
    color: #fdbe10;
}
.value-addition-service .value_block .value--serv .info-srv a i {
    vertical-align: middle;
    margin-left: 5px;
    transition: all 0.7s ease 0s;
    font-size: 20px;
    color: #fdbe10;
}
.value-addition-service .value_block .value--serv .info-srv a:hover i {
    margin-left: 12px;
    color: #fdbe10;
}
.value-addition-service.vas_Finance .value_block .value--serv .info-srv p {
    height: 57vh;
}
.value-addition-service.vas_Finance .value_block .value--serv .info-srv p {
    height: 57vh;
}
.value-addition-service.vas_Healthcare .value_block .value--serv .info-srv p {
    height: 47vh;
}
.value-addition-service.vas_Healthcare {
    padding-bottom: 10px;
}
.value-addition-service.vas_Insurance .value_block .value--serv .icon-sr img {
    width: 40px;
}
.value-addition-service.vas_Insurance .value_block .value--serv {
    flex-direction: row;
    gap: 16px;
}
.vas_med_device {
    padding-bottom: 0;
}
/* ========================== //Value Addition Service ============================ */

/* ========================== Why Finance SalesCloud ============================ */
.why_finance_salescloud {
    position: relative;
    width: 100%;
    float: left;
    padding: 90px 0 40px;
}
.why_finance_salescloud .headline-area {
    padding-top: 70px;
    margin-bottom: 40px;
}
.why_finance_salescloud .image-area {
   max-width: 500px;
   margin: 20px auto 0;
}
.why_finance_salescloud .custom-btn {
   margin-top: 30px;
}
.seamless_Integrate {
    padding: 80px 0;
    background: #053b8f;
}
.seamless_Integrate .image-area {
    max-width: 100%;
    margin-top: 4%;
}
.seamless_Integrate .headline-area {
    padding-top: 0;
}
.seamless_Integrate .headline-area h2 {
    color: #fff;
}
.seamless_Integrate p {
    color: #dbe0ef;
}
/* ========================== //Why Finance SalesCloud ============================ */

/* ========================== Sumeru Landscape ============================ */
.sumeru-landscape {
    position: relative;
    width: 100%;
    float: left;
    padding: 0 0 100px;
    background-image: url(./../imgs/marketing-automation/content-bg-grey.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sumeru-landscape .headline-area {
    margin: 0 0 20px;
}
.sumeru-landscape .landscape_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #051c45;
    max-width: 1180px;
    margin: 0 auto;
}
.sumeru-landscape .landscape_block .col-grid {
    flex: 1;
}
.sumeru-landscape .landscape_block .col-grid img {
    width: 100%;
    object-fit: cover;
    height: 560px;
    object-position: left;
}
.sumeru-landscape .landscape_block .col-grid .info-gaps {
    padding: 0 40px;
}
.sumeru-landscape .landscape_block .col-grid .headline-area h2 {
    color: #fff;
}
.sumeru-landscape .landscape_block .col-grid .headline-area {
    margin-bottom: 40px;
    padding-top: 10px;
}
.sumeru-landscape .landscape_block .col-grid p {
    color: #a29fc8;
}
.semr_differnce {
    padding-top: 80px;
}
/* ========================== //Sumeru Landscape ============================ */


/* ================================ Healthcare No Fit Size ================================== */
.healthcare-no-fit-size {
    position: relative;
    width: 100%;
    float: left;
    background-image: url(./../imgs/banners/pattern-1.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 40px;
}
.healthcare-no-fit-size .headline-area {
    margin: 0 0 40px;
    position: relative;
}
.healthcare-no-fit-size .fitSize-Info {
    padding-top: 140px;
    max-width: 550px;
    margin: 0 auto;
}
/* ================================ //Healthcare No Fit Size ================================== */

/* ================================ Payer Solution Intro ================================== */
.payer-sol-intro {
    position: relative;
    width: 100%;
    float: left;
    background-image: url(./../imgs/banners/pattern-1.png);
    background-position: center 102%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0 10px;
}
.payer-sol-intro .headline-area {
    margin: 0 0 40px;
    position: relative;
}
.payer-sol-intro .headline-area h2 {
    margin-bottom: 40px;
    text-align: center;
}
.payer-sol-intro .headline-area p {
    font-size: 19px;
    line-height: 34px;
    font-weight: 500;
}
.payer-sol-intro .fitSize-Info {
    padding: 50px 0;
}
.attack_surface_strip {
    background: #f9c434;
    padding: 50px 0 20px;
}
.attack_surface_strip .headline-area h2 {
    text-align: left;
    font-size: 38px;
}
.attack_surface_strip .headline-area h2 strong {
    color: #0833c7;
}
.attack_surface_strip .headline-area p {
    font-size: 28px;
    line-height: 42px;
    font-weight: 500;
    margin-bottom: 0;
}
/* ================================ Payer Solution Intro ================================== */


/* ================================ Healthcare No Fit Size ================================== */
.dev-lifecycle {
    position: relative;
    width: 100%;
    float: left;
    padding: 80px 0 20px;
    background-image: url(./../imgs/salesforce-service/pattern-1.png);
    background-position: right 32%;
    background-repeat: no-repeat;
    background-size: 18%;
}
.dev-lifecycle .headline-area {
    margin: 0 0 40px;
    position: relative;
}
.dev-lifecycle ul {
    display: flex;
    flex-direction: column;
    padding-top: 20%;
}
.dev-lifecycle ul li {
    list-style-type: none;
    padding: 12px 0;
}
.dev-lifecycle ul li i {
    vertical-align: middle;
    margin-right: 12px;
    font-size: 10px;
    color: #FDBE11;
    float: left;
    height: 20px;
}
.dev-lifecycle .fitSize-Info {
    max-width: 550px;
    margin: 0 auto;
}
.ed_bg {
    background-image: none;
}
.ed_bg .fitSize-Info {
    padding-top: 30px;
    max-width: 580px;
    margin: 0;
}
.p_manu .fitSize-Info {
    padding-top: 60px;
}
/* ================================ //Healthcare No Fit Size ================================== */


/* ========================== Talent Banner ============================ */
.talent-banner {
    position: relative;
    width: 100%;
    float: left;
    padding: 100px 0 80px;
}
.talent-banner .text-quote {
    width: 100%;
    position: relative;
    z-index: 1;
    max-width: 1120px;
    margin: 0 auto;
    text-align: center;
}
.talent-banner h1 {
    color: #ffff;
    font-size: 68px;
    font-weight: 800;
    margin: 40px 0 60px;
    line-height: 80px;
}
.talent-banner p {
    color: #fff;
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 30px;
}
/* ========================== //Talent Banner ============================ */

/* ========================== Staff Features ============================ */
.staff-features {
    position: relative;
    width: 100%;
    float: left;
    padding: 80px 0 90px;
}
.staff-features .headline-area {
    max-width: 800px;
    margin: 0 auto 20px;
    text-align: center;
}
.staff-features .talent-grids {
    position: relative;
    width: 100%;
    float: left;
    margin-top: 30px;
}
.staff-features .talent-grids .talent_items {
    display: flex;
    align-items: center;
}
.staff-features .talent-grids .talent_items .t_block {
    flex: 1;
}
.staff-features .talent-grids .talent_items .t_block img {
    width: 100%;
    object-fit: cover;
    height: 500px;
}
.staff-features .talent-grids .talent_items .t_block h3 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 14px;
}
.staff-features .talent-grids .talent_items .t_block p:last-child {
    margin-bottom: 0;
}
.staff-features .talent-grids .talent_items .t_block .info_space {
   padding: 0 50px;
}
/* ========================== //Staff Features ============================ */

/* ========================== Devops Banner ============================ */
.devops_banner {
    position: relative;
    width: 100%;
    float: left;
}
.devops_banner .context_info {
    position: relative;
    padding: 80px 0 40px;
    max-width: 1280px;
    margin: 0 auto;
}
.devops_banner h1 {
    font-size: 72px;
    font-weight: 800;
    margin: 40px 0 30px;
    line-height: 78px;
}
.devops_banner img {
    width: 100%;
    object-fit: cover;
    height: 490px;
}
.devops_banner .dev_intro {
    position: relative;
    width: 100%;
    float: left;
    padding: 60px;
    background: #0b377a;
}
.devops_banner .dev_intro h2 {
    font-weight: 500;
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 26px;
    color: #fff;
}
.devops_banner .dev_intro h2:last-child {
    margin-bottom: 0;
}
/* ========================== //Devops Banner ============================ */

/* ========================== Stay Updated Devops ============================ */
.stay-updated-devops {
    position: relative;
    width: 100%;
    float: left;
    padding: 70px 0 60px;
}
.stay-updated-devops .headline-area {
    padding-top: 90px;
}
.stay-updated-devops .custom-btn {
    margin: 30px 0;
}
.churney_block {
    padding: 70px 0 0;
}
.churney_block .container {
    border-bottom: 1px solid #999999;
    padding-bottom: 70px;
}
.time_data .headline-area {
    padding-top: 0;
}
.mulsoft_appoach {
    padding-bottom: 0;
}
/* ========================== //Stay Updated Devops ============================ */

/* ========================== Value Add Workshop ============================ */
.value-add-workshop {
    position: relative;
    width: 100%;
    float: left;
    padding: 80px 0;
}
.value-add-workshop .headline-area {
    padding-top: 40px;
}
.value-add-workshop ul {
    margin: 20px 0;
    display: flex;
    flex-direction: column;
}
.value-add-workshop ul li {
    list-style-type: none;
    padding: 10px 0;
}
.value-add-workshop ul li i {
    vertical-align: middle;
    margin-right: 8px;
    font-size: 8px;
    color: #FDBE11;
    float: left;
    height: 12px;
}
.value-add-workshop .imag-are {
    max-width: 500px;
    margin: 0 auto;
}
/* ========================== //Value Add Workshop ============================ */

/* ========================== Device Workshop ============================ */
.device-workshop {
    position: relative;
    width: 100%;
    float: left;
    padding: 80px 0 70px;
    background: #051c45;
    background-image: url(./../imgs/marketing-automation/content-bg-blue2.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.device-workshop .headline-area h2 {
    color: #fff;
}
.device-workshop .box_spacing {
    padding: 50px 0;
    max-width: 540px;
}
.device-workshop p {
    color: #a29fc8;
}
.device-workshop ul {
    margin: 0 0 40px;
    display: flex;
    flex-direction: column;
}
.device-workshop ul li {
    list-style-type: none;
    padding: 10px 0;
    color: #a29fc8;
}
.device-workshop ul li i {
    vertical-align: middle;
    margin-right: 8px;
    font-size: 8px;
    color: #FDBE11;
    float: left;
    height: 32px;
}
.device-workshop .box_spacing .custom-btn {
    margin-top: 20px;
}
/* ========================== //Device Workshop ============================ */

/* ========================== Why switch to light ============================ */
.why-switch-to-light {
    position: relative;
    width: 100%;
    float: left;
    padding: 80px 0 70px;
    background-image: url(./../imgs/marketing-automation/content-bg-grey2.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.why-switch-to-light .box_spacing {
    padding: 10px 0;
    max-width: 540px;
}
.why-switch-to-light ul {
    margin: 0 0 40px;
    display: flex;
    flex-direction: column;
}
.why-switch-to-light ul li {
    list-style-type: none;
    padding: 10px 0;
}
.why-switch-to-light ul li i {
    vertical-align: middle;
    margin-right: 8px;
    font-size: 8px;
    color: #FDBE11;
    float: left;
    height: 42px;
}
.why-switch-to-light .box_spacing .custom-btn {
    margin-top: 20px;
}
/* ========================== //Why switch to light ============================ */

/* ========================== Lightening Roadmap ============================ */
.lightening-roadmap {
    position: relative;
    width: 100%;
    float: left;
    padding: 80px 0;
    background-image: url(./../imgs/marketing-automation/content-bg-grey4.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.lightening-roadmap .headline-area {
    text-align: center;
    max-width: 880px;
    margin: 0 auto 80px;
}
.lightening-roadmap .roadmap_block {
   max-width: 1240px;
   margin: 0 auto;
}
.lightening-roadmap .roadmap_block .items_road {
  padding: 0 40px;
}
.lightening-roadmap .roadmap_block .items_road h3 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 14px;
}
.lightening-roadmap .roadmap_block .items_road ul {
    padding-left: 20px;
}
.lightening-roadmap .roadmap_block img {
    width: 110px;
    margin-top: 40px;
}
/* ========================== //Lightening Roadmap ============================ */

/* ========================== Cloud Salesforce Banner ============================ */
.cloud-salesforce-banner {
    position: relative;
    width: 100%;
    float: left;
}
.cloud-salesforce-banner:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.32);
}
.cloud-salesforce-banner .text-quote {
    width: 100%;
    position: relative;
    z-index: 1;
}
.cloud-salesforce-banner .semi-circle {
    height: 100%;
    background: #004ec4;
    width: 700px;
    position: absolute;
    /* border-radius: 0 0 800px 800px; */
    left: 0;
    top: 0;
}
.cloud-salesforce-banner .context_info {
    padding: 130px 0 80px;
    position: relative;
    max-width: 840px;
}
.cloud-salesforce-banner h1 {
    color: #ffff;
    font-size: 72px;
    font-weight: 800;
    margin: 40px 0 30px;
    line-height: 78px;
}
.cloud-salesforce-banner p {
    color: #fff;
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 30px;
}
.cloud-salesforce-banner #dot_img {
    position: absolute;
    width: 160px;
    top: 0;
    right: 16.5%;
    opacity: 0.2;
}
.pardot_banner .context_info {
    padding: 170px 0 130px;
}
.salesCloud_banner .context_info {
    padding: 150px 0 90px;
}
/* ========================== //Cloud Salesforce Banner ============================ */

/* ========================== Platform Advantage ============================ */
.platform-advantage {
    position: relative;
    width: 100%;
    float: left;
    padding: 90px 0 40px;
    background-image: url(./../imgs/marketing-automation/content-bg-yellow.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ffd914;
}
.platform-advantage h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 14px;
}
.platform-advantage .platform_box {
    border-top: 1px solid #000;
    padding-top: 30px;
    margin-bottom: 50px;
}
/* ========================== //Platform Advantage ============================ */

@media (max-width: 767px) {
    .mobile_view {
        display: block !important;
    }
    .desktop_view {
        display: none;
    }
}
.mobile_view {
    display: none;
}

/* ========================== Managed Approach ============================ */
.managed-approach {
    position: relative;
    width: 100%;
    float: left;
    padding: 80px 0;
}
.managed-approach .headline-area {
    max-width: 800px;
    margin: 0 auto 60px;
    text-align: center;
}
.managed-approach .apprch_wrap {
   margin-bottom: 10px;
   position: relative;
}
.managed-approach .apprch_wrap .accordion {
    max-width: 620px;
}

.managed-approach .apprch_wrap .accordion-section {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
}
.managed-approach .apprch_wrap .accordion-section:last-child {
    border-bottom: none;
}

.managed-approach .apprch_wrap .accordion-header {
    padding: 10px 0;
    cursor: pointer;
    font-weight: 700;
    font-size: 18px;
}
.managed-approach .apprch_wrap .accordion-header span {
    margin-right: 10px;
    width: 34px;
    height: 34px;
    display: inline-block;
   
    background: #fff2d0;
    text-align: center;
    font-size: 15px;
    line-height: 34px;
    border-radius: 50%;
}
.managed-approach .apprch_wrap .accordion-section.active .accordion-header span {
    background: #fbc122;
}

.managed-approach .apprch_wrap .accordion-content {
    display: none;
    padding: 10px 0 10px 45px;
    font-size: 15px;
    line-height: 24px;
}

.managed-approach .apprch_wrap .accordion-section.active .accordion-content {
    display: block;
}
.cyber_faq .apprch_wrap .accordion-content {
    padding-left: 0;
}
.cyber_faq .apprch_wrap .accordion {
    max-width: 920px;
    margin: 0 auto;
}
/* ========================== //Managed Approach ============================ */

/* ========================== Cyber Banner Bottom ============================ */
.cyber_bnr_bottom {
    position: relative;
    width: 100%;
    float: left;
    padding: 80px 0;
    background: #0a2c5c;
}
.cyber_bnr_bottom .headline-area {
    text-align: center;
}
.cyber_bnr_bottom .headline-area h2 {
    color: #fff;
    margin-bottom: 40px;
}
.cyber_bnr_bottom .headline-area p {
    font-size: 20px;
    color: #ccd4d9;
    line-height: 30px;
}
.cyber_bnr_bottom .single_list {
    display: flex;
    margin: 50px 0 0;
    position: relative;
    width: 100%;
    float: left;
    justify-content: center;
    align-items: center;
}
.cyber_bnr_bottom .single_list li {
    list-style-type: none;
    color: #fff;
    flex: 1;
    display: flex;
    gap: 20px;
    align-items: center;
}
.cyber_bnr_bottom .single_list li img {
    width: 50px;
    vertical-align: middle;
}
/* ========================== //Cyber Banner Bottom ============================ */

/* ================================ Cyber Capabilities ================================== */
.cyber_capabilities {
    position: relative;
    width: 100%;
    float: left;
    padding: 80px 0 50px;
}
.cyber_capabilities .headline-area {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 60px;
}
.cap_wraps .cap_item {
    margin-bottom: 40px;
}
.cap_wraps .cap_item h3 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 14px;
}
.cap_wraps .cap_item ul {
    margin: 12px 0;
    display: flex;
    flex-direction: column;
}
.cap_wraps .cap_item ul li {
    list-style-type: none;
    padding: 1px 0;
    font-size: 14px;
    line-height: 24px;
}
.cap_wraps .cap_item ul li i {
    vertical-align: middle;
    margin-right: 12px;
    font-size: 10px;
    color: #FDBE11;
    float: left;
    height: 104px;
}
.multi_box .cap_item img {
    margin-bottom: 20px;
    height: 200px;
    width: 100%;
    object-fit: cover;
}
.big_box .cap_item h3 {
    margin-top: 10px;
}
.big_box {
    margin-bottom: 50px;
}
.cap_wraps .cap_item.small_list ul li i {
    height: 40px
}
.cap_wraps .cap_item.appItem ul li i {
    height: 76px;
}

.app_capabil .multi_box .cap_item img {
    height: 280px;
}
.app_capabil .big_box img {
    width: 100%;
    object-fit: cover;
    height: 360px;
}
 ul.navbar-nav li:nth-last-child(2) {
            display: none;
        }
/* ================================ //Cyber Capabilities ================================== */

.aboutNumber {
    margin-top: 0 !important;
}
.about_imbg {
    padding: 30px 0 40px;
    background: #b90808;
}
.about_imbg .impact-score .item_scr h3 {
    color: #ffffff;
}
.about_imbg .impact-score .item_scr p {
    color: #dbdbdb;
}
.aboutIntro {
    padding-bottom: 30px;
}
/* ========================== Impact Change ============================ */
.impact-change {
    position: relative;
    width: 100%;
    float: left;
    padding: 100px 0 80px;
    background-image: url(./../imgs/marketing-automation/content-bg-grey.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.impact-change .headline-area {
    max-width: 800px;
    margin: 0 0 20px;
}
.impact-change .impt_block {
    padding-top: 30px;
}
.impact-change .impt_block.pt-0 {
    padding-top: 0;
}
.impact-change .impt_block .info_block {
    max-width: 620px;
    margin: 0 auto;
    padding: 90px 0;
}
.impact-change .impt_block p {
    font-size: 24px;
    line-height: 42px;
}
.powerbg {
    background-image: url(./../imgs/about/yellow-abt.png);
}
/* ========================== Impact Change ============================ */

/* ========================== Global Office ============================ */
.global-offices {
    position: relative;
    width: 100%;
    float: left;
    padding: 80px 0;
    background-image: url(./../imgs/about/ofc-ng.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.global-offices .headline-area {
    margin-bottom: 60px;
}
.global-offices .headline-area h2 {
    color: #fff;
    margin-bottom: 12px;
}
.global-offices .headline-area p {
    color: #bdbada;
}
.global-offices .office-locations {
    margin-top: 20px;
    position: relative;
    width: 100%;
    float: left;
    text-align: center;
}
.global-offices .office-locations .image-bx {
   height: 370px;
}
.global-offices .office-locations img{
    margin: 0 auto 30px;
}
.global-offices .office-locations .img-1 {
    width: 350px;
    margin-top: 30px;
}
.global-offices .office-locations .img-2 {
    width: 300px;
}
.global-offices .office-locations h3 {
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 14px;
}
.global-offices .office-locations p {
    color: #bdbada;
}
/* ========================== //Global Office ============================ */

/* ========================== Sumeru-spirit ============================ */
.sumeru-spirit {
    position: relative;
    width: 100%;
    float: left;
    padding: 80px 0 120px;
    background-image: url(./../imgs/marketing-automation/content-bg-blue2.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #051c45;
}
.sumeru-spirit .headline-area {
    max-width: 800px;
    margin: 0 auto 50px;
    text-align: center;
}
.sumeru-spirit .headline-area h2 {
    color: #fff;
}
.sumeru-spirit .headline-area p {
    color: #d1cfe6;
}
.sumeru-spirit .spt-blocks {
    position: relative;
    width: 100%;
    padding-top: 40px;
    max-width: 1180px;
    margin: 0 auto;
}
.sumeru-spirit .spt-blocks h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 14px;
}
.sumeru-spirit .spt-blocks .items-block {
    display: flex;
    justify-content: center;
    align-items: center;
}
.sumeru-spirit .spt-blocks .items-block .flexbox img {
    width: 100%;
    object-fit: cover;
    height: 350px;
}
.sumeru-spirit .spt-blocks .items-block .flexbox {
    flex: 1;
}
.sumeru-spirit .spt-blocks .items-block .flexbox .content-area {
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sumeru-spirit .spt-blocks .items-block .content-area h3 {
    color: #fff;
}
.sumeru-spirit .spt-blocks .items-block .content-area p {
    color: #a29fc8;
    margin: 0;
}
/* ========================== //Sumeru-spirit ============================ */</pre></body></html>