.tabSec {
    margin-top: -45px;
    position: relative;
}
.tabSec.fixed {
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9;
}
@media (min-width: 768px) {
    .tabSec {
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .tabSec.fixed {
        position: fixed;
        animation: slide-down 0.7s;
    }
}
.tabSec .nav-tabs {
    background-color: #0729e9;
    padding: 17px 28px;
    justify-content: space-around;
}
.tabSec .nav-tabs .nav-link {
    border-width: 0 0 2px;
    padding: 15px 0;
    margin: 0 18px;
    color: #88baff;
}
.tabSec .nav-tabs .nav-link:hover {
    border-color: transparent;
    color: #fff;
}
.tabSec .nav-tabs .nav-link:focus {
    border-color: transparent;
}
.tabSec .nav-tabs .nav-link.active {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}
@media (max-width: 1599px) {
    .tabSec .nav-tabs {
        padding: 15px 20px;
    }
    .tabSec .nav-tabs .nav-link {
        margin: 0 8px;
        font-size: 15px;
    }
}
@media (max-width: 1399px) {
    .tabSec {
        margin-top: 0;
    }
}
@media (max-width: 1199.98px) {
    .tabSec .nav-tabs {
        white-space: nowrap;
        flex-wrap: nowrap;
        width: 100%;
        overflow-x: auto;
        padding: 0 20px;
        display: inline-block;
        text-align: center;
    }
    .tabSec .nav-tabs .nav-link {
        margin: 0;
        display: inline-block;
    }
    .tabSec .nav-tabs .nav-link:not(:last-child) {
        margin-right: 20px;
    }
}
@media (max-width: 991.98px) {
    .tabSec .nav-tabs {
        padding: 0 15px;
    }
    .tabSec .nav-tabs .nav-link {
        padding: 10px 0;
        font-size: 14px;
    }
    .tabSec .nav-tabs .nav-link:not(:last-child) {
        margin-right: 15px;
    }
}
@media (max-width: 575.98px) {
    .tabSec .nav-tabs .nav-link {
        font-size: 13px;
    }
}
@media (min-width: 1440px) {
    .banner > .container {
        max-width: 1340px;
    }
}
@media (min-width: 1600px) {
    .banner > .container {
        max-width: 1470px;
    }
}
@media (min-width: 1850px) {
    .banner > .container {
        max-width: 1790px;
    }
}
.sap .banner{
    background: url(../images/competencies/coeMainPageBG.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.ceoLandingPage.mainCOntent_YASH  .sap .banner{
    background: url(../images/competencies/coeMainPageBG.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.banner__inner {
    background-repeat: no-repeat;
    min-height: 557px;
    border-radius: 6px;
}
.banner__inner--subTitle {
    font-size: 34px;
    padding-bottom: 10px;
    position: relative;
}
.banner__inner--subTitle:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 25%;
    left: 0;
    bottom: 0;
    background: #fff;
}
.banner__inner--title {
    font-size: 56px;
    margin-top: 20px;
}
@media (max-width: 1680px) {
    .banner__inner {
        min-height: 400px;
    }
    .banner__inner--subTitle {
        font-size: 32px;
    }
    .banner__inner--title {
        font-size: 50px;
    }
}
@media (max-width: 1599px) {
    .banner__inner {
        min-height: 350px;
    }
    .banner__inner--subTitle {
        font-size: 30px;
    }
    .banner__inner--title {
        font-size: 45px;
    }
}
@media (max-width: 1399px) {
    .banner__inner {
        border-radius: 6px 6px 0 0;
    }
  
    .banner__inner--title {
        font-size: 40px;
    }
}
@media (max-width: 1199.98px) {
    .banner__inner {
        min-height: 400px;
    }
   
    .banner__inner--subTitle {
        font-size: 25px;
    }
    .banner__inner--title {
        font-size: 30px;
    }
}
@media (max-width: 991.98px) {
    .banner__inner {
        min-height: 280px;
    }
    .banner__inner--subTitle {
        font-size: 22px;
    }
    .banner__inner--title {
        font-size: 25px;
    }
}
@media (max-width: 767.98px) {
    .banner__inner {
        min-height: 250px;
    }
    .banner__inner--subTitle {
        font-size: 18px;
    }
    .banner__inner--title {
        font-size: 20px;
        margin-top: 15px;
        line-height: 29px;
    }
}
@media (max-width: 575.98px) {
    .banner__inner {
        min-height: 250px;
    }
    .banner__inner > .container {
        padding: 0 20px;
    }
    .banner__inner--subTitle {
        font-size: 18px;
        line-height: 22px;
        padding-bottom: 15px;
    }
    .banner__inner--subTitle:after {
        left: 50%;
        width: 40%;
        transform: translateX(-50%);
    }
    .banner__inner--title {
        font-size: 20px;
        margin-top: 10px;
        line-height: 26px;
    }
}

.overview .commonTitle {
    margin-bottom: 30px;
}
.overview .commonTitle h3 {
    margin: 30px 0;
    color: #333;
    line-height: 45px;
}
.overview .commonTitle h3 span {
    color: #096efa;
}
.overview__content p + p {
    margin-top: 30px;
}
.overview__content h5 {
    margin-bottom: 25px;
}
.overview__content ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.overview__content ul li {
    line-height: 30px;
    position: relative;
    padding-left: 30px;
}
.overview__content ul li a {
    color: #f6190d;
    display: inline-block;
}
.overview__content ul li:after {
    width: 7px;
    height: 7px;
    background-color: #f6190d;
    left: 0;
    content: "";
    border-radius: 50%;
    position: absolute;
    top: 10px;
}
.overview__content ul li .title {
    font-size: 18px;
    margin-bottom: 10px;
}
.overview__content ul li:not(:last-child) {
    margin-bottom: 15px;
}
@media (max-width: 1599px) {
   
    .overview .commonTitle h3 {
        margin: 25px 0;
    }
    .overview__content p + p {
        margin-top: 25px;
    }
}
@media (max-width: 1199.98px) {
  
    .overview .commonTitle h3 {
        margin: 15px 0;
        line-height: 35px;
    }
    .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;
    }
}
@media (max-width: 991.98px) {
   
    .overview .commonTitle {
        margin-bottom: 20px;
    }
    .overview .commonTitle h3 {
        margin-bottom: 0;
        line-height: 27px;
    }
    .overview__content p {
        font-size: 15px;
        line-height: 28px;
    }
    .overview__content ul li {
        font-size: 15px;
        line-height: 28px;
    }
}
@media (max-width: 767.98px) {
   
    .overview__content p {
        font-size: 14px;
        line-height: 25px;
    }
    .overview__content ul li {
        font-size: 14px;
        line-height: 25px;
    }
    .overview .commonTitle {
        margin-bottom: 15px;
    }
}
.sapOfferings__inner {
    padding: 45px 116px;
}
.sapOfferings__inner:before {
    width: 107px;
    height: 107px;
    background-color: #fd0;
    border-radius: 50%;
    position: absolute;
    left: -113px;
    bottom: -39px;
    content: "";
}
.sapOfferings .title {
    font-size: 20px;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 0;
}
@media (max-width: 1680px) {
    .sapOfferings__inner:before {
        left: -65px;
        bottom: -49px;
    }
}
@media (max-width: 1599px) {
    .sapOfferings__inner {
        padding: 40px;
    }
    .sapOfferings__inner:before {
        left: -40px;
        bottom: -40px;
        width: 85px;
        height: 75px;
    }
}
@media (max-width: 1199.98px) {
    .sapOfferings .title {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .sapOfferings__inner {
        padding: 30px;
    }
}
@media (max-width: 991.98px) {
    .sapOfferings .title {
        font-size: 17px;
        margin-bottom: 25px;
    }
}
@media (max-width: 767.98px) {
    .sapOfferings .title {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .sapOfferings__inner {
        padding: 20px 0;
    }
}

.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__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 (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;
    }
}
.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: 18px;
    padding: 25px 0;
    display: block;
}
.mm-listitem__text:hover,
.mm-listitem__text:focus,
.mm-listitem__text:active {
    color: #f6190d !important;
}
.mm-btn_next::after,
.mm-btn_prev::before {
    content: "\e910" !important;
    font-family: icomoon !important;
    border: none;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
.mm-btn_prev::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    left: 20px;
    top: 16px;
    font-size: 21px;
    display: none;
}
.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;
    }
}
.servicesOfferings {
    padding: 80px 0;
}
.servicesOfferings .commonTitle {
    margin-bottom: 0px;
}
.servicesOfferings .no-img {
    margin-top: 50px;
}
.servicesOfferings .no-img img {
    margin: 25px 0 20px;
    max-width: 100%;
}
.servicesOfferings__list {
    margin-top: 50px;
}
.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%;
}
.servicesOfferings__list--content ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.servicesOfferings__list--content ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}
.servicesOfferings__list--content ul li:after {
    width: 7px;
    height: 7px;
    background-color: #8b8b8b;
    left: 0;
    content: "";
    border-radius: 50%;
    position: absolute;
    top: 10px;
}
.servicesOfferings__list--content .textLink {
    border-left: 2px solid #f6190d;
    padding-left: 10px;
    margin-top: 40px;
    display: inline-block;
}

.ourPartners .ourPartners--content ul{
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    padding-left: 0;
 
}
.ourPartners .ourPartners--content ul li{
    flex: 0 0 47%;
    max-width: 47%;
    flex-wrap: wrap;
    border-left: 3px solid #0729e9;
    padding: 1rem;
    margin-bottom: 1rem;
    background: #e9e9e9;
    margin-right: 20px;
    font-size: 0.9rem;
    line-height: 1.8;
}

.offerings__box_YASH {
    border: 1px solid #010F6C;
    border-radius: 4px;
    padding: 1rem;
    margin-bottom: 1rem;
    transition: all 1s;
    width: 100%;
}
.offerings__box_YASH:hover {
    border: 1px solid #010F6C;
    border-radius: 4px;
    padding: 1rem;
    margin-bottom: 1rem;
    background-color: #010F6C;
    color: #fff;
    transition: all 1s;
}
.servicesOfferings__list--content h3 {
    padding-top: 7px;
    margin-bottom: 25px;
    color: #010F6C;
    font-weight: 600;
    font-size: 1.5rem;
}
.offerings__box_YASH:hover .servicesOfferings__list--content h3, .offerings__box_YASH:hover .servicesOfferings__list--content p {
    color: #ffffff!important;
}

.servicesOfferings__list--content p {
    font-size: 0.9rem;
    line-height: 1.9;
    color: #212129;
}
@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: 20px;
    }
    .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: 15px;
        line-height: 26px;
    }
    .servicesOfferings__list--content ul li {
        font-size: 15px;
        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 p{
        text-align: left;
    }
    .servicesOfferings__list--content {
        margin-top: 20px;
    }
    .servicesOfferings__list--content h3 {
        padding-top: 10px;
        margin-bottom: 10px;
    }
}
.page-template.crm .servicesOfferings__list > .row {
    align-items: center;
}
.sap .banner__inner {
    background-position: 90% center;
    background-size: 200px;
}
.sap .banner__inner--Img {
    text-align: right;
}
@media (max-width: 1849px) {
    .sap .banner__inner--Img {
        text-align: center;
    }
}
@media (max-width: 1399px) {
    .sap .banner__inner--Img img {
        max-width: 140px;
    }
}
@media (max-width: 991.98px) {
    .sap .banner__inner {
        height: 280px;
    }
}
@media (max-width: 575.98px) {
    .sap .banner__inner {
        height: auto;
        padding: 20px 0 30px;
        text-align: center;
        background-position: 92% 92%;
        background-size: 170px;
    }
  
    .sap .banner__inner--Img {
        margin-top: 30px;
    }
}
/*S GCP page */
.google-cloud .ourPartners{
        background: #010F6C ;
    background-repeat: no-repeat;
    background-position: 95% bottom;
    padding-bottom: 80px;
    padding-top: 80px;
        background-size: 35%;
}
.google-cloud .ourPartners .commonTitle{
 display: none;
}
.google-cloud .ourPartners h5{
       font-size: 1.45rem;
    line-height: 1.7;
    font-weight: 300;
    color: #ffffff;
    text-align: left;
}
.authorBox .authorBoxtxt{
       text-align: left;
    color: #fff;
    margin-top: 25px;
}
.authorBox .authorBoxtxt span{
      font-style: italic;
    font-size: 0.85rem;
    color: #ccc;
    font-weight: 300;
}
@media (min-width: 1500px){
    .google-cloud .ourPartners{
        background-position: 90% bottom;
        background-size: 28%;
    }
}
/*E GCP page */
/*# sourceMappingURL=competencies.min.css.map */

.page-template-compentencies-sap .commonTitle {    margin-bottom: 0 !important;}
.page-template-compentencies-sap .commonTitle__title {  margin-bottom: 0;}