.modernization  .breadcrumb{
    margin-bottom: 0;
    margin-top: 0;
}
.modernization .banner{
    background: url(../images/services/servicebannerBG.jpg);
    padding: 0;
}
/* 


.modernization .commonBreadcrumb--gray .breadcrumb-item a{
    color: #bdbdbd;
}
.modernization .commonBreadcrumb--gray .breadcrumb-item a:hover{
    color: #ffffff;
}
.modernization  .commonBreadcrumb--gray .breadcrumb-item:before,
.modernization  .commonBreadcrumb .current:before{
    color: #767676;
} */



.overview__static {
    padding-top: 54px;
}
.overview__static .row {
    margin-left: -45px;
    margin-right: -45px;
}
.overview__static .row > .col,
.overview__static .row [class*="col-"] {
    padding-left: 45px;
    padding-right: 45px;
    margin-bottom: 125px;
}
.overview__static .row > .col:nth-last-child(2),
.overview__static .row > .col:last-child,
.overview__static .row [class*="col-"]:nth-last-child(2),
.overview__static .row [class*="col-"]:last-child {
    margin-bottom: 0;
}
.overview__static .box {
    background-color: #0729e9;
    border-radius: 9px;
    height: 100%;
    padding: 65px 25px 30px;
    position: relative;
}
.overview__static .box:before {
    content: "";
    background-color: rgba(255, 255, 255, 0.08);
    width: 260px;
    height: 130px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-bottom-left-radius: 130px;
    border-bottom-right-radius: 130px;
    top: 0;
}
.overview__static .box img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -54px;
}
.overview__static .box h3 {
    color: #fff;
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 0;
}
.overview__list__left li + li {
    margin-top: 20px;
}
.overview__list__left h6 {
    margin-bottom: 10px;
    padding-top: 15px;
    position: relative;
}

.overview__list__left p {
    margin-bottom: 0;
}
.overview__list__right {
    background-color: #000;
    padding: 30px 40px;
}
.overview__list__right h4 {
    margin-bottom: 30px;
    line-height: 1.4;
    font-weight: 400;
    font-size: 1.5rem;
    color: #ffffff;
}
.appMaintenance .framework.theeDfeamework .boxContent--title {
    font-weight: 400;
    font-size: 1.5rem;
  }
.overview__list__right li {
    position: relative;
    padding-left: 20px;
    color: #d3d3d4;
    font-weight: 300;
    font-size: 0.9rem;
}
.overview__list__right li span {
    font-weight: 500;
}
.overview__list__right li + li {
    margin-top: 25px;
}
.overview__list__right li:before {
    width: 7px;
    height: 7px;
    content: "";
    background-color: #f6190d;
    position: absolute;
    left: 0;
    top: 8px;
    border-radius: 50%;
}
@media (max-width: 1599px) {
    .overview .commonTitle h3 {
        margin: 25px 0;
    }
    .overview__content p + p {
        margin-top: 25px;
    }
    .overview__list__right {
        padding: 20px 30px;
    }
    .overview__list__right li + li {
        margin-top: 20px;
    }
   
}
@media (max-width: 1199.98px) {
    .overview__inner {
        padding: 30px 50px;
    }
    .overview .commonTitle h3 {
        margin: 15px 0;
        line-height: 35px;
    }
    .overview__static {
        padding-top: 40px;
    }
    .overview__static .row {
        margin-left: -20px;
        margin-right: -20px;
    }
    .overview__static .row > .col,
    .overview__static .row [class*="col-"] {
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 80px;
    }
    .overview__static .box {
        padding: 55px 15px 20px;
    }
    .overview__static .box:before {
        width: 160px;
        height: 80px;
        border-bottom-left-radius: 80px;
        border-bottom-right-radius: 80px;
    }
    .overview__static .box img {
        width: 80px;
        top: -40px;
    }
    .overview__static .box h3 {
        font-size: 20px;
        line-height: 36px;
    }
    .overview__content {
        font-size: 16px;
    }
    .overview__content p {
        font-size: 16px;
        line-height: 27px;
    }
    .overview__content p + p {
        margin-top: 15px;
    }
    .overview__content ul li {
        font-size: 16px;
        line-height: 27px;
    }
    .overview__list__right {
        padding: 20px;
    }
    .overview__list__right li {
        padding-left: 20px;
    }
    .overview__list__right li + li {
        margin-top: 15px;
    }
    .overview__list__right h4 {
        margin-bottom: 25px;
    }
}
@media (max-width: 991.98px) {
    .overview__inner {
        padding: 20px 30px;
    }
    .overview .commonTitle {
        margin-bottom: 20px;
    }
    .overview .commonTitle h3 {
        margin-bottom: 0;
        line-height: 27px;
    }
    .overview__static .row {
        margin-left: -10px;
        margin-right: -10px;
    }
    .overview__static .row > .col,
    .overview__static .row [class*="col-"] {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 60px;
    }
    .overview__static .box h3 {
        font-size: 18px;
        line-height: 30px;
    }
    .overview__content p {
        font-size: 15px;
        line-height: 28px;
    }
    .overview__content ul li {
        font-size: 15px;
        line-height: 28px;
    }
    .overview__list__left li + li {
        margin-top: 20px;
    }
    .overview__list__right h4 {
        margin-bottom: 20px;
    }
}
@media (max-width: 767.98px) {
    .overview__inner {
        padding: 20px 0;
    }
    .overview .commonTitle {
        margin-bottom: 15px;
    }
    .overview__content p {
        font-size: 14px;
        line-height: 25px;
    }
    .overview__content .row [class*="col-"] + [class*="col-"] {
        margin-top: 20px;
    }
    .overview__content ul li {
        font-size: 14px;
        line-height: 25px;
        padding-left: 20px;
    }
    .overview__content ul li:after {
        top: 8px;
    }
    .overview__content ul li:not(:last-child) {
        margin-bottom: 8px;
    }
}
@media (max-width: 575.98px) {
    .overview__static {
        padding-top: 40px;
    }
    .overview__static .row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .overview__static .row > .col,
    .overview__static .row [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 50px;
    }
    .overview__static .row > .col:nth-last-child(2),
    .overview__static .row [class*="col-"]:nth-last-child(2) {
        margin-bottom: 50px;
    }
    .overview__static .box {
        padding: 50px 15px 15px;
    }
    .overview__static .box:before {
        width: 120px;
        height: 60px;
        border-bottom-left-radius: 60px;
        border-bottom-right-radius: 60px;
    }
    .overview__static .box img {
        width: 70px;
        top: -35px;
    }
    .overview__static .box h3 {
        font-size: 18px;
        line-height: 24px;
    }
    .overview__list__left li + li {
        margin-top: 15px;
    }
    .overview__list__left h6 {
        font-size: 14px;
        margin-bottom: 6px;
        padding-top: 10px;
    }
    .overview__list__left h6:before {
        width: 20px;
        height: 2px;
    }
    .overview__list__right {
        padding: 15px;
    }
    .overview__list__right h4 {
        margin-bottom: 20px;
    }
}
.servicesOfferings {
    padding: 80px 0;
    background: url(../images/services/service-offeringBG.png);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}
.servicesOfferings .commonTitle {
    margin-bottom: 0px;
}

.servicesOfferings .no-img img {
    margin: 25px 0 20px;
    max-width: 100%;
}

.servicesOfferings__list .row:not(:last-child) {
    margin-bottom: 60px;
}
.servicesOfferings__list .row > .col,
.servicesOfferings__list .row > [class*="col-"] {
    flex: 0 0 47%;
    max-width: 47%;
}
@media (min-width: 576px) {
    .servicesOfferings__list .row:nth-child(even) > .col:last-child,
    .servicesOfferings__list .row:nth-child(even) > [class*="col-"]:last-child {
        margin-left: auto;
    }
    .servicesOfferings__list .row:nth-child(odd) > .col:last-child,
    .servicesOfferings__list .row:nth-child(odd) > [class*="col-"]:last-child {
        order: -1;
    }
    .servicesOfferings__list .row:nth-child(odd) > .col:first-child,
    .servicesOfferings__list .row:nth-child(odd) > [class*="col-"]:first-child {
        margin-left: auto;
    }
}
.offerings__box_YASH{
    border: 1px solid #010F6C;
    border-radius: 4px;
    padding: 1rem;
    margin-bottom: 1rem;
    transition: all 0.2s;
    width: 100%;
}
/* .offerings__box_YASH:hover{
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    padding: 1rem;
    margin-bottom: 1rem;
    background-color: #e9e9e9;
    transition: all 0.2s;
} */
.servicesOfferings__list--content h3 {
    padding-top: 7px;
    margin-bottom: 25px;
    color: #010F6C;
    font-weight: 600;
    font-size: 1.5rem;
}
.servicesOfferings__list--content h3:after{
    content: "";
    width: 40px;
    height: 3px;
    background-color: #010F6C;
    left: 0;
    bottom: -9px;
    position: relative;
    display: block;
}
.servicesOfferings__list--content p {
    font-size: 0.9rem;
    line-height: 1.9;
    color: #212129;
    margin-bottom: 2rem;
    font-weight: 400;
}
.offerings__box_YASH .servicesOfferings__list--content ul li,
.sapSharedServices .innovativePricingModels .addOnParameters li {
    font-size: 0.9rem;
    font-weight: 400;
  }

.offerings__box_YASH:hover .servicesOfferings__list--content h3:after{
    background-color: #010f6c;
}
.servicesOfferings__list--content p a {
    color: #f6190d;
}
.servicesOfferings__list--content p a:hover,
.servicesOfferings__list--content p a:focus,
.servicesOfferings__list--content p a:active {
    color: #dc1308;
}
.servicesOfferings__list--content ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.servicesOfferings__list--content ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}
.servicesOfferings__list--content ul li:after {
    width: 5px;
    height: 5px;
    background-color: #f6190d;
    left: 0;
    content: "";
    border-radius: 100%;
    position: absolute;
    top: 8px;
}
@media (max-width: 1599px) {
    .servicesOfferings {
        padding: 50px 0;
    }
    .servicesOfferings__list .row:not(:last-child) {
        margin-bottom: 40px;
    }
}
@media (max-width: 1399px) {
    .servicesOfferings__list--content .textLink {
        margin-top: 25px;
    }
}
@media (max-width: 1199.98px) {
    .servicesOfferings {
        padding: 40px 0;
    }
    .servicesOfferings__list--content h3 {
        margin-bottom: 15px;
        font-size: 1.3rem;
    }
    .servicesOfferings__list--content p {
        font-size: 17px;
        line-height: 28px;
    }
    .servicesOfferings__list--content ul {
        text-align: left;
    }
    .servicesOfferings__list--content ul li {
        font-size: 17px;
    }
}
@media (max-width: 991.98px) {
    .servicesOfferings {
        padding: 30px 0;
    }
    .servicesOfferings__list .row > .col,
    .servicesOfferings__list .row > [class*="col-"] {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .servicesOfferings__list--content h3 {
        padding-top: 15px;
    }
    .servicesOfferings__list--content p {
        font-size: 0.9rem;
        line-height: 1.8;
        text-align: left;
        margin-bottom: 1rem;
    }
    .servicesOfferings__list--content ul li {
        font-size: 1rem;
        padding-left: 20px;
        margin-bottom: 7px;
    }
    .servicesOfferings__list--content ul li:after {
        top: 8px;
        width: 5px;
        height: 5px;
    }
    .servicesOfferings__list--content .textLink {
        margin-top: 15px;
    }
}
@media (max-width: 767.98px) {
    .servicesOfferings {
        padding: 20px 0;
    }
    .servicesOfferings .no-img {
        margin-top: 30px;
    }
    .servicesOfferings__list {
        margin-top: 30px;
    }
    .servicesOfferings__list .row:not(:last-child) {
        margin-bottom: 30px;
    }
    .servicesOfferings__list--content .textLink {
        font-size: 11px;
        margin-top: 10px;
    }
}
@media (max-width: 575.98px) {
    .servicesOfferings__list .row > .col,
    .servicesOfferings__list .row > [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .servicesOfferings__list .row:not(:last-child) {
        margin-bottom: 20px;
    }
  
    .servicesOfferings__list--content h3 {
        padding-top: 10px;
        margin-bottom: 25px;
    }
}
.page-template.crm .servicesOfferings__list > .row {
    align-items: center;
}
.YashValueProposition {
    padding: 80px 0 0;
}
.YashValueProposition__box {
    background-color: #0729e9;
    padding: 100px 0;
}
.YashValueProposition__box--content::before {
    content: "";
    position: absolute;
    top: -70px;
    left: 0;
    width: 260px;
    height: 179px;
    background-repeat: no-repeat;
    background-image: url("../images/services/quoteImg.png");
}
.YashValueProposition__box .listing {
    margin: 35px 0;
}
.YashValueProposition__box .listing--head {
    margin-bottom: 10px;
}
.YashValueProposition__box .listing ul {
    margin: 0 0;
}
.YashValueProposition__box .listing ul li {
    font-size: 18px;
    line-height: 35px;
}
.YashValueProposition__box .listing ul li + li {
    margin-top: 5px;
}
.YashValueProposition__box ul li,
.YashValueProposition__box p {
    color: #fff;
    font-size: 20px;
    line-height: 1.8;
}
.YashValueProposition__box ul {
    margin: 20px 0;
    padding-left: 20px;
}
.YashValueProposition__box ul li + li {
    margin-top: 12px;
}
.YashValueProposition__box p {
    margin-bottom: 0px;
}
.YashValueProposition__box p + p {
    margin-top: 15px;
}
.YashValueProposition__box p a {
    color: #fff;
    text-decoration: underline;
}
@media (max-width: 1599px) {
    .YashValueProposition {
        padding: 50px 0;
    }
}
@media (max-width: 1399px) {
    .YashValueProposition__box {
        padding: 60px 0;
    }
    .YashValueProposition__box--content:before {
        width: 196px;
        height: 125px;
        top: -30px;
        background-size: cover;
    }
}
@media (max-width: 1199.98px) {
    .YashValueProposition {
        padding: 40px 0;
    }
    .YashValueProposition__box ul li,
    .YashValueProposition__box p {
        font-size: 18px;
        line-height: 1.6;
    }
    .YashValueProposition__box--content:before {
        width: 200px;
        height: 150px;
        background-size: 171px;
    }
    .YashValueProposition__box .listing {
        margin: 25px 0;
    }
}
@media (max-width: 991.98px) {
    .YashValueProposition__box {
        padding: 40px 0;
    }
    .YashValueProposition__box ul li,
    .YashValueProposition__box p {
        font-size: 16px;
    }
    .YashValueProposition__box--content:before {
        width: 150px;
        height: 100px;
        background-size: 108px;
        top: -33px;
    }
    .YashValueProposition__box .listing ul li {
        font-size: 16px;
        line-height: 30px;
    }
}
@media (max-width: 767.98px) {
    .YashValueProposition {
        padding: 20px 0 0;
    }
    .YashValueProposition .row {
        align-items: center;
    }
    .YashValueProposition__box {
        padding: 20px 0 20px;
    }
    .YashValueProposition__box .listing {
        margin: 20px 0;
    }
    .YashValueProposition__box .listing ul li {
        font-size: 14px;
    }
    .YashValueProposition__box ul li,
    .YashValueProposition__box p {
        font-size: 14px;
    }
    .YashValueProposition__box--content:before {
        top: -4px;
    }
}
@media (max-width: 575.98px) {
    .YashValueProposition__box--content:before {
        top: 16px;
    }
}
.yashPerspectives {
    padding: 80px 0;
    overflow: hidden;
}
.yashPerspectives h3 {
    font-size: 18px;
    margin-bottom: 10px;
    min-height: 105px;
    line-height: 1.6;
}
.yashPerspectives p {
    font-size: 12px;
}
.yashPerspectives p .date {
    color: #666666;
}
.yashPerspectives p .name {
    color: #000;
}
.yashPerspectives .blogListing {
    margin: 0 -30px;
}
.yashPerspectives .blogListing .slick-arrow {
    bottom: auto;
}
/* .yashPerspectives .blogListing .slick-arrow.slick-prev {
    left: -50px;
} */
/* .yashPerspectives .blogListing .slick-arrow.slick-next {
    right: -50px;
} */
.yashPerspectives .blogListing__Box {
    margin: 0 30px;
}
.yashPerspectives .blogListing__Box--Img {
    margin: 0 0 30px;
}
.yashPerspectives .blogListing__Box--Img .commonTag {
    bottom: 0;
    left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 20px;
}
.yashPerspectives .blogListing__Box--Img img {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
}
.yashPerspectives .blogListing__Box:hover .blogListing__Box--Img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
/* .yashPerspectives .slick-slider .slick-arrow.slick-disabled {
    visibility: hidden;
} */
.yashPerspectives .slick-slider .slick-arrow.slick-disabled:hover:after {
    display: none;
}
/* @media (min-width: 1200px) {
    .yashPerspectives .blogListing .slick-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
} */
@media (max-width: 1679px) {
    .yashPerspectives .blogListing {
        margin: 0 -20px;
    }
    .yashPerspectives .blogListing__Box {
        margin: 0 20px;
    }
    .yashPerspectives .blogListing__Box--Img {
        margin: 0 0 20px;
    }
  
}
@media (max-width: 1599px) {
    .yashPerspectives {
        padding: 50px 0;
    }
    .yashPerspectives h3 {
        font-size: 16px;
        min-height: 70px;
    }
}

@media (max-width: 1199.98px) {
    .yashPerspectives {
        padding: 40px 0 60px;
    }
    .yashPerspectives .blogListing {
        margin: 0 -15px;
    }
    .yashPerspectives .blogListing__Box {
        margin: 0 15px;
    }
    .yashPerspectives .blogListing__Box--Img {
        margin: 0 0 15px;
    }
    .yashPerspectives h3 {
        font-size: 15px;
    }
  
   
}
@media (max-width: 991.98px) {
    .yashPerspectives {
        padding: 30px 0 60px;
    }
    .yashPerspectives .blogListing {
        margin: 0 -10px;
    }
    .yashPerspectives .blogListing__Box {
        margin: 0 10px;
    }
    .yashPerspectives h3 {
        min-height: auto;
    }
}
@media (max-width: 767.98px) {
    .yashPerspectives h3 {
        font-size: 14px;
    }
    .yashPerspectives .blogListing .slick-arrow.slick-next {
        right: 0;
    }
    .yashPerspectives .blogListing .slick-arrow.slick-prev {
        left: auto;
        right: 50px;
    }
}
.mm-menu_offcanvas {
    z-index: 10000;
    background: #fff;
    min-width: 465px;
    max-width: 465px;
}
.mm-menu_offcanvas .mm-navbars_top {
    position: relative;
    height: 43px;
    background-color: #f2f2f2;
}
.mm-menu_offcanvas .mm-navbars_top .mm-navbar_has-btns {
    position: relative;
}
.mm-menu_offcanvas .mm-panels .mm-panel_opened .mm-btn_prev:after {
    content: "\e911";
    font-family: "icomoon";
    position: absolute;
    top: 12px;
    border: 0px;
}
.mm-panels,
.mm-panel {
    background: #fff;
}
.mm-panel_has-navbar {
    padding-top: 55px;
}
.mm-panels .mm-navbar {
    padding: 7px 18px 7px;
    height: 56px;
}
.mm-panels .mm-navbar__title {
    font-size: 24px;
}
.mm-panels .mm-navbar__title:link,
.mm-panels .mm-navbar__title:visited,
.mm-panels .mm-navbar__title:active,
.mm-panels .mm-navbar__title:hover {
    color: #000;
}
@media (max-width: 767.98px) {
    .mm-panels .mm-navbar {
        padding: 0px 15px 0px;
        height: 52px;
    }
    .mm-panels .mm-navbar__title {
        font-size: 20px;
    }
}
.mm-navbar {
    padding: 30px 30px;
    background-color: #f2f2f2;
    font-size: 28px;
    border: none;
}
.mm-navbar .mm-navbar__title {
    color: #000;
}
.mm-navbar .mm-navbar__title > span {
    padding-bottom: 5px;
}
.mm-navbars_top .mm-navbar {
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
.mm-navbars_top .mm-navbar .mm-btn_close::after,
.mm-navbars_top .mm-navbar .mm-btn_close::before {
    width: 14px;
    height: 14px;
}
.mm-navbars_top .mm-navbar .mm-btn_close::before {
    right: 20px;
}
.mm-navbars_top .mm-navbar .mm-btn_close::after {
    right: 41px;
}
.mm-listview {
    padding: 0 30px;
}
.mm-listview .mm-listitem__btn:not(.mm-listitem__text) {
    border: 0px;
}
.mm-listview .mm-listitem__btn {
    padding-right: 0px;
}
.mm-listview .mm-listitem__btn.mm-btn_next:after {
    right: 10px;
    left: auto;
    top: -11px;
}
.mm-listitem::after {
    display: none;
}
.mm-listitem:not(:last-child) .mm-listitem__text {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mm-listitem__text {
    color: #000 !important;
    font-size: 1rem;
    padding: 25px 0;
    display: block;
}
.mm-listitem__text:hover,
.mm-listitem__text:focus,
.mm-listitem__text:active {
    color: #f6190d !important;
}

.mm-wrapper__blocker {
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
}
.mm-wrapper_opened #customHeader,
.mm-wrapper_opened .mainContent,
.mm-wrapper_opened #footer {
    filter: blur(8px);
    -webkit-filter: blur(8px);
}
.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
@media (max-width: 1680px) {
    .mm-navbar {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .mm-listitem__text {
        padding: 25px 0;
    }
}
@media (max-width: 1599px) {
    .mm-navbar {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .mm-navbar {
        font-size: 24px;
    }
    .mm-listitem__text {
        padding: 20px 0;
    }
}
@media (max-width: 1199.98px) {
    .mm-navbar {
        font-size: 20px;
    }
    .mm-listitem__text {
        padding: 18px 0;
        font-size: 15px;
    }
}
@media (max-width: 767.98px) {
    .mm-listview {
        padding: 0 15px;
    }
    .mm-navbars_top .mm-navbar .mm-btn_close::after,
    .mm-navbars_top .mm-navbar .mm-btn_close::before {
        width: 11px;
        height: 11px;
    }
    .mm-navbars_top .mm-navbar .mm-btn_close::before {
        right: 10px;
    }
    .mm-navbars_top .mm-navbar .mm-btn_close::after {
        right: 26px;
    }
    .mm-menu_offcanvas {
        min-width: 280px;
        max-width: 280px;
    }
    .mm-navbar {
        padding: 10px 15px;
        padding-right: 40px;
    }
    .mm-navbar {
        font-size: 18px;
        line-height: 27px;
    }
    .mm-listitem__text {
        padding: 15px 0;
        font-size: 14px;
    }
    .mm-navbar__btn {
        width: 15px;
    }
    .mm-navbar__btn:not(.mm-hidden) + .mm-navbar__title:last-child {
        padding-right: 0px;
    }
}
.ourPartners {
    padding: 80px 0;
}
.ourPartners p {
    line-height: 32px;
    margin-bottom: 25px;
}
.ourPartners--content ul {
    margin-bottom: 0;
}
.ourPartners--content ul li {
    line-height: 30px;
    position: relative;
    padding-left: 30px;
}
.ourPartners--content ul li:not(:last-child) {
    margin-bottom: 20px;
}
.ourPartners--content ul li strong {
    display: block;
}
.ourPartners--content ul li:after {
    width: 7px;
    height: 7px;
    background-color: #f6190d;
    left: 0;
    content: "";
    border-radius: 50%;
    position: absolute;
    top: 10px;
}
.ourPartners--content ul:not(:last-child) {
    margin-bottom: 25px;
}
.ourPartners--content h5 {
    margin-bottom: 25px;
}
@media (max-width: 1599px) {
    .ourPartners {
        padding: 0 0 50px;
    }
    .ourPartners p {
        line-height: 28px;
        margin-bottom: 20px;
    }
    .ourPartners--content ul li {
        line-height: 26px;
    }
    .ourPartners--content ul li:not(:last-child) {
        margin-bottom: 15px;
    }
    .ourPartners--content ul:not(:last-child) {
        margin-bottom: 20px;
    }
    .ourPartners--content h5 {
        font: 20px "Montserrat-SemiBold";
        margin-bottom: 20px;
    }
}
@media (max-width: 1199.98px) {
    .ourPartners {
        padding: 40px 0;
    }
}
@media (max-width: 991.98px) {
    .ourPartners {
        padding: 30px 0;
    }
    .ourPartners p {
        font: 15px;
        line-height: 25px;
        margin-bottom: 15px;
    }
    .ourPartners--content ul li {
        line-height: 26px;
    }
    .ourPartners--content ul li:not(:last-child) {
        margin-bottom: 10px;
    }
    .ourPartners--content ul:not(:last-child) {
        margin-bottom: 15px;
    }
    .ourPartners--content h5 {
        font: 18px;
        margin-bottom: 15px;
    }
}
@media (max-width: 767.98px) {
    .ourPartners {
        padding: 20px 0;
    }
}


/* .sapSharedServices .banner__inner {
    background-position: right top;
    background-size: auto 100%;
} */
.sapSharedServices .banner{
    background: url(../images/services/sap-shared-services/sharedAMSBG.jpg);
    background-size: cover;
    background-repeat:no-repeat ;
}
.sapSharedServices .banner__inner--Img {
    text-align: right;
}
.sapSharedServices .banner__inner--title {
    max-width: none;
}
@media (max-width: 1849px) {
    .sapSharedServices .banner__inner--Img {
        text-align: center;
    }
}
@media (max-width: 1399px) {
    .sapSharedServices .banner__inner--Img img {
        max-width: 140px;
    }
}
@media (max-width: 991.98px) {
    .sapSharedServices .banner__inner {
        height: 280px;
    }
}
@media (max-width: 575.98px) {
    .sapSharedServices .banner__inner {
        height: auto;
        padding: 20px 0 30px;
        text-align: center;
        background-image: url("../images/competencies/sap-banner-mobile.png") !important;
        background-position: bottom center;
        background-size: cover;
    }
    .sapSharedServices .banner__inner--Img {
        margin-top: 30px;
    }
}
.sapSharedServices .sharedServiceSolutions {
    padding-bottom: 70px;
}
.sapSharedServices .sharedServiceSolutions .commonTitle p {
    font-size: 0.9rem;
    margin-top: 0;
    line-height: 1.8;
    color: #212129;
    font-weight: 300;
}
.sapSharedServices .sharedServiceSolutions__left {
    max-width: 420px;
}
.sapSharedServices .sharedServiceSolutions__left .card {
    border-radius: 0;
}

.sapSharedServices .sharedServiceSolutions__left .card + .card {
    margin-top: 20px;
}

.sapSharedServices .sharedServiceSolutions__left .btn,
.sapSharedServices .sharedServiceSolutions__left .card-body {
    padding: 0;
    height: auto;
}
.sapSharedServices .sharedServiceSolutions__left .btn:focus {
    box-shadow: none;
}
.sapSharedServices .sharedServiceSolutions__left .card-header button {
    font-size: 22px;
    position: relative;
    padding-left: 25px;
    cursor: inherit;
}

.sapSharedServices .sharedServiceSolutions__left .card-body {
    margin-top: 30px;
    padding-left: 25px;
}
.sapSharedServices .sharedServiceSolutions__left .card-body li + li {
    margin-top: 30px;
}
.sapSharedServices .sharedServiceSolutions__left .card-body li {
    position: relative;
    padding-left: 35px;
}
.sapSharedServices .sharedServiceSolutions__left .card-body li:before {
    content: "";
  vertical-align: -.125em;
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'> <path fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/></svg>");
  background-repeat: no-repeat;
  width: 2rem;
  height: 2rem;
  position: absolute;
  left: 0;
  top: 0;
    transition: all 0.5s;
}
.sapSharedServices .overview__list--left ul li{
    background-color: #e9e9e9;
    padding: 10px;
    border-left: 4px solid #010f6c;
}
.sapSharedServices  .overview__list--left ul li h6{
    margin-bottom: 5px;
    padding-top: 0;
    position: relative;
    font-size: 1.2rem;
    color: #000000;
}
.sapSharedServices  .overview__list--left ul li p{
    font-size: 0.9rem;
    font-weight: 300;
    
}
.sapSharedServices .sharedServiceSolutions__inner {
    padding-top: 50px;
    height: 760px;
    background: url("../images/services/sap-shared-services/yash-shared-service-solutions.jpg") no-repeat;
    background-position: right top;
}
.sapSharedServices .sharedServiceSolutions__right .whyYash {
    width: 510px;
    background-color: #010F6C;
    padding: 25px;
    position: absolute;
    bottom: 0;
    right: 33%;
}
.sapSharedServices .sharedServiceSolutions__right .whyYash h4 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 35px;
}
.sapSharedServices .sharedServiceSolutions__right .whyYash li {
    position: relative;
    padding-left: 27px;
    color: #fff;
}
.sapSharedServices .sharedServiceSolutions__right .whyYash li + li {
    margin-top: 35px;
}

@media (max-width: 1599px) {
    .sapSharedServices .sharedServiceSolutions {
        padding-bottom: 50px;
    }
    .sapSharedServices .sharedServiceSolutions__left  .card .card-header{
        margin-top: 0;
        border-left: 3px solid #010f6c;
        padding: 8px 10px;
        background: #e9e9e9;
    }
    .sapSharedServices .sharedServiceSolutions__left .card-header button {
        font-size: 1.1rem;
        padding-left: 20px;
        color: #010f6c;
        background: transparent;
        font-weight: 400;
    }
    
    .sapSharedServices .sharedServiceSolutions__left .card-body {
        margin-top: 30px;
        padding-left: 20px;
    }
    .sapSharedServices .sharedServiceSolutions__left .card-body li + li {
        margin-top: 20px;
    }
    .sapSharedServices .sharedServiceSolutions__inner {
        height: 560px;
        background-size: 50% 100%;
    }
    .sapSharedServices .sharedServiceSolutions__right .whyYash {
        width: 430px;
        padding: 20px;
        right: 26%;
    }
    .sapSharedServices .sharedServiceSolutions__right .whyYash li + li {
        margin-top: 20px;
    }
}
@media (max-width: 1199.98px) {
    .sapSharedServices .sharedServiceSolutions {
        padding-bottom: 30px;
    }
    .sapSharedServices .sharedServiceSolutions .commonTitle p {
        margin-top: 20px;
        line-height: 30px;
        font-size: 17px;
    }
    .sapSharedServices .sharedServiceSolutions__left .card-header button {
        font-size: 18px;
    }
    .sapSharedServices .sharedServiceSolutions__inner {
        padding-top: 30px;
        background-size: 40% 100%;
    }
    .sapSharedServices .sharedServiceSolutions__right .whyYash {
        right: 10%;
        width: 390px;
    }
    .sapSharedServices .sharedServiceSolutions__right .whyYash h4 {
        margin-bottom: 20px;
        font-size: 24px;
    }
}
@media (max-width: 991.98px) {
    .sapSharedServices .sharedServiceSolutions {
        padding-bottom: 20px;
    }
    .sapSharedServices .sharedServiceSolutions .commonTitle p {
        margin-top: 15px;
        line-height: 24px;
        font-size: 14px;
    }
    .sapSharedServices .sharedServiceSolutions .card + .card {
        margin-top: 20px;
    }
    .sapSharedServices .sharedServiceSolutions__left {
        max-width: inherit;
    }
    .sapSharedServices .sharedServiceSolutions__left .card-header button {
        font-size: 17px;
    }
    .sapSharedServices .sharedServiceSolutions__inner {
        padding-top: 0;
        background: none;
        height: auto;
    }
    .sapSharedServices .sharedServiceSolutions__right {
        margin-top: 20px;
    }
    .sapSharedServices .sharedServiceSolutions__right .whyYash {
        right: 0;
        width: 100%;
        position: inherit;
    }
    .sapSharedServices .sharedServiceSolutions__right .whyYash h4 {
        margin-bottom: 20px;
        font-size: 24px;
    }
}
@media (max-width: 575.98px) {
    .sapSharedServices .sharedServiceSolutions {
        padding-top: 20px;
    }
    .sapSharedServices .sharedServiceSolutions .card + .card {
        margin-top: 15px;
    }
    .sapSharedServices .sharedServiceSolutions__left .card-header button {
        font-size: 16px;
        padding-left: 15px;
    }
  
    .sapSharedServices .sharedServiceSolutions__left .card-body {
        margin-top: 15px;
        padding-left: 15px;
    }
    .sapSharedServices .sharedServiceSolutions__right .whyYash {
        padding: 15px;
    }
    .sapSharedServices .sharedServiceSolutions__right .whyYash h4 {
        margin-bottom: 15px;
        font-size: 18px;
    }
    .sapSharedServices .sharedServiceSolutions__right .whyYash li {
        padding-left: 15px;
    }
    .sapSharedServices .sharedServiceSolutions__right .whyYash li + li {
        margin-top: 15px;
    }
}
.sapSharedServices .innovativePricingModels {
    padding: 70px 0;
}
.sapSharedServices .innovativePricingModels .commonTitle h2 {
    margin-bottom: 30px;
}
.sapSharedServices .innovativePricingModels .commonTitle p {
    font-size: 1rem;
}
.sapSharedServices .innovativePricingModels .addOnParameters {
    padding: 0 220px;
    margin-bottom: 40px;
}
.sapSharedServices .innovativePricingModels .addOnParameters h4 {
    margin-bottom: 25px;
}
.sapSharedServices .innovativePricingModels .addOnParameters li + li {
    margin-top: 20px;
}
.sapSharedServices .innovativePricingModels .addOnParameters li {
    position: relative;
    padding-left: 27px;
}
.sapSharedServices .innovativePricingModels .addOnParameters li:before {
    width: 7px;
    height: 7px;
    content: "";
    background-color: #f6190d;
    position: absolute;
    left: 0;
    top: 8px;
    border-radius: 50%;
}
@media (max-width: 1599px) {
    .sapSharedServices .innovativePricingModels {
        padding: 50px 0;
    }
    .sapSharedServices .innovativePricingModels .addOnParameters {
        padding: 0 120px;
        margin-bottom: 30px;
    }
    .sapSharedServices .innovativePricingModels .addOnParameters h4 {
        font-size: 22px;
    }
}
@media (max-width: 1199.98px) {
    .sapSharedServices .innovativePricingModels {
        padding: 30px 0;
    }
    .sapSharedServices .innovativePricingModels .commonTitle h2 {
        margin-bottom: 20px;
    }
    .sapSharedServices .innovativePricingModels .commonTitle p {
        margin-top: 20px;
        line-height: 30px;
        font-size: 17px;
    }
    .sapSharedServices .innovativePricingModels .addOnParameters {
        padding: 0;
    }
    .sapSharedServices .innovativePricingModels .addOnParameters h4 {
        margin-bottom: 20px;
    }
}
@media (max-width: 991.98px) {
    .sapSharedServices .innovativePricingModels {
        padding: 20px 0;
    }
    .sapSharedServices .innovativePricingModels .commonTitle p {
        margin-top: 15px;
        line-height: 24px;
        font-size: 14px;
    }
    .sapSharedServices .innovativePricingModels .addOnParameters {
        margin-bottom: 10px;
    }
    .sapSharedServices .innovativePricingModels .addOnParameters h4 {
        margin-bottom: 15px;
        font-size: 18px;
    }
    .sapSharedServices .innovativePricingModels .addOnParameters li {
        padding-left: 20px;
        margin-bottom: 10px;
    }
    .sapSharedServices .innovativePricingModels .addOnParameters li + li {
        margin-top: 0;
    }
}
@media (max-width: 575.98px) {
    .sapSharedServices .innovativePricingModels .commonTitle h2 {
        margin-bottom: 15px;
    }
}
/* .appMaintenance .overview,
.appMaintenance .theeDfeamework {
  padding: 40px 0;
} */
/* .appMaintenance .theeDfeamework .col-lg-3 img {
  border-radius: 100%;
} */

.appMaintenance .banner__inner,
.sapSharedServices .banner__inner {
    background-position: 90% center;
    background-size: 243px;
}
.appMaintenance .banner__inner--Img {
    text-align: right;
}
.appMaintenance .banner__inner--title {
    max-width: none;
    color: #fff;
}
@media (max-width: 1849px) {
    .appMaintenance .banner__inner--Img {
        text-align: center;
    }
}
@media (max-width: 1399px) {
    .appMaintenance .banner__inner--Img img {
        max-width: 140px;
    }
}
@media (max-width: 991.98px) {
    .appMaintenance .banner__inner {
        height: 280px;
    }
}
@media (max-width: 575.98px) {
    .appMaintenance .banner__inner {
        height: auto;
        padding: 20px 0 30px;
        text-align: center;
        background-position: 84% 91%;
    background-size: 200px;
    }
    .appMaintenance .banner__inner--Img {
        margin-top: 30px;
    }
}
.appMaintenance .overview__list--left li + li {
    margin-top: 40px;
}
.appMaintenance .overview__list--left li h6 {
    font: 20px "Montserrat-Bold";
    margin-bottom: 20px;
}
.appMaintenance .overview__list--left li p {
    margin-bottom: 0;
    line-height: 1.8;
    font-size: 0.9rem;
    font-weight: 300;
}
@media (max-width: 1599px) {
    .appMaintenance .overview__list--left li + li {
        margin-top: 30px;
    }
    .appMaintenance .overview__list--left li h6 {
        font: 18px "Montserrat-Bold";
        margin-bottom: 15px;
    }
}
@media (max-width: 991.98px) {
    .appMaintenance .overview__list--left li + li {
        margin-top: 25px;
    }
    .appMaintenance .overview__list--left li p {
        line-height: 25px;
    }
}
@media (max-width: 767.98px) {
    .appMaintenance .overview {
        padding-bottom: 20px;
    }
    .appMaintenance .overview__list--left li + li {
        margin-top: 15px;
    }
    .appMaintenance .overview__list--left li h6 {
        margin-bottom: 10px;
    }
}
.appMaintenance .framework {
    padding-bottom: 120px;
}
.appMaintenance .framework  p,
.appMaintenance .framework li,
.sapSharedServices .sharedServiceSolutions__left .card-body li,
.sapSharedServices .sharedServiceSolutions__right .whyYash li + li{
    line-height: 1.8;
    font-size: 0.9rem;
    font-weight: 300;
}
.appMaintenance .framework .boxContent {
    color: #fff;
    padding: 45px 30px;
    position: relative;
}
.appMaintenance .framework .boxContent p {
    font: 16px;
    line-height: 32px;
    margin-bottom: 0;
}
.appMaintenance .framework .boxContent--text {
    min-height: 290px;
    margin-bottom: 20px;
}
.appMaintenance .framework .boxContent--list ul {
    margin-bottom: 0;
}
.appMaintenance .framework .boxContent--list ul li {
    position: relative;
    padding-left: 35px;
}
.appMaintenance .framework .boxContent--list ul li:not(:last-child) {
    padding-bottom: 27px;
}
.appMaintenance .framework .boxContent--list ul li:not(:last-child):before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background: #fd0;
    top: 5px;
    left: 5px;
}
.appMaintenance .framework .boxContent--list ul li:after {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    background: #fd0;
    border-radius: 100%;
    top: 5px;
    left: 0;
}
.appMaintenance .framework .boxContent--one {
    background-color: #0729e9;
    z-index: 3;
    border-radius: 20px 20px 0 20px;
}
.appMaintenance .framework .boxContent--two {
    background-color: #096efa;
    z-index: 2;
    top: 30px;
    border-radius: 0 20px 0 20px;
}
.appMaintenance .framework .boxContent--three {
    background-color: #4090ff;
    top: 60px;
    border-radius: 0 20px 20px 20px;
}
@media (min-width: 1441px) and (max-width: 1599px) {
    .appMaintenance .framework .boxContent {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .appMaintenance .framework .boxContent--title {
        line-height: 60px;
    }
}
@media (max-width: 1440px) {
    .appMaintenance .framework .boxContent {
        padding-top: 35px;
        padding-bottom: 35px;
    }
   .appMaintenance .framework .boxContent--list ul li {
        padding-left: 30px;
        font-size: 15px;
    }
    .appMaintenance .framework .boxContent--list ul li:not(:last-child) {
        padding-bottom: 20px;
    }
    .appMaintenance .framework .boxContent--list ul li:not(:last-child):before {
        top: 10px;
    }
    .appMaintenance .framework .boxContent--list ul li:after {
        top: 8px;
    }
}
@media (max-width: 1199.98px) {
    .appMaintenance .framework .boxContent {
        padding: 20px;
    }
    .appMaintenance .framework .boxContent--text {
        min-height: 340px;
    }
}
@media (max-width: 991.98px) {
    .appMaintenance .framework {
        padding: 0 0 30px;
    }
 
    .appMaintenance .framework .boxContent p {
        font: 14px;
        line-height: 22px;
    }
    .appMaintenance .framework .boxContent--text {
        min-height: 0;
        margin-bottom: 15px;
    }
    .appMaintenance .framework .boxContent--list ul li {
        font-size: 14px;
        padding-left: 22px;
    }
    .appMaintenance .framework .boxContent--list ul li:not(:last-child) {
        padding-bottom: 10px;
    }
    .appMaintenance .framework .boxContent--list ul li:not(:last-child):before {
        top: 5px;
    }
    .appMaintenance .framework .boxContent--list ul li:after {
        top: 5px;
    }
    .appMaintenance .framework .boxContent:not(:last-child) {
        margin-bottom: 20px;
    }
    .appMaintenance .framework .boxContent--one,
    .appMaintenance .framework .boxContent--two,
    .appMaintenance .framework .boxContent--three {
        border-radius: 20px;
        top: 0;
    }
}
.appMaintenance .keyFeatures {
    background: rgba(222, 236, 255, 0.31);
    padding: 100px 0 50px
}
.appMaintenance .keyFeatures li {
    padding-left: 115px;
    position: relative;
}
.appMaintenance .keyFeatures li:before {
    content: "\f18e";
    font-family: "fontawesome";
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 25px;
    color: #f6190d;
    line-height: 1;
}
.appMaintenance .keyFeatures li:not(:last-child) {
    margin-bottom: 30px;
}
.appMaintenance .keyFeatures--title {
    font-size: 20px;
    margin-bottom: 15px;
}
.appMaintenance .keyFeatures p,
.appMaintenance .keyHighlights--content__left .contentList li,
.engagementModels--content__box p {
    line-height: 1.8;
    font-size: 0.9rem;
    font-weight: 300;
}
.keyHighlights--content__right .customRow .customColumn:nth-child(odd){
 background: #e9e9e9;
}

@media (max-width: 1599px) {
    .appMaintenance .keyFeatures {
        padding: 100px 0 50px
    }
    .appMaintenance .keyFeatures p {
        line-height: 1.8;
        font-size: 0.9rem;
        font-weight: 300;
    }
    .appMaintenance .keyFeatures li {
        padding-left: 50px;
    }
    .appMaintenance .keyFeatures li:not(:last-child) {
        margin-bottom: 20px;
    }
}
@media (max-width: 1199.98px) {
    .appMaintenance .keyFeatures {
        padding: 40px 0;
    }
}
@media (max-width: 991.98px) {
    .appMaintenance .keyFeatures {
        padding: 30px 0;
    }
    .appMaintenance .keyFeatures--title {
        font-size: 18px;
    }
    .appMaintenance .keyFeatures p {
        font-size: 14px;
        line-height: 25px;
    }
}
@media (max-width: 575.98px) {
    .appMaintenance .keyFeatures {
        padding: 20px 0;
    }
    .appMaintenance .keyFeatures--title {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .appMaintenance .keyFeatures li {
        padding-left: 50px;
    }
    .appMaintenance .keyFeatures li:before {
        font-size: 20px;
    }
    .appMaintenance .keyFeatures li:not(:last-child) {
        margin-bottom: 15px;
    }
}
.appMaintenance .keyHighlights {
    padding-top: 80px;
}
.appMaintenance .keyHighlights .commonTitle {
    margin-bottom: 70px;
}
.appMaintenance .keyHighlights .commonTitle h3 {
    margin: 30px 0;
    line-height: 45px;
}
.appMaintenance .keyHighlights__right {
    padding-left: 72px;
}
.appMaintenance .keyHighlights--content__left .contentList {
    padding: 60px 0;
    margin-bottom: 0;
}
.appMaintenance .keyHighlights--content__left .contentList .title {
    font-size: 24px;
    margin-bottom: 30px;
}
.appMaintenance .keyHighlights--content__left .contentList li {
    position: relative;
    padding-left: 35px;
    line-height: 25px;
}
.appMaintenance .keyHighlights--content__left .contentList li:not(:last-child) {
    margin-bottom: 30px;
}
.appMaintenance .keyHighlights--content__left .contentList li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    height: 7px;
    width: 7px;
    background: #fff;
    border-radius: 100%;
}
.appMaintenance .keyHighlights--content__right .title {
    font-size: 46px;
    color: #096efa;
    line-height: 60px;
    margin: 15px 0 60px;
}
.appMaintenance .keyHighlights--content__right .customRow {
    margin: 0 -8px;
}
.appMaintenance .keyHighlights--content__right .customRow .customColumn {
    padding: 0 8px;
    border-top: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
}
.appMaintenance .keyHighlights--content__right .customRow .customColumn:first-child,
.appMaintenance .keyHighlights--content__right .customRow .customColumn:nth-child(2),
.appMaintenance .keyHighlights--content__right .customRow .customColumn:nth-child(3) {
    border-top: 0px;
}
.appMaintenance .keyHighlights--content__right .customRow .customColumn:first-child,
.appMaintenance .keyHighlights--content__right .customRow .customColumn:nth-child(4),
.appMaintenance .keyHighlights--content__right .customRow .customColumn:nth-child(7) {
    border-left: 0px;
}
.appMaintenance .keyHighlights--content__right .boxContent {
    padding: 25px 25px;
    margin-bottom: 15px;
    height: calc(100% - 15px);
}
.appMaintenance .keyHighlights--content__right .boxContent--icon {
    color: #f6190d;
    font-size: 37px;
    margin-bottom: 15px;
}
.appMaintenance .keyHighlights--content__right .boxContent--title {
    font-size: 18px;
    margin: 0;
    line-height: 27px;
}
.appMaintenance .keyHighlights--content:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 40%;
    background-color: #010f6c;
    z-index: -1;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.appMaintenance .banner {
    background: url(../images/services/app-maintanance-support/app-mentainanceBG.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.designStack {
    margin-top: 5rem;
    position: sticky;
    top: 150px;
  }
  .designStack .stack {
    height: 220px;
    width: 220px;
    position: absolute;
    border-radius: 20px;
    transform: rotateX(53deg) rotateZ(-45deg) translateZ(0);
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease-out;
    font-size: 1.4rem;
  }
  .designStack .stack_1 {
    position: absolute;
    top: -100px;
    background-color: #010F6C;
    color: white;
    text-align: center;
    padding: 25px auto;
    z-index: 1;
    line-height: 18rem;
  }
  .designStack .stack_1:hover {
    transform: rotateX(0) rotateZ(0) translateZ(100px);
    background-color: white;
    color: #333;
    line-height: 18rem;
  }
  .designStack .stack_2 {
    position: absolute;
    top: -50px;
    background-color: rgba(1, 15, 108, 0.80);
    color: white;
    text-align: center;
    padding: 25px auto;
    line-height: 15rem;
    z-index: 0.67;
  }
  .designStack .stack_2:hover {
    transform: rotateX(0) rotateZ(0) translateZ(100px);
    background-color: white;
    color: #333;
    line-height: 18rem;
    z-index: 2;
  }
  .designStack .stack_3 {
    position: absolute;
    top: 0px;
    background-color:  rgba(1, 15, 108, 0.55);
    color: white;
    text-align: center;
    padding: 25px auto;
    line-height: 15rem;
    z-index: 0.67;
  }
  .designStack .stack_3 a {
    text-decoration: none;
  }
  .designStack .stack_3:hover {
    transform: rotateX(0) rotateZ(0) translateZ(100px);
    background-color: white;
    color: #333;
    line-height: 18rem;
    z-index: 3;
  }
  
.appMaintenance .framework.theeDfeamework .boxContent--list ul li:after {
    background: #0729e9;
    height: 7px;
    width: 7px;
    left: -30px;
  }
  .appMaintenance .framework.theeDfeamework .boxContent--list ul li::before {
    display: none;
  }
  .appMaintenance .framework.theeDfeamework .boxContent--list ul li {
    padding-bottom: 8px;
    padding-left: 0;
  }
  .boxContent3d {
    margin-bottom: 4rem;
  }
  .appMaintenance .framework.theeDfeamework .boxContent3d {
    padding-left: 3rem;
  }
  .appMaintenance .framework .boxContent--text {
    min-height: 190px;
  }
  .appMaintenance .framework.theeDfeamework .boxContent--list ul {
    position: relative;
  }
  .appMaintenance
    .framework.theeDfeamework
    .boxContent3d--one
    .boxContent--list
    ul:after,
  .appMaintenance
    .framework.theeDfeamework
    .boxContent3d--two
    .boxContent--list
    ul:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 19.5rem; /* background: #f00; */
    left: -27px;
    top: 4.5rem;
    border-left: 1px dashed #969696;
  }
  
  @media only screen and (max-width: 900px) {
    .appMaintenance
      .framework.theeDfeamework
      .boxContent3d--one
      .boxContent--list
      ul:after,
    .appMaintenance
      .framework.theeDfeamework
      .boxContent3d--two
      .boxContent--list
      ul:after {
      display: none;
    }
    .appMaintenance .framework.theeDfeamework .boxContent--list ul li {
      padding-left: 20px;
    }
    .appMaintenance .framework.theeDfeamework .boxContent--list ul li:after {
      left: 0;
    }
    .boxContent3d {
      margin-bottom: 2rem;
      padding-top: 1rem;
    }
  }
@media (max-width: 1700px) {
    .appMaintenance .keyHighlights--content:after {
        width: 38%;
    }
}
@media (max-width: 1679px) {
    .appMaintenance .keyHighlights {
        padding-top: 50px;
    }
    .appMaintenance .keyHighlights .commonTitle h3 {
        margin: 25px 0;
    }
    .appMaintenance .keyHighlights--content__left .contentList {
        padding: 40px 0;
    }
    .appMaintenance .keyHighlights--content__left .contentList .title {
        font-size: 22px;
        margin-bottom: 30px;
    }
    .appMaintenance .keyHighlights--content__left .contentList li {
        padding-left: 25px;
    }
    .appMaintenance .keyHighlights--content__right .title {
        font-size: 40px;
        line-height: 50px;
        margin: 15px 0 40px;
    }
    .appMaintenance .keyHighlights--content__right .boxContent {
        padding: 20px 12px;
    }
    .appMaintenance .keyHighlights--content__right .boxContent--title {
        font-size: 17px;
    }
}
@media (max-width: 1599px) {
    .appMaintenance .keyHighlights .commonTitle h3 {
        line-height: 34px;
    }
    .appMaintenance .keyHighlights--content__left .contentList .title {
        margin-bottom: 23px;
    }
}
@media (max-width: 1199.98px) {
    .appMaintenance .keyHighlights {
        padding-top: 40px;
    }
    .appMaintenance .keyHighlights .commonTitle {
        margin-bottom: 30px;
    }
    .appMaintenance .keyHighlights .commonTitle h3 {
        margin: 15px 0;
        line-height: 35px;
    }
    .appMaintenance .keyHighlights__right {
        padding-left: 15px;
    }
    .appMaintenance .keyHighlights--content__left .contentList {
        padding: 30px;
        margin-bottom: 30px;
        background: #096efa;
    }
    .appMaintenance .keyHighlights--content__left .contentList .title {
        font-size: 18px;
        margin-bottom: 25px;
    }
    .appMaintenance .keyHighlights--content__left .contentList li:not(:last-child) {
        margin-bottom: 15px;
    }
    .appMaintenance .keyHighlights--content__right .title {
        font-size: 30px;
        line-height: 40px;
        margin: 0 0 30px;
    }
    .appMaintenance .keyHighlights--content__right .boxContent {
        padding: 20px 12px;
    }
    .appMaintenance .keyHighlights--content__right .boxContent--title {
        font-size: 16px;
    }
    .appMaintenance .keyHighlights--content:after {
        display: none;
    }
}
@media (max-width: 991.98px) {
    .appMaintenance .keyHighlights {
        padding-top: 30px;
    }
    .appMaintenance .keyHighlights .commonTitle h3 {
        line-height: 27px;
    }
    .appMaintenance .keyHighlights--content__left .contentList {
        padding: 20px;
        margin-bottom: 20px;
    }
    .appMaintenance .keyHighlights--content__left .contentList .title {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .appMaintenance .keyHighlights--content__left .contentList li {
        font-size: 14px;
    }
    .appMaintenance .keyHighlights--content__left .contentList li:not(:last-child) {
        margin-bottom: 10px;
    }
    .appMaintenance .keyHighlights--content__right .title {
        font-size: 20px;
        line-height: 35px;
        margin: 0 0 20px;
    }
}
@media (max-width: 767.98px) {
    .appMaintenance .keyHighlights--content__right .customRow .customColumn {
        border: 0px;
    }
    .appMaintenance .keyHighlights--content__right .boxContent {
        padding: 15px;
        text-align: center;
    }
    .appMaintenance .keyHighlights--content__right .boxContent--title {
        font-size: 15px;
        line-height: 22px;
    }
    .designStack {
        margin-top: 0;
        position: relative;
        top: 86px;
        min-height: 300px;
        left: 40px;
    }
    .appMaintenance .framework.theeDfeamework .boxContent3d {
        padding-left: 0;
    }
}
@media (max-width: 575.98px) {
    .appMaintenance .keyHighlights {
        padding-top: 20px;
    }
    .appMaintenance .keyHighlights--content__left .contentList {
        padding: 15px;
        margin-bottom: 15px;
    }
    .appMaintenance .keyHighlights--content__left .contentList .title {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .appMaintenance .keyHighlights--content__right .customRow .customColumn {
        max-width: 50%;
        flex-basis: 0 0 50%;
    }
    .appMaintenance .keyHighlights--content__right .title {
        font-size: 18px;
        line-height: 32px;
        margin: 0 0 15px;
    }
}
.appMaintenance .engagementModels {
    padding: 80px 0;
}
.appMaintenance .engagementModels .commonTitle h2 {
    line-height: 45px;
}
.appMaintenance .engagementModels .commonTitle h2 span {
    color: #096efa;
}
.appMaintenance .engagementModels--content__title {
    position: absolute;
    z-index: 1;
    width: 270px;
    height: 270px;
    left: 100%;
    bottom: -114px;
    margin-left: -145px;
}
.appMaintenance .engagementModels--content__title:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background: #f6190d;
    z-index: -1;
}
.appMaintenance .engagementModels--content__title h3 {
    font: 34px;
    margin: 0;
}
.appMaintenance .engagementModels--content .largeBox:first-child {
    border-top: 1px solid #ebebeb;
}
.appMaintenance .engagementModels--content .largeBox:last-child {
    border-bottom: 1px solid #ebebeb;
}
.appMaintenance .engagementModels--content .largeBox:first-child,
.appMaintenance .engagementModels--content .largeBox:nth-child(3n) {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}
.appMaintenance .engagementModels--content .largeBox:last-child,
.appMaintenance .engagementModels--content .largeBox:nth-child(2n) {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}
.appMaintenance .engagementModels--content .largeBox:nth-child(3n),
.appMaintenance .engagementModels--content .largeBox:first-child {
    padding-left: 90px;
}
.appMaintenance .engagementModels--content .largeBox:nth-child(2n),
.appMaintenance .engagementModels--content .largeBox:last-child {
    padding-right: 90px;
}
.appMaintenance .engagementModels--content__box {
    border-radius: 16px;
    padding: 80px 132px 50px;
    position: relative;
}
.appMaintenance .engagementModels--content__box .title {
    font-size: 1.5rem;
    margin-bottom: 20px;
}
.appMaintenance .engagementModels--content__box p {
    line-height: 30px;
    margin-bottom: 0;
}
.appMaintenance .engagementModels--content__box.largeBox {
    max-width: 50%;
    flex: 0 0 50%;
    min-height: 460px;
}
.appMaintenance .engagementModels--content__box.smallBox {
    max-width: 49%;
    flex: 0 0 49%;
    min-height: 385px;
}
.appMaintenance .engagementModels--content__box:nth-child(1),
.appMaintenance .engagementModels--content__box:nth-child(4) {
    color: #000 !important;
}
.appMaintenance .engagementModels--content__box:nth-child(1):after,
.appMaintenance .engagementModels--content__box:nth-child(4):after {
    content: "";
    position: absolute;
    height: calc(100% - 240px);
    background: #ffb000;
    width: 12px;
}
.appMaintenance .engagementModels--content__box:nth-child(1):before,
.appMaintenance .engagementModels--content__box:nth-child(4):before {
    content: "";
    position: absolute;
    height: 12px;
    background: #096efa;
    width: calc(100% - 265px);
}
.appMaintenance .engagementModels--content__box:nth-child(1):after {
    top: 0;
    right: 0;
    border-top-right-radius: 16px;
}
.appMaintenance .engagementModels--content__box:nth-child(1):before {
    left: 0;
    bottom: 0;
}
.appMaintenance .engagementModels--content__box:nth-child(2) {
    background: #000000;
    align-self: flex-end;
}
.appMaintenance .engagementModels--content__box:nth-child(3) {
    background: #000000;
    margin-left: auto;
    align-self: flex-start;
}
.appMaintenance .engagementModels--content__box:nth-child(4):after {
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 16px;
}
.appMaintenance .engagementModels--content__box:nth-child(4):before {
    right: 0;
    top: 0;
}
@media (max-width: 1700px) {
    .appMaintenance .engagementModels .commonTitle h2 {
        line-height: 39px;
    }
}
@media (max-width: 1599px) {
    .appMaintenance .engagementModels {
        padding: 50px 0;
    }
    .appMaintenance .engagementModels .commonTitle h2 {
        line-height: 35px;
    }
    .appMaintenance .engagementModels--content__title {
        width: 170px;
        height: 170px;
        bottom: -70px;
        margin-left: -91px;
    }
    .appMaintenance .engagementModels--content__title h3 {
        font-size: 22px;
        margin: 0;
    }
    .appMaintenance .engagementModels--content .largeBox:nth-child(2n),
    .appMaintenance .engagementModels--content .largeBox:last-child {
        padding-right: 77px;
    }
    .appMaintenance .engagementModels--content__box {
        padding-left: 40px;
        padding-right: 40px;
        position: relative;
    }
    .appMaintenance .engagementModels--content__box .title {
        font: 25px;
        margin-bottom: 15px;
    }
    .appMaintenance .engagementModels--content__box:nth-child(1):after,
    .appMaintenance .engagementModels--content__box:nth-child(4):after {
        height: calc(100% - 100px);
    }
    .appMaintenance .engagementModels--content__box:nth-child(1):before,
    .appMaintenance .engagementModels--content__box:nth-child(4):before {
        width: calc(100% - 265px);
    }
}
@media (max-width: 1399px) {
    .appMaintenance .engagementModels--content__box {
        padding-left: 80px;
    }
}
@media (max-width: 1199.98px) {
    .appMaintenance .engagementModels {
        padding: 40px 0;
    }
    .appMaintenance .engagementModels .commonTitle h2 {
        line-height: 30px;
    }
    .appMaintenance .engagementModels--content .largeBox:nth-child(2n),
    .appMaintenance .engagementModels--content .largeBox:last-child {
        padding-right: 50px;
    }
    .appMaintenance .engagementModels--content .largeBox:nth-child(3n),
    .appMaintenance .engagementModels--content .largeBox:first-child {
        padding-left: 50px;
    }
}
@media (max-width: 991.98px) {
    .appMaintenance .engagementModels {
        padding: 30px 0;
    }
    .appMaintenance .engagementModels .commonTitle h2 {
        line-height: 27px;
    }
    .appMaintenance .engagementModels--content__title {
        width: 120px;
        height: 120px;
        bottom: -50px;
        margin-left: -60px;
    }
    .appMaintenance .engagementModels--content__title h3 {
        font-size: 20px;
    }
    .appMaintenance .engagementModels--content__box {
        padding: 40px 132px 78px;
    }
    .appMaintenance .engagementModels--content__box .title {
        font: 20px;
        margin-bottom: 15px;
    }
}
@media (max-width: 767.98px) {
    .appMaintenance .engagementModels {
        padding: 20px 0;
    }
    .appMaintenance .engagementModels--content {
        padding-top: 60px;
    }
    .appMaintenance .engagementModels--content__title {
        top: -60px;
        left: 0;
        right: unset;
        bottom: unset;
        background: transparent;
        width: 100%;
        height: auto;
        margin-left: 0;
        color: #010f6c!important;
        font-size: 2rem;
    }
    .appMaintenance .engagementModels--content__title:before {
        display: none;
    }
    .appMaintenance .engagementModels--content__title h3 {
        font-size: 24px;
    }
    .appMaintenance .engagementModels--content .largeBox:nth-child(2n),
    .appMaintenance .engagementModels--content .largeBox:last-child {
        padding-right: 20px;
    }
    .appMaintenance .engagementModels--content .largeBox:nth-child(3n),
    .appMaintenance .engagementModels--content .largeBox:first-child {
        padding-left: 20px;
    }
    .appMaintenance .engagementModels--content__box {
        border-radius: 0px;
        padding: 20px;
        text-align: center;
    }
    .appMaintenance .engagementModels--content__box:not(:last-child) {
        margin-bottom: 15px;
    }
    .appMaintenance .engagementModels--content__box .title {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .appMaintenance .engagementModels--content__box p {
        line-height: 25px;
    }
    .appMaintenance .engagementModels--content__box.largeBox,
    .appMaintenance .engagementModels--content__box.smallBox {
        max-width: 100%;
        flex: 0 0 100%;
        min-height: auto;
    }
    .appMaintenance .engagementModels--content__box:nth-child(1):after,
    .appMaintenance .engagementModels--content__box:nth-child(1):before,
    .appMaintenance .engagementModels--content__box:nth-child(4):after,
    .appMaintenance .engagementModels--content__box:nth-child(4):before {
        display: none;
    }
}
.yashPerspectives .blogListing__Box--info {
    background: #e9e9e9;
    padding: 2.8rem 10px 10px 10px;
}
.landingPage .yashPerspectives .blogListing__Box--Img {
    margin: 0;
    position: relative;
    bottom: -50px;
}
.yashPerspectives  .blogListing__Box--Img img{
 max-width: 70%;
}
.yashPerspectives .blogListing__Box--info .commonTag{
    padding-top: 10px;
    font-size: 0.8rem;
    margin-bottom: 0;
    font-weight: 400;
    padding-bottom: 5px;
}
.yashPerspectives .blogListing .blogListing__Box .blogListing__Box--info h3 a{
    font-weight: 400;
}
.appMaintenance .overview__list__right h4 {
    font-size: 1.25;
}
/*# sourceMappingURL=services.min.css.map */


/*S Related Service */
.servicesOfferings.related_offerings {
    background: url(https://www.yash.com/wp-content/uploads/2025/06/ms-rel-bg-img.png);
    background-size: cover;
    background-position: center;
}
.related_offerings .learn-more-btn.learn-more-border::before{ border-color:#fff !important;}
.related_offerings .learn-more-btn.learn-more-border .circle::before {
    border-color: #fff !important;
}

.related_offerings .learn-more-btn .btn-text{ color:#fff !important;}
.related_offerings .offerings__box_YASH{
       background: #00000096;
    color: #fff;
    border: none;
    border: 1px solid #6c6c6c;
}  
.related_offerings .offerings__box_YASH:hover{
  background:#0018b0;
    border: 1px solid #0018b0;
} 



.related_offerings .offerings__box_YASH:hover .learn-more-btn ,
.related_offerings .offerings__box_YASH:hover .learn-more-btn .btn-text{
      color: #ffffff;
}  
.related_offerings .offerings__box_YASH:hover .learn-more-btn.learn-more-border::before{
  border: 1px solid #ffffff;
}
.related_offerings .offerings__box_YASH:hover .learn-more-btn.learn-more-border .circle::after,
.related_offerings .offerings__box_YASH:hover .learn-more-btn.learn-more-border .circle::before{
      border-color: #ffffff;
}
.related_offerings .commonTitle__title  {
  color: #fff;
}
/*E Related Service */
/* S Learning and management */
.banner .banner__inner--title{
    margin-bottom: 1rem;
}
.banner__inner h6{
      color: #e2e2e2;
    line-height: 1.6;
    font-weight: 400;
}
.commonTitle .theme-color{
    display: none;
}
/* E Learning and management */