.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/ams/ams-n-g-top-banner.png);
    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 */


.ams-ban-f-inner-box::before{
    background-color: #000000;
   
    position: absolute;
    z-index: 99;
    bottom: 0;
    content: "0";
    width: 100%;
    left: 0;
    height: 139px; color: transparent;
}
.ams-ban-f-inner-box{
    background-color: #000000 !important;
     padding: 15px; color: #ffffff; position: relative;
min-height: 400px;   padding-top: 280px;   

    background-size: cover !important;
}

.ams-ban-f-inner-box:hover{ 

}

.ams-ban-f-inner-box p{ position: relative; z-index: 999;}
section.aws-ban-f-box {
    padding: 2rem 0rem;
}
.ams-our-capabil-box-img{ padding-left: 1rem;}

img{ max-width: 100%;}
.ams-our-capabil-box {
    padding: 3rem 0rem;
}
.ams-our-capabil-box-img img {
    box-shadow: 0px 0px 46px -20px #000;
    box-sizing: border-box;
}
.asm-cap-list-box {
    background: #004d79;
    margin-bottom: 20px;
    color: #fff;
    padding: 10px;
    font-size: 13px;
    min-height: 80px;
}
section.ams-next-g-f-work {
    background: #e8e8e8;
    padding: 2rem 0rem;
}
.dil-hub-box{ padding: 2rem 0rem;}
.dil-hub-inner-box{ background:#00125f; padding:100px 15px 15px 15px; color: #ffffff; position: relative; min-height: 350px; overflow: hidden; overflow: hidden;
    transition: background 0.3s ease-in;
    -moz-transition: background 0.3s ease-in;
    -web-kit-transition: background 0.3s ease-in
}
.dil-hub-inner-box img {
    position: absolute;
    top: -97px;
    width: 95px;
    right: -10px;
    transition: top 0.3s ease-in;
    -moz-transition: top 0.3s ease-in;
    -web-kit-transition: top 0.3s ease-in
}

.dil-hub-inner-box:hover img{ top: -18px;
    transition: top 0.3s ease-in;
    -moz-transition: top 0.3s ease-in;
    -web-kit-transition: top 0.3s ease-in
}
.dil-hub-inner-box:hover{ 
    background:#001fa7;
}

.sec-str-box{ background: url('https://www.yash.com/wp-content/uploads/2023/03/ams-n-g-cta-img-8.png'); background-size: cover; padding: 2rem 0rem; color: #ffffff;}
.sec-s-inner-box{ background: #0c52e1;     padding: 15px;}
.mySlides h4 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
.control-buttons {
    text-align: right;
    clear: both;
    margin-top: 30px;
}
.control-buttons a {
    width: 50px;
    height: 50px;
    padding: 0 20px;
    border: solid 1px #fff;
    display: inline-block;
    line-height: 3rem;
    font-size: 23px;
    border-radius: 100%;
    margin-left: 15px;
}
/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}


.ams-icon-box {
    clear: both;
    display: flex;
}
.ams-icon-box img {
    max-width: 45px;
    height: 45px;
    margin-right: 10px;
}

.biz-n-serv-box .service_offerings {
    position: relative;
    overflow: hidden;
}
.biz-n-serv-box .service_offerings img {
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
.biz-n-serv-box .service_offerings:hover img {
    -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.slide-wrapper {
    background: url(../images/bizNext/service1.png) no-repeat center center transparent;
    background-size: cover;
    /* font-family: sans-serif; */
    height: 30rem;
    max-width: 1075px;
    position: relative;
}
.slide-wrapper .slide-text {
    bottom: 60px;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.5rem;
    left: 0;
    line-height: 1.5;
    padding: 0 2rem;
    position: absolute;
    transition: top 0.35s ease 0s;
    width: 100%;
    z-index: 2;
}

.slide-wrapper .slide-text h2 {
    color: #fff;
    font-size: 2rem;
    line-height: 1.4;
    margin: 0 0 10px;
    padding: 3px 0 0 0;
    text-transform: none;
}
.slide-wrapper .slide-text .slide-body {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 1.5s ease 0s;
}

/*biz wali css*/
html {
  scroll-behavior: smooth;
}
body{
    font-family: "Poppins", sans-serif !important;
}

.bizNext section{
    position: relative;
}
.bizNext .innerPage-banner{
  background: #000000
}
.bizNext .banner{
 background: url(../images/bizNext/bizNextBG.png);
 min-height: 85vh;
 background-size: cover;  padding-bottom: 1rem;
}





#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}
.banner{
    position: relative;
}

.banner .overlay{
/*background: rgb(0,24,176);
background: linear-gradient(167deg, rgba(0,24,176,0.6255544454109769) 32%, rgba(238,23,28,1) 100%);*/
background: rgb(25,96,178);
background: linear-gradient(167deg, rgba(25,96,178,0.6395600476518732) 0%, rgba(102,45,145,1) 100%);
z-index: 2;
background: rgb(0 0 0 / 78%);
   
}


.banner .banner__inner {
    position: relative;
    z-index: 2
}
.bizNext .banner-inner{
    background: url(../images/bizNext/bizNext-inner-bg.png);
    min-height: 470px;
    background-size: cover; padding-bottom: 1rem;
}
.overview{
    background: #ffffff
}
.services{
    background: #fff;
}

   .bizNext .digi-t-hc{
    background: url(../images/bizNext/DT-hc-biznext-banner.jpg);
    min-height: 470px;
    background-size: cover;padding-bottom: 1rem;
   }

   .digi-stry{
    background: url(../images/bizNext/digita-str-g.jpg);
    min-height: 470px;
    background-size: cover;padding-bottom: 1rem;
    
   }

   .pp-ad-top-img {
    background: url(../images/bizNext/pp-ad-top-img.jpg);
    min-height: 470px;
    background-size: cover;padding-bottom: 1rem;
    
   }

/*header.customHeader{
    background: #000;

}
.customHeader .navbar-nav .nav-link,
.customHeader .rightNav .nav-link{
    color: #fff;
}*/
.banner__inner{
    padding: 3rem;
 text-align: center;
     padding-top: 2rem;
}
.bizNext .why_Sec{
 background: url(../images/bizNext/whyBG.png);
 background-size: cover;
 position: relative;
 background: #000000;
   /*  background: rgb(25,96,178);
    background: linear-gradient(351deg, rgba(25,96,178,1) 0%, rgba(102,45,145,1) 100%);*/
}
.team{
 background: url(../images/bizNext/teamBG.png);
 background-size: cover;
}
.biz-m-over-v {
    text-align: center;
    
}
.biz-m-over-v p {
    font-size: 1.3rem;
}

.banner__inner.overflow-hidden p {
    font-size: 1.25rem;
    line-height: 1.8;
    color: #fff;
        font-weight: 300;
}
.banner__inner h2 {
    font-size: 2rem;
    font-weight: 400;
   padding-top: 0;
   margin-bottom: 2rem;
   transition: all 0.5s;
}
.q_slides_txt{
     position: absolute;
    top: 0;
    left: 0;
        padding: 3rem;
        padding-top: 0
}

section.biznex-t-were-here h2, .bizNext .why_Sec h2, .biz-n-serv-box .SecHeading h2, .biz-nxt-vdo h2, section.biz-n-pras-p-box  .SecHeading h2, .biz-n-team-sec .SecHeading h2, section.trendingNow .SecHeading h2{
        font-size: 2.2rem;
    font-weight: 400;
    margin-bottom: 1rem;
}
section.biznex-t-were-here .SecHeading h2{
    font-size: 3.2rem
}
section.biznex-t-were-here {
    background: url('https://www.yash.com/wp-content/themes/html5blank-stable/images/bizNext/biznext-cta-b-bg.png');
    background-size: cover;
    padding: 5rem 2rem;
    color: #fff;
        background-attachment: fixed;
}
section.biznex-t-were-here img{ 
    max-width: 100%;
}
section.biznex-t-were-here p {
    font-size: 1rem;
    color: #ccc;
    font-size: 1rem;

}
.bizLogo {
    margin-top: 3rem;
}
.overview_second .overlay{
    background:rgba(0,0,0,0.5);
}
.biz-n-serv-box{ padding: 4rem 0rem 4rem;}
.biz-n-serv-box .service_offerings {
    position: relative;
    overflow: hidden;
}
.biz-n-serv-box .service_offerings img {
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
.biz-n-serv-box .service_offerings:hover img {
    -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

section.aws-ban-f-box .slide-wrapper { height: 20rem;}
.slide-wrapper {
    background: url("../images/bizNext/service1.png") no-repeat center center transparent;
    background-size: cover !important;
    /* font-family: sans-serif; */
    height: 24rem;
    max-width: 1075px;
    position: relative;
}
.slide-wrapper.techAdvisor{
        background: url("../images/bizNext/service2.png") no-repeat center center transparent;
}
.slide-wrapper.peopleAdvisor{
        background: url("../images/bizNext/service3.png") no-repeat center center transparent;
}
/*.slide-wrapper.techAdvisor{  background: url("images/bizNext/service2.png") no-repeat center center transparent; }
.slide-wrapper.peopleAdvisor{  background: url("images/bizNext/service3.png") no-repeat center center transparent; }
*/
.slide-wrapper::before {
    display: block;
    mix-blend-mode: multiply;
    position: absolute;
    z-index: 2;
}

.slide-wrapper::after {
    background-color: rgba(0, 0, 0, 0.7);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    transition: all 1s ease 0s;
    width: 100%;
}

.slide-wrapper .slide-text {
    bottom: 60px;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.5rem;
    left: 0;
    line-height: 1.5;
    padding: 0 2rem;
    position: absolute;
    transition: top 0.35s ease 0s;
    width: 100%;
    z-index: 2;
}

.slide-wrapper .slide-text .slide-body {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 1.5s ease 0s;
}

.slide-wrapper .slide-text h2 {
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.4;
    margin: 0 0 10px;
    padding: 3px 0 0 0;
    text-transform: none;
}

.slide-wrapper .slide-text p:last-child {
    margin-bottom: 0;
}
.slide-wrapper .slide-text a {
    color: #fff;
}

.slide-wrapper .slide-text a.button {
    background-color: transparent;
    border: 3px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 1.7rem;
    letter-spacing: 1px;
    padding: 0.8rem 2.3rem;
    text-decoration: none;
}


.slide-wrapper .slide-text a.button:active, .slide-wrapper .slide-text a.button:focus, .slide-wrapper .slide-text a.button:hover {
    color: #ff3233;
}
.slide-wrapper:hover::after {
    opacity: 1;
}
.slide-wrapper:hover .slide-body {
    max-height: 660px;
    opacity: 1;
}
.service_offerings  p{
    font-size: 1rem;
    line-height: 1.5
}
.techAdvisor{

}
.biznex-t-were-here .assist_overview {
    background: transparent;
    height: auto;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem;
    min-height: 50px;
    padding-bottom: 0;
}
.first-assist{
    border-top: 1px solid #ccc; 
        padding-top: 20px;
}
.biznex-t-were-here .slide-wrapper .slide-text{
    bottom: 0;
        padding: 0 1rem 0 1rem;
            position: relative;
}
.biznex-t-were-here .slide-wrapper:hover::after{
    background: rgba(0,0,0,0.4);
}



.biz-n-serv-box  .half_services{ margin-bottom: 15px;}
.biz-why-s-box { color: #ffffff; padding: 5rem 0rem 0; position: relative;}

/*.biz-why-s-box:after {
    content: "dd";
    color: red;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    bottom: 0;
    left: 0; color: transparent;
    z-index: 0; opacity: 0.5;
}*/
/*.our-team:hover .over-layer {
    top: 0;
    background: #000;
}*/

.bizNext .why_Sec p{ font-size: 1rem;}
.biz-why-s-box a{
/*    border-bottom: 1px solid #ffffff;*/
    color: #ffffff;
    position: relative;
}
.biz-why-s-box a:after{
        position: absolute;
    width: 100%;
    content: '';
    background: #9739de;
    height: 5px;
    /* top: 0; */
    bottom: 2px;
    z-index: -1;
    left: 0;
}
.our-team{
    position: relative;
    /* overflow: hidden; */
    opacity: 1;
    text-align: center;
    /* display: flex;
    justify-content: center;*/
    flex-wrap: wrap;
    padding: 0 15px 15px;
    min-height: 300px
}
.our-team:hover{
    background: #000
}
.our-team .slide-wrapper {
  background: none
}

.our-team {
    border: 1px solid #662d91;
    border-radius: 4px;
}
.our-team .slide-wrapper .slide-text{
 padding: 0
}
.our-team .slide-wrapper .slide-text h2{
 font-size: 1.4rem
}
.our-team .slide-wrapper .slide-text h2 span{
    font-size: 0.9rem;
    font-weight: 300;
    font-style: italic;
    margin: 1rem 0
}
.our-team .slide-wrapper{
    height: 25rem;
    padding: 20px;
}
.our-team  .team-content{
    position: absolute;
    left: 0;
    bottom: -80%;
    right: 0;
    background: #000
}
.our-team .imgBox{
    /*overflow: hidden;*/
    text-align: center;
    display: flex;
    justify-content: center;
}
.our-team img{
    width: 100%;
    height: auto;
    transition: all 0.20s linear 0s;
       width: 150px;
    height: 150px;
      border: 2px solid #fff;
    border-radius: 100%;
}
.our-team:hover img{
    transform: scale(1.2,1.2) translateX(0);
}

/*.our-team .over-layer{
    width: 100%;
    height: 100%;
    background: #000000bd;
    position: absolute;
    bottom: -136px;
}*/
/*.our-team:hover .over-layer {
    bottom: 0;
}*/
.our-team .team-content{
    padding: 1px 15px;
    transition: all 0.40s ease 0s;
}
/*.our-team:hover .team-content{
    bottom: 1%;
}*/

.teamActive{
    position: absolute;
    width: 376px;
    display: flex;
    left: 33.6%;
     right: 0;
     top: 0;
     bottom: 0;
     border: 2px solid #fff;
         height: 90%;
}
.our-team .title{
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    margin: 8px 0 5px;
    text-transform: uppercase;
}
.our-team .post{
    display: block;
    font-size: 17px;
    color: #fff;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.our-team .description{
    font-size: 15px;
    color: #fff;

    transition: all 0.30s ease 0.1s;
}


/*.our-team p.description { height: 0; transition: all 0.5s; position: absolute; padding: 15px}
.our-team:hover p.description { position: absolute; height: auto; background: #000;
position: absolute; top: 0; left: 0; bottom: 0; right: 0}*/

.our-team .social-links{
    margin: 0;
    padding: 0;
    list-style: none;
    width: 10%;
    height: 100%;
    background: #30a5ab;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
}
.our-team .social-links li{
    margin: 20px 0;
}
.our-team .social-links li a{
    color: #fff;
    padding: 10px 0;
}
.our-team .social-links li a:hover{
    text-decoration: none;
}
@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 20px; }
}

.biz-n-team-sec { padding: 3rem 0rem;}
.biz-n-team-sec h2{
 color: #ffffff;


}
img{ max-width: 100%;}
.biz-nxt-vdo h2{ }
section.biz-nxt-vdo {
    padding: 3rem 0rem;
    background: #ffffff;
}
.team-content span.post {
    font-size: 11px;
    font-style: italic;
}


/*.biz-nxt-vdo-left{ padding: 4rem 0rem;}*/
.biz-n-prasp-right-inner .secBlog__content {
    border: solid 1px #000;
    padding: 1rem;
    margin: 1rem 0rem;
    border-radius: 4px;
    transition: all 0.5s;
}
.biz-n-prasp-right-inner .secBlog__content h6 {
    font-size: 13px;
    padding: 0.3rem 0rem;
}
.biz-n-prasp-right-inner  .bolg-auth-biz a {
    color: #6d6d6d;
    font-size: 14px;
    padding: 1rem 0rem;
    display: block;
}
.biz-n-prasp-right-inner   h4.title.title-small.black-color.font-bl a {
    color: #000;
}
.biz-n-prasp-right-inner .secBlog__content:hover {
    background: #000;
    color: #fff;
    background: rgb(25,96,178);
background: linear-gradient(351deg, rgba(25,96,178,1) 0%, rgba(102,45,145,1) 100%);
}
.biz-n-prasp-right-inner .secBlog__content .learn-more-btn.learn-more-border .circle::before,
.biz-n-prasp-right-inner .secBlog__content .learn-more-btn.learn-more-border .circle::after{
        border-color: #662d91;
}
.biz-n-prasp-right-inner .secBlog__content .learn-more-btn.learn-more-border::before{
        border: 1px solid #662d91;
}
.biz-n-prasp-right-inner .secBlog__content .learn-more-btn .btn-text{
 color: #662d91
}
.biz-n-prasp-right-inner .secBlog__content:hover .learn-more-btn .btn-text,
.biz-n-prasp-right-inner .secBlog__content:hover  .bolg-auth-biz a{
    color: #ffffff
}

.biz-n-prasp-right-inner .secBlog__content:hover h4.title.title-small.black-color.font-bl a{ color: #ffffff;}
.biz-n-prasp-right-inner .secBlog__content:hover h6.font-bl.subTitle.subTitle-small{ color: #ffc107;}
.biz-n-prasp-right-inner .secBlog__content:hover .learn-more-btn.learn-more-border .circle::before, .biz-n-prasp-right-inner .secBlog__content:hover .learn-more-btn.learn-more-border .circle::after, .biz-n-prasp-right-inner .secBlog__content:hover  .learn-more-btn.learn-more-border::before{ border-color: #ffffff !important;}
section.biz-n-pras-p-box {
    padding: 2rem 0rem;
    background: #fff;
}
.biz-n-prasp-right-inner .secBlog__content:hover h6.font-bl.subTitle.subTitle-small {
    color: #ffffff;
}


/*

.SecHeading span:after {
    content: "dd";
    position: absolute;
    width: 100%;
    height: 9px;
    left: 0;
    bottom: 17px;
    z-index: -1;
    color: transparent;
    font-size: 0;
}
.SecHeading span {
    position: relative; z-index: 3;
}*/
.biznex-t-were-here .SecHeading span:after{ background: #005b68;}
.biz-n-serv-box .SecHeading span:after, section.biz-n-pras-p-box  .SecHeading span:after{ background: #a3e7f0;}
.biz-why-s-box .SecHeading span:after{ background: #99842e;}
.biz-n-team-sec .SecHeading span:after{ background: #005b68;}
section.trendingNow .SecHeading span:after{ background: #ebd57d;}


.offerings__box_YASH {
    border: 1px solid #010F6C;
    border-radius: 4px;
    padding: 1rem;
    margin-bottom: 1rem;
    transition: all 0.2s;
    width: 100%;
}
.servicesOfferings__list--content h3 {
    padding-top: 7px;
    margin-bottom: 25px;
    color: #010F6C;
    font-weight: 600;
    font-size: 1.5rem;
}
.servicesOfferings__list--content p {
    font-size: 0.9rem;
    line-height: 1.9;
    color: #212129;
    margin-bottom: 2rem;
    font-weight: 400;
}

.overview__content ul li {
    line-height: 2;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0;
}

.overview__inner {
    padding: 90px 0 50px;
}
.overview .overview__inner .bizLogo img{
    max-width: 150px
}
.overview_Vid iframe {
     width: 100%;
    height: 210px;
}
.trendingNow .trending {
    height: 549px;
}
.trendingNow .trending img {
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    height: auto;
    max-width: 300px;
}
.trendingNow .trending__caption {
    right: 0;
    bottom: 10%;
    background-color: #ececec;
    padding: 20px;
    min-height: 220px;
    width: 70%;
}
.trendingNow .trending .commonTag {
    background: #000;
    color: #fff;
    padding: 3px 13px;
    font-size: 0.75rem;
    margin-bottom: 1rem;
    display: inline-flex;
}
.trendingNow .trending__title {
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 17px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    text-overflow: ellipsis;
    min-height: 58px;
}

.trendingNow .trending {
    height: 381px;
    padding: 0 2rem;
}

.biz-nxt-diff{ padding: 15px; border: solid 5px #fff; color: #ffffff;}  
.biz-nxt-diff ul {  margin: 0px;}

.biznext-cta-box-section ul, .biz-nxt-diff ul{ margin: 0px; padding: 0px;}
.biznext-cta-box-section ul li, .biz-nxt-diff ul li {
    padding-bottom: 10px;
    list-style-type: none;
    background: url(../images/bizNext/biznxt-check-mark.png);
    background-repeat: no-repeat;
    background-size: 33px;
    padding-left: 45px;
    margin-bottom: 10px;
}
section.trendingNow {
    padding: 2rem 0rem;
}

.service_offerings .img-fluid {
    width: 100%;
}

.biz-n-prasp-left-inner{
    position: sticky;
}

.whyTxt{
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1
}



.closing_txt{
      padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
}
.closing_txt h6{
   font-size: 1.8rem;
    text-align: center;
    color: #fff;
    font-weight: 300;
    line-height: 1.5;
}

.innerPage-banner.mainBanner .banner__inner--title {
    font-size: 3rem;
}


@media screen and (max-width: 962px){
    .service_offerings{
        margin-bottom: 25px;
    }

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

    section.biznex-t-were-here .SecHeading h2{
            margin-bottom: 35px;
    }
   


    .bizNext_main{
    background: #000000
   }
   .biznext-cta-box-section .col-md-6 + .col-md-6{
    margin-top: 135px;
   }
   .closing_txt h6{
    font-size: 1.8rem
   }
   .closing_txt{
     padding-top: 2rem;
    padding-bottom: 2rem;
   }
}
@media screen and (min-width: 1700px) {
    p, ul li,
    .differentiator ul li, .differentiator p,
    .offering_Slider .service_offerings .slide-text ul li, .offering_Slider .service_offerings .slide-text p{
        font-size: 1.1rem
    }
    .biznext-cta-box-section .col-md-6 + .col-md-6{
     margin-top: 75px;
   }
    .closing_txt h6,  .closing_txt h6 p, .contact_bizNext h6, .contact_bizNext h6 p{
    font-size: 2rem
   }
   .bizNext-Inner .overViewContent{
    padding: 33px;
   }
   .offering_Slider .slide-wrapper .slide-text h2 {
    font-size: 1.9rem;
   }

   section.biznex-t-were-here h2, .bizNext .why_Sec h2, .biz-n-serv-box .SecHeading h2, .biz-nxt-vdo h2, section.biz-n-pras-p-box .SecHeading h2, .biz-n-team-sec .SecHeading h2, section.trendingNow .SecHeading h2{
    font-size: 2.6rem
   }
}
/*Innerpage Css*/

.innerPage-banner{
    background: #000;
    padding-bottom: 30px;
}

.bizNext-Inner  .overViewContent {
    background: #fff;
    padding: 17px;
}
.bizNext-Inner  .overViewContent ul {
     padding-left: 15px;
}
.bizNext-Inner  .overViewContent ul li{
 margin-bottom: 10px;
}
.bizNext-Inner  .overview_p2{

 background: rgb(131,58,180);
background: linear-gradient(90deg, rgba(131,58,180,0.2) 29%, rgba(25,96,178,0.2) 100%);
}
.bizNext-Inner  .overview_p2:after{
   background-image: url(../images/bizNext/xt.png);
    background-size: cover;
    content: '';
    position: absolute;
    right: 30px;
    bottom: 0;
    width: 200px;
    height: 200px;
    /* z-index: 9999; */
    opacity: 0.4;
}
.bizNext-Inner  .overview_p2 .overview__inner .overViewContent{
    background: transparent;
    /*color: #fff;*/
}
.bizNext-Inner  .overview_p2 .overview__inner ul{
    padding-left: 0
}
.bizNext-Inner  .overview_p2 .overview__inner ul li{
  list-style: none;
    padding: 10px;
    border-left: 4px solid #662d91;
    margin-bottom: 15px;
    background: #f2f2f2;
    border-radius: 4px;
        width: 47%;
    display: inline-flex;
    margin-right: 15px;
}
.offering_Slider .service_offerings{
     background-size: cover;
    background-position: center;
}
.offering_Slider  .service_offerings .slide-text ul {
 padding-left: 15px
}
.offering_Slider  .service_offerings .slide-text ul li,
.offering_Slider  .service_offerings .slide-text p {
     margin-bottom: 10px;
    font-size: 0.9rem;
    color: #dbdbdb;
}

.offering_Slider .slide-wrapper{
    background: none;
}
.offering_Slider .service_offerings .slide-wrapper:before{
       content: "";
    position: absolute;
    /* background: #000; */
    left: 0;
    right: 0;
    bottom: 0;
    top: 30%;
    z-index: 999;
    opacity: 1;
    width: 100%;
    background: -webkit-gradient(linear,left top,right top,from(#000),to(transparent));
    background: linear-gradient(3deg,#000,transparent);
}
.offering_Slider .slide-wrapper:hover .slide-body{
    max-height: 250px;
    overflow: auto;
}

.offering_Slider .slide-wrapper .slide-text{
        z-index: 9999;
}
.offering_Slider .slide-wrapper .slide-text h2{
 font-size: 1.7rem
}
.bizNext_Differntiator{
    padding: 4rem 0;
     background: url(../images/bizNext/bizNextDifferentiator.jpg);
    background-size: 65%;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-attachment: fixed;
}
.bizNext_Differntiator .differentiator{
    padding: 20px;
    background: #000000;
    padding-bottom: 40px;
}
.differentiator ul{
      padding-left: 0;
    list-style: none;
}
.differentiator ul li,
.differentiator p{
       margin-bottom: 10px;
    line-height: 1.8;
    font-size: 1rem;
    color: #e4e4e4;
}
.differentiator ul li{
  border: 1px solid #662d91;
  margin-bottom: 15px;
  padding: 10px;
  background: #171717;
}
.differentiator ul li a{
    color: #c07ef2!important;
    text-decoration: underline!important;
        cursor: pointer;
}
.differentiator h6{
   color: #d3a9f3;
    font-size: 1.3rem;
    line-height: 1.5;
    font-weight: 300;
        margin: 1rem 0;
}
.differentiator .commonTitle {
    margin-bottom: 0px !important;
}

.text-bizNextpurpul{
 color: #662d91
}
.contact_bizNext {
    background: #000;
    padding: 3rem 0;
    color: #fff;
    text-align: center;
        background: rgb(25,96,178);
    background: linear-gradient(351deg, rgba(25,96,178,1) 0%, rgba(102,45,145,1) 100%);
}
.contact_bizNext h6{
        line-height: 1.8;
    font-size: 1.6rem;
    font-weight: 300;
}
.contact_bizNext h6 a{
 color: #fff;
 text-decoration: underline;
}
.differentiator .commonTitle__title{
 color: #ffffff;
}
.bizNext-Inner section.biz-n-pras-p-box{
         background: #f2f2f2;
}
.bizNext-Inner .biz-n-prasp-right-inner .secBlog__content{
 background: #fff;
 transition: all 0.8s;
}
.bizNext-Inner .biz-n-prasp-right-inner .secBlog__content:hover{
        background: rgb(25,96,178);
    background: linear-gradient(351deg, rgba(25,96,178,1) 0%, rgba(102,45,145,1) 100%);
}

.bs-popover-auto[x-placement^="right"] .arrow::after, .bs-popover-right .arrow::after {
    border-right-color: #1960b2;
}
.popover {
    background: #1960b2;
}
.popover-header{
  background-color: #1960b2;
  border-bottom: 1px solid #959595;
  color: #fff;
}
.popover-body{
  color: #e0e0e0;
}
@media only screen and (max-width: 600px){
    .innerPage-banner .q_slides_txt{
        max-width: 340px;
        top: 1rem;
        padding: 1rem;
    }
    
    .bizNext_Differntiator{
        background-size: cover;
    }
    .biz-n-serv-box .service_offerings{
        margin-bottom: 20px
    }
    .closing_txt h6,  .closing_txt h6 p,
    .contact_bizNext h6, .contact_bizNext h6 p{
      font-size: 1.6rem
    }

    .slide-wrapper{
      height: 26rem;
    }
    section.biznex-t-were-here .SecHeading h2 {
     font-size: 3rem;
    }
    .slide-wrapper .slide-text h2{
        font-size: 1.8rem;
    }
    .biznex-t-were-here .assist_overview{
      margin-bottom: 1rem;
      padding-bottom: 1rem;
    }

}
@media only screen and (max-width: 320px){
 .innerPage-banner .q_slides_txt{
        max-width: 280px;
    }
}
/*Innerpage Css*/

/*S Bottom Contact Form*/
.contactBottomForm {
    background: #fff;
    padding: 1.5rem 1.5rem;
    box-shadow: 0 0px 24px rgb(0 0 0 / 33%);
}
.moreInformation .form-group textarea.form-control {
    max-height: 100px;
}



.moreInformation .moreInformation__right {
  padding: 0 40px 10px 0px;
  background: transparent !important;
  overflow: hidden;
  position: relative;
}
.moreInformation .moreInformation__right:after {
  background: #0037ff;
  position: absolute;
  top: -75px;
  left: -75px;
  content: "";
  width: 10rem;
  height: 10rem;
  border-radius: 100%;
  z-index: 0;
  opacity: 0.1;
  display: none;
}
@media (min-width: 768px){
  .moreInformation .moreInformation__right .col-sm-7{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}
.moreInformation .commonTitle h2 {
  color: #293583;
  font-size: 2rem!important;
}
.moreInformation .commonTitle p {
  font-size: 16px;
  line-height: 1.9;
  color: #fff;
}
.moreInformation:before {
  display: none;
}
.moreInformation .form-group .form-control,
.moreInformation .input-group .form-control {
  font-size: 14px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #010f6c;
  padding-left: 0 !important;
  border-color: #212129;
  color: #7a7a7a;
  border-radius: 0;
}
.moreInformation .form-group .form-control::placeholder {
  color: #7a7a7a;
}
.moreInformation .form-group textarea.form-control {
  padding: 10px;
  padding-left: 10px !important;
}
.moreInformation .accptFldMRfi1 p{
  color: #010f6c;
}
@media only screen and (max-width: 600px){
 .innerPage-banner .banner__inner--title{
    font-size: 2rem;
 }
 .bizNext-Inner .overview{
    background-size: 100%;
 }

 .biz-n-serv-box {
    padding: 2rem 0rem 4rem;
 }
 .differentiator .commonTitle__title{
    text-align: left;
 }
}
/*E Bottom Contact Form*/

section.aws-ban-f-box .slide-wrapper .slide-text{ padding: 0 1.2rem ;}
section.aws-ban-f-box .slide-wrapper .slide-text h2{ font-size: 0.9rem;}
section.aws-ban-f-box .slide-wrapper .slide-text{     top: 14rem; bottom: inherit;}


section {
    position: relative;
}

.ams-biz-box .slide-wrapper .slide-text h2 {
    font-size: 1rem;
}

@media screen and (max-width: 600px) {
.col {width: 100%; max-width: 100%;}
    section.aws-ban-f-box .container > .row {
    display: block;
    }
}