.solutions .banner {
    background: #000;
}
.solutions .banner .commonBreadcrumb {
    padding-top: 25px;
}
.solutions .banner .commonBreadcrumb .current:before {
    color: #fff;
}
.solutions .banner{
    background: url(../images/solutions/solutionMainBG.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.solutions .banner .imgBg {
    position: absolute;
    top: 0;
    height: 100%;
}
.solutions .banner .imgBg img {
    height: 100%;
    object-fit: cover;
}
.solutions .banner__inner--taxi {
    height: 762px;
}
.solutions .banner__inner--taxi .imgBg {
    right: 0;
}
.solutions .banner__inner--eCommerce {
    height: 825px;
}
.solutions .banner__inner--eCommerce .imgBg {
    right: 10%;
}
.solutions .banner--subTitle {
    font-size: 34px;
}
.solutions .banner--title {
    font-size: 56px;
    margin-top: 30px;
}
.solutions .banner .btn {
    margin: 60px 0 25px;
}
@media all and (min-width: 576px) and (-ms-high-contrast: none) {
    .solutions .banner nav {
        position: absolute;
        left: 0;
        top: 0;
    }
    .solutions .banner *::-ms-backdrop,
    .solutions .banner nav {
        position: absolute;
        left: 0;
        top: 0;
    }
    .solutions .banner .container {
        position: relative;
    }
    .solutions .banner *::-ms-backdrop,
    .solutions .banner .container {
        position: relative;
    }
    .solutions .banner .banner--txt.my-auto {
        margin: 0 !important;
    }
    .solutions .banner *::-ms-backdrop,
    .solutions .banner .banner--txt.my-auto {
        margin: 0 !important;
    }
}
@media (max-width: 1680px) {
    .solutions .banner--subTitle {
        font-size: 32px;
    }
    .solutions .banner--title {
        font-size: 50px;
    }
}
@media (max-width: 1599px) {
    .solutions .banner__inner--eCommerce {
        height: 700px;
    }
    .solutions .banner__inner--taxi {
        height: 600px;
    }
    .solutions .banner--subTitle {
        font-size: 30px;
    }
    .solutions .banner--title {
        font-size: 45px;
    }
    .solutions .banner .btn {
        margin: 40px 0 20px;
    }
}
@media (max-width: 1399px) {
    .solutions .banner__inner--eCommerce {
        height: 600px;
    }
    .solutions .banner__inner--taxi {
        height: 500px;
    }
    .solutions .banner--title {
        font-size: 40px;
    }
    .solutions .banner .btn {
        margin: 30px 0 0;
    }
}
@media (max-width: 1199.98px) {
    .solutions .banner__inner--eCommerce .imgBg {
        right: 5%;
    }
    .solutions .banner--subTitle {
        font-size: 28px;
    }
    .solutions .banner--title {
        font-size: 35px;
    }
    .solutions .banner .btn {
        margin: 40px 0 20px;
    }
}
@media (max-width: 991.98px) {
    .solutions .banner__inner--eCommerce {
        height: 450px;
    }
    .solutions .banner__inner--taxi {
        height: 350px;
    }
    .solutions .banner--subTitle {
        font-size: 24px;
    }
    .solutions .banner--title {
        font-size: 25px;
    }
    .solutions .banner .btn {
        margin: 30px 0 20px;
    }
}
@media (max-width: 767.98px) {
    .solutions .banner .commonBreadcrumb {
        padding-top: 18px;
    }
    .solutions .banner__inner--eCommerce {
        height: 350px;
    }
    .solutions .banner__inner--eCommerce .imgBg {
        right: 2%;
    }
    .solutions .banner__inner--taxi {
        height: 250px;
    }
    .solutions .banner--subTitle {
        font-size: 18px;
    }
    .solutions .banner--title {
        font-size: 20px;
        margin-top: 20px;
        line-height: 25px;
    }
    .solutions .banner .btn {
        margin: 10px 0 10px;
    }
}
@media (max-width: 575.98px) {
    .solutions .banner__inner--eCommerce,
    .solutions .banner__inner--taxi {
        height: auto;
    }
    .solutions .banner__inner--eCommerce .imgBg,
    .solutions .banner__inner--taxi .imgBg {
        opacity: 0.4;
    }
    .solutions .banner--subTitle {
        font-size: 18px;
        line-height: 24px;
    }
    .solutions .banner--title {
        line-height: 1.5;
    }
    .solutions .banner .banner--txt {
        padding: 20px 0 20px;
    }
}


  @media only screen and (max-width: 1399px) {
    .solutions .banner .banner__inner--taxi {
      height: 330px !important;
    }
    .solutions .banner__inner .banner__inner--Img img {
      max-height: 260px;
    }
  }
  @media only screen and (min-width: 1599px) {
    .solutions .banner__inner--taxi {
      height: 392px !important;
    }
    .solutions .banner--title {
      font-size: 46px !important;
      margin-top: 0 !important;
    }
    .solutions .banner__inner .banner__inner--Img img {
      max-height: 275px;
    }
  }
.solutions .tabSec {
    margin-top: -45px;
    position: relative;
}
.solutions .tabSec.fixed {
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9;
}
@media (min-width: 768px) {
    .solutions .tabSec {
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .solutions .tabSec.fixed {
        position: fixed;
        animation: slide-down 0.7s;
    }
}
.solutions .tabSec .nav-tabs {
    background-color: #0729e9;
    padding: 17px 28px;
    justify-content: space-around;
}
.solutions .tabSec .nav-tabs .nav-link {
    border-width: 0 0 2px;
    padding: 15px 0;
    margin: 0 18px;
    color: #88baff;
}
.solutions .tabSec .nav-tabs .nav-link:hover {
    border-color: transparent;
    color: #fff;
}
.solutions .tabSec .nav-tabs .nav-link:focus {
    border-color: transparent;
}
.solutions .tabSec .nav-tabs .nav-link.active {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}
@media (max-width: 1599px) {
    .solutions .tabSec .nav-tabs {
        padding: 15px 20px;
    }
    .solutions .tabSec .nav-tabs .nav-link {
        margin: 0 8px;
        font-size: 15px;
    }
}
@media (max-width: 1399px) {
    .solutions .tabSec {
        margin-top: 0;
    }
}
@media (max-width: 1199.98px) {
    .solutions .tabSec .nav-tabs {
        white-space: nowrap;
        flex-wrap: nowrap;
        width: 100%;
        overflow-x: auto;
        padding: 0 20px;
        display: inline-block;
        text-align: center;
    }
    .solutions .tabSec .nav-tabs .nav-link {
        margin: 0;
        display: inline-block;
    }
    .solutions .tabSec .nav-tabs .nav-link:not(:last-child) {
        margin-right: 20px;
    }
}
@media (max-width: 991.98px) {
    .solutions .tabSec .nav-tabs {
        padding: 0 15px;
    }
    .solutions .tabSec .nav-tabs .nav-link {
        padding: 10px 0;
        font-size: 14px;
    }
    .solutions .tabSec .nav-tabs .nav-link:not(:last-child) {
        margin-right: 15px;
    }
}
@media (max-width: 575.98px) {
    .solutions .tabSec .nav-tabs .nav-link {
        font-size: 13px;
    }
}
.solutions .overview {
    padding: 80px 0;
}

.solutions .overview__inner .commonTitle {
    margin-bottom: 30px;
}
.solutions .overview__inner .commonTitle h3 {
    margin: 30px 0;
    line-height: 45px;
}
.solutions .overview__inner .commonTitle h3 span {
    color: #096efa;
}
.solutions .overview__inner--content p {
    line-height: 32px;
}
.solutions .overview__inner--content p:last-child {
    margin-bottom: 0;
}
.solutions .overview__inner--content p + p {
    margin-top: 30px;
}
.solutions .overview .promotionalSpace {
    margin-top: 80px;
}
@media (max-width: 1599px) {
    .solutions .overview {
        padding: 50px 0;
    }

    .solutions .overview__inner .commonTitle h3 {
        margin: 25px 0;
    }
    .solutions .overview__inner--content p + p {
        margin-top: 25px;
    }
    .solutions .overview .promotionalSpace {
        margin-top: 50px;
    }
}
@media (max-width: 1199.98px) {
    .solutions .overview {
        padding: 40px 0;
    }

    .solutions .overview__inner .commonTitle {
        margin-bottom: 20px;
    }
    .solutions .overview__inner .commonTitle h3 {
        margin: 20px 0;
    }
    .solutions .overview__inner--content p {
        line-height: 28px;
        font-size: 16px;
    }
    .solutions .overview__inner--content p + p {
        margin-top: 20px;
    }
    .solutions .overview .promotionalSpace {
        margin-top: 40px;
    }
}
@media (max-width: 991.98px) {
    .solutions .overview {
        padding: 30px 0;
    }
    .solutions .overview__inner {
        padding: 0;
    }
    .solutions .overview__inner .commonTitle {
        margin-bottom: 15px;
    }
    .solutions .overview__inner .commonTitle h3 {
        margin: 15px 0;
        line-height: 1.5;
    }
    .solutions .overview__inner--content p {
        line-height: 28px;
        font-size: 15px;
    }
    .solutions .overview__inner--content p + p {
        margin-top: 15px;
    }
    .solutions .overview .promotionalSpace {
        margin-top: 30px;
    }
}
@media (max-width: 767.98px) {
    .solutions .overview {
        padding: 25px 0;
    }
    .solutions .overview__inner--content p {
        line-height: 25px;
        font-size: 14px;
    }
    .solutions .overview__inner--content p + p {
        margin-top: 10px;
    }
    .solutions .overview .promotionalSpace {
        margin-top: 25px;
    }
}
@media (max-width: 767.98px) {
    .solutions .overview {
        padding: 20px 0;
    }
    .solutions .overview .promotionalSpace {
        margin-top: 20px;
    }
}
.solutions .solutionsSec {
    padding-top: 80px;
}
.solutions .solutionsSec .commonTitle {
    background: #191919;
    padding: 50px;
    margin-bottom: 0;
}
.solutions .solutionsSec .commonTitle p {
    font-size: 18px;
    margin-top: 35px;
    line-height: 32px;
}
.solutions .solutionsSec .solutionListing {
    padding: 50px 30px 50px 50px;
    max-height: 787px;
    overflow: auto;
    background: #fff;
}
.solutions .solutionsSec .solutionListing li {
    padding: 25px 0;
    position: relative;
}
.solutions .solutionsSec .solutionListing li:first-child {
    padding-top: 0;
}
.solutions .solutionsSec .solutionListing li:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1px;
    width: calc(100% - 197px);
    background: #eaeaea;
}
.solutions .solutionsSec .solutionListing__Img {
    width: 182px;
    height: 176px;
    border-radius: 6px;
    overflow: hidden;
    margin-right: 15px;
}
.solutions .solutionsSec .solutionListing__Img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.solutions .solutionsSec .solutionListing__Txt {
    flex: 1;
    font-size: 24px;
    line-height: 41px;
}
@media (max-width: 1599px) {
    .solutions .solutionsSec {
        padding: 50px 0;
    }
    .solutions .solutionsSec .commonTitle {
        padding: 30px;
    }
    .solutions .solutionsSec .commonTitle p {
        font-size: 17px;
        margin-top: 25px;
        line-height: 28px;
    }
    .solutions .solutionsSec .solutionListing {
        padding: 30px;
        max-height: 620px;
    }
    .solutions .solutionsSec .solutionListing li {
        padding: 20px 0;
    }
    .solutions .solutionsSec .solutionListing li:after {
        width: calc(100% - 165px);
    }
    .solutions .solutionsSec .solutionListing__Img {
        width: 150px;
        height: 135px;
    }
    .solutions .solutionsSec .solutionListing__Txt {
        font-size: 20px;
        line-height: 30px;
    }
}
@media (max-width: 1199.98px) {
    .solutions .solutionsSec {
        padding: 40px 0;
    }
    .solutions .solutionsSec .commonTitle {
        padding: 25px;
    }
    .solutions .solutionsSec .commonTitle p {
        font-size: 16px;
    }
}
@media (max-width: 991.98px) {
    .solutions .solutionsSec {
        padding: 30px 0;
    }
    .solutions .solutionsSec .commonTitle {
        padding: 20px;
    }
    .solutions .solutionsSec .commonTitle p {
        font-size: 15px;
        line-height: 26px;
    }
    .solutions .solutionsSec .solutionListing {
        padding: 20px;
        max-height: 500px;
    }
    .solutions .solutionsSec .solutionListing li {
        padding: 15px 0;
    }
    .solutions .solutionsSec .solutionListing li:after {
        width: calc(100% - 145px);
    }
    .solutions .solutionsSec .solutionListing__Img {
        width: 130px;
        height: 115px;
    }
    .solutions .solutionsSec .solutionListing__Txt {
        font-size: 17px;
        line-height: 25px;
    }
}
@media (max-width: 767.98px) {
    .solutions .solutionsSec {
        padding: 25px 0;
    }
    .solutions .solutionsSec .pr-0 {
        padding-right: 15px !important;
    }
    .solutions .solutionsSec .pl-0 {
        padding-left: 15px !important;
    }
    .solutions .solutionsSec .commonTitle {
        padding: 15px;
    }
    .solutions .solutionsSec .commonTitle p {
        font-size: 14px;
        line-height: 23px;
        margin-bottom: 0;
        margin-top: 15px;
    }
    .solutions .solutionsSec .solutionListing {
        padding: 15px;
    }
    .solutions .solutionsSec .solutionListing li {
        padding: 10px 0;
    }
    .solutions .solutionsSec .solutionListing__Txt {
        font-size: 15px;
        line-height: 22px;
    }
}
@media (max-width: 575.98px) {
    .solutions .solutionsSec {
        padding: 20px 0;
    }
    .solutions .solutionsSec .solutionListing li:after {
        width: calc(100% - 95px);
    }
    .solutions .solutionsSec .solutionListing__Img {
        width: 80px;
        height: 65px;
    }
}
.solutions .whyYash {
    padding: 80px 0;
    position: relative;
}
.solutions .whyYash:after {
    display: none;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 34%;
    height: 100%;
    background: url("../images/solutions/sectionBg.png");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
.solutions .whyYash .commonTitle p {
    margin-top: 35px;
}
.solutions .whyYash p {
    font-size: 18px;
    line-height: 32px;
}
.solutions .whyYash .nav-tabs {
    margin-bottom: 55px;
}
.solutions .whyYash .nav-tabs .nav-item .nav-link {
    font-size: 16px;
    color: #333333;
    border-width: 0 0 5px 0;
    border-color: transparent;
    border-style: solid;
    border-radius: 0;
    padding: 12px 20px;
    text-transform: uppercase;
}
.solutions .whyYash .nav-tabs .nav-item .nav-link.active,
.solutions .whyYash .nav-tabs .nav-item .nav-link:hover {
    border-color: #f6190d;
    color: #f6190d;
}
.solutions .whyYash .contentTitle {
    font-size: 24px;
    margin-bottom: 30px;
}
.solutions .whyYash ul:not(.nav-tabs) {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.solutions .whyYash ul:not(.nav-tabs) li {
    line-height: 30px;
    position: relative;
    padding-left: 30px;
}
.solutions .whyYash ul:not(.nav-tabs) li strong {
    display: block;
}
.solutions .whyYash ul:not(.nav-tabs) li:after {
    width: 7px;
    height: 7px;
    background-color: #f6190d;
    left: 0;
    content: "";
    border-radius: 50%;
    position: absolute;
    top: 10px;
}
.solutions .whyYash ul:not(.nav-tabs) li .title {
    font-size: 18px;
    margin-bottom: 10px;
}
.solutions .whyYash ul:not(.nav-tabs) li:not(:last-child) {
    margin-bottom: 25px;
}
.solutions .whyYash .listing {
    margin-top: 35px;
}
.solutions .whyYash .listing ul li {
    margin-bottom: 10px;
}
.solutions .whyYash .listing-full ul {
    margin-bottom: 0;
}
.solutions .whyYash .listing-full ul li:not(:last-child) {
    margin-bottom: 25px;
}
.solutions .whyYash .imgWrapper {
    -o-box-shadow: -20px 0px 80px #adadad;
    -ms-box-shadow: -20px 0px 80px #adadad;
    -webkit-box-shadow: -20px 0px 80px #adadad;
    -moz-box-shadow: -20px 0px 80px #adadad;
    box-shadow: -20px 0px 80px #adadad;
    border-radius: 50px;
}
@media (max-width: 1599px) {
    .solutions .whyYash {
        padding: 50px 0;
    }
    .solutions .whyYash:after {
        width: 32%;
    }
    .solutions .whyYash .nav-tabs {
        margin-bottom: 45px;
    }
    .solutions .whyYash .listing {
        margin-top: 25px;
    }
    .solutions .whyYash .listing-full ul li:not(:last-child) {
        margin-bottom: 20px;
    }
}
@media (max-width: 1399px) {
    .solutions .whyYash:after {
        width: 30%;
    }
}
@media (max-width: 1199.98px) {
    .solutions .whyYash {
        padding: 40px 0;
    }
    .solutions .whyYash .commonTitle p {
        margin-top: 30px;
    }
    .solutions .whyYash .nav-tabs {
        margin-bottom: 35px;
    }
    .solutions .whyYash p {
        font-size: 16px;
        line-height: 28px;
    }
    .solutions .whyYash .contentTitle {
        font-size: 22px;
        margin-bottom: 25px;
    }
}
@media (max-width: 991.98px) {
    .solutions .whyYash {
        padding: 30px 0;
    }
    .solutions .whyYash .commonTitle p {
        margin-top: 25px;
    }
    .solutions .whyYash p {
        font-size: 15px;
        line-height: 26px;
    }
    .solutions .whyYash .tab--title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .solutions .whyYash .nav-tabs {
        margin-bottom: 25px;
        flex-wrap: nowrap;
        width: 100%;
        text-align: center;
    }
    .solutions .whyYash .nav-tabs .nav-item .nav-link {
        font: 14px;
        padding: 12px 15px;
    }
    .solutions .whyYash ul li {
        line-height: 26px;
    }
    .solutions .whyYash ul li .title {
        font-size: 16px;
    }
    .solutions .whyYash .listing {
        margin-top: 25px;
    }
    .solutions .whyYash .listing-full ul li:not(:last-child) {
        margin-bottom: 15px;
    }
}
@media (max-width: 767.98px) {
    .solutions .whyYash {
        padding: 25px 0;
    }
    .solutions .whyYash .commonTitle p {
        margin-top: 20px;
    }
    .solutions .whyYash .contentTitle {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .solutions .whyYash p {
        font-size: 14px;
        line-height: 23px;
    }
    .solutions .whyYash .listing ul li,
    .solutions .whyYash .listing-full ul li {
        line-height: 23px;
    }
    .solutions .whyYash .nav-tabs {
        margin-bottom: 20px;
    }
    .solutions .whyYash ul:not(.nav-tabs) li {
        line-height: 25px;
    }
    .solutions .whyYash ul:not(.nav-tabs) li:not(:last-child) {
        margin-bottom: 10px;
    }
    .solutions .whyYash:after {
        display: none;
    }
}
@media (max-width: 575.98px) {
    .solutions .whyYash {
        padding: 20px 0;
    }
    .solutions .whyYash .commonTitle p {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .solutions .whyYash .nav-tabs .nav-item .nav-link {
        font: 12px;
        padding: 12px 10px;
    }
    .solutions .whyYash .listing {
        margin-top: 20px;
    }
}
@media (max-width: 359px) {
    .solutions .whyYash .nav-tabs .nav-item .nav-link {
        padding: 12px 8px;
    }
}
.solutions .servicesOfferings {
    padding: 80px 0;
}
.solutions .servicesOfferings .commonTitle {
    margin-bottom: 0px;
}
.solutions .servicesOfferings .no-img {
    margin-top: 50px;
}
.solutions .servicesOfferings .no-img img {
    margin: 25px 0 20px;
    max-width: 100%;
}
.solutions .servicesOfferings__list {
    margin-top: 50px;
}
.solutions .servicesOfferings__list .row:not(:last-child) {
    margin-bottom: 60px;
}
.solutions .servicesOfferings__list .row > .col,
.solutions .servicesOfferings__list .row > [class*="col-"] {
    flex: 0 0 47%;
    max-width: 47%;
}
@media (min-width: 576px) {
    .solutions .servicesOfferings__list .row:nth-child(even) > .col:last-child,
    .solutions .servicesOfferings__list .row:nth-child(even) > [class*="col-"]:last-child {
        margin-left: auto;
    }
    .solutions .servicesOfferings__list .row:nth-child(odd) > .col:last-child,
    .solutions .servicesOfferings__list .row:nth-child(odd) > [class*="col-"]:last-child {
        order: -1;
    }
    .solutions .servicesOfferings__list .row:nth-child(odd) > .col:first-child,
    .solutions .servicesOfferings__list .row:nth-child(odd) > [class*="col-"]:first-child {
        margin-left: auto;
    }
}



.solutions .servicesOfferings__list--content p a:hover,
.solutions .servicesOfferings__list--content p a:focus,
.solutions .servicesOfferings__list--content p a:active {
    color: #dc1308;
}
.solutions .servicesOfferings__list--content ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.solutions .servicesOfferings__list--content ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}
.solutions .servicesOfferings__list--content ul li:after {
    width: 7px;
    height: 7px;
    background-color: #f6190d;
    left: 0;
    content: "";
    border-radius: 50%;
    position: absolute;
    top: 10px;
}
.solutions .servicesOfferings__list--content .textLink {
    border-left: 2px solid #f6190d;
    padding-left: 10px;
    margin-top: 40px;
    display: inline-block;
}
@media (max-width: 1599px) {
    .solutions .servicesOfferings {
        padding: 50px 0;
    }
    .solutions .servicesOfferings__list .row:not(:last-child) {
        margin-bottom: 40px;
    }
}
@media (max-width: 1399px) {
    .solutions .servicesOfferings__list--content .textLink {
        margin-top: 25px;
    }
}
@media (max-width: 1199.98px) {
    .solutions .servicesOfferings {
        padding: 40px 0;
    }
   
  
    .solutions .servicesOfferings__list--content ul {
        text-align: left;
    }
    .solutions .servicesOfferings__list--content ul li {
        font-size: 17px;
    }
}
@media (max-width: 991.98px) {
    .solutions .servicesOfferings {
        padding: 30px 0;
    }
    .solutions .servicesOfferings__list .row > .col,
    .solutions .servicesOfferings__list .row > [class*="col-"] {
        flex: 0 0 50%;
        max-width: 50%;
    }
   
    .solutions .servicesOfferings__list--content p {
        font-size: 15px;
        line-height: 26px;
    }
    .solutions .servicesOfferings__list--content ul li {
        font-size: 15px;
        padding-left: 20px;
        margin-bottom: 7px;
    }
    .solutions .servicesOfferings__list--content ul li:after {
        top: 8px;
        width: 5px;
        height: 5px;
    }
    .solutions .servicesOfferings__list--content .textLink {
        margin-top: 15px;
    }
}
@media (max-width: 767.98px) {
    .solutions .servicesOfferings {
        padding: 20px 0;
    }
    .solutions .servicesOfferings .no-img {
        margin-top: 30px;
    }
    .solutions .servicesOfferings__list {
        margin-top: 30px;
    }
    .solutions .servicesOfferings__list .row:not(:last-child) {
        margin-bottom: 30px;
    }
    .solutions .servicesOfferings__list--content .textLink {
        font-size: 11px;
        margin-top: 10px;
    }
}
@media (max-width: 575.98px) {
    .solutions .servicesOfferings__list .row > .col,
    .solutions .servicesOfferings__list .row > [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .solutions .servicesOfferings__list .row:not(:last-child) {
        margin-bottom: 20px;
    }
    .solutions .servicesOfferings__list--content {
        margin-top: 20px;
    }
  
}
.solutions .page-template.crm .servicesOfferings__list > .row {
    align-items: center;
}
.solutions .YashValueProposition {
    padding: 80px 0 0;
}
.solutions .YashValueProposition__box {
    background-color: #0729e9;
    padding: 100px 0;
}
.solutions .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");
}
.solutions .YashValueProposition__box .listing {
    margin: 35px 0;
}
.solutions .YashValueProposition__box .listing--head {
    margin-bottom: 10px;
}
.solutions .YashValueProposition__box .listing ul {
    margin: 0 0;
}
.solutions .YashValueProposition__box .listing ul li {
    font-size: 18px;
    line-height: 35px;
}
.solutions .YashValueProposition__box .listing ul li + li {
    margin-top: 5px;
}
.solutions .YashValueProposition__box ul li,
.solutions .YashValueProposition__box p {
    color: #fff;
    font-size: 20px;
    line-height: 1.8;
}
.solutions .YashValueProposition__box ul {
    margin: 20px 0;
    padding-left: 20px;
}
.solutions .YashValueProposition__box ul li + li {
    margin-top: 12px;
}
.solutions .YashValueProposition__box p {
    margin-bottom: 0px;
}
.solutions .YashValueProposition__box p + p {
    margin-top: 15px;
}
.solutions .YashValueProposition__box p a {
    color: #fff;
    text-decoration: underline;
}
@media (max-width: 1599px) {
    .solutions .YashValueProposition {
        padding: 50px 0;
    }
}
@media (max-width: 1399px) {
    .solutions .YashValueProposition__box {
        padding: 60px 0;
    }
    .solutions .YashValueProposition__box--content:before {
        width: 196px;
        height: 125px;
        top: -30px;
        background-size: cover;
    }
}
@media (max-width: 1199.98px) {
    .solutions .YashValueProposition {
        padding: 40px 0;
    }
    .solutions .YashValueProposition__box ul li,
    .solutions .YashValueProposition__box p {
        font-size: 18px;
        line-height: 1.6;
    }
    .solutions .YashValueProposition__box--content:before {
        width: 200px;
        height: 150px;
        background-size: 171px;
    }
    .solutions .YashValueProposition__box .listing {
        margin: 25px 0;
    }
}
@media (max-width: 991.98px) {
    .solutions .YashValueProposition__box {
        padding: 40px 0;
    }
    .solutions .YashValueProposition__box ul li,
    .solutions .YashValueProposition__box p {
        font-size: 16px;
    }
    .solutions .YashValueProposition__box--content:before {
        width: 150px;
        height: 100px;
        background-size: 108px;
        top: -33px;
    }
    .solutions .YashValueProposition__box .listing ul li {
        font-size: 16px;
        line-height: 30px;
    }
}
@media (max-width: 767.98px) {
    .solutions .YashValueProposition {
        padding: 20px 0 0;
    }
    .solutions .YashValueProposition .row {
        align-items: center;
    }
    .solutions .YashValueProposition__box {
        padding: 20px 0 20px;
    }
    .solutions .YashValueProposition__box .listing {
        margin: 20px 0;
    }
    .solutions .YashValueProposition__box .listing ul li {
        font-size: 14px;
    }
    .solutions .YashValueProposition__box ul li,
    .solutions .YashValueProposition__box p {
        font-size: 14px;
    }
    .solutions .YashValueProposition__box--content:before {
        top: -4px;
    }
}
@media (max-width: 575.98px) {
    .solutions .YashValueProposition__box--content:before {
        top: 16px;
    }
}
.solutions .yashPerspectives {
    padding: 80px 0;
    overflow: hidden;
}
.solutions .yashPerspectives h3 {
    font-size: 18px;
    margin-bottom: 10px;
    min-height: 105px;
    line-height: 1.6;
}
.solutions .yashPerspectives p {
    font-size: 12px;
}
.solutions .yashPerspectives p .date {
    color: #666666;
}
.solutions .yashPerspectives p .name {
    color: #000;
}
.solutions .yashPerspectives .blogListing {
    margin: 0 -30px;
}
.solutions .yashPerspectives .blogListing .slick-arrow {
    bottom: auto;
}
.solutions .yashPerspectives .blogListing .slick-arrow.slick-prev {
    left: -50px;
}
.solutions .yashPerspectives .blogListing .slick-arrow.slick-next {
    right: -50px;
}
.solutions .yashPerspectives .blogListing__Box {
    margin: 0 30px;
}
.solutions .yashPerspectives .blogListing__Box--Img {
    margin: 0 0 30px;
}
.solutions .yashPerspectives .blogListing__Box--Img .commonTag {
    bottom: 0;
    left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 20px;
}
.solutions .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%;
}
.solutions .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);
}
.solutions .yashPerspectives .slick-slider .slick-arrow.slick-disabled {
    visibility: hidden;
}
.solutions .yashPerspectives .slick-slider .slick-arrow.slick-disabled:hover:after {
    display: none;
}
@media (min-width: 1200px) {
    .solutions .yashPerspectives .blogListing .slick-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
}
@media (max-width: 1679px) {
    .solutions .yashPerspectives .blogListing {
        margin: 0 -20px;
    }
    .solutions .yashPerspectives .blogListing__Box {
        margin: 0 20px;
    }
    .solutions .yashPerspectives .blogListing__Box--Img {
        margin: 0 0 20px;
    }
    .solutions .yashPerspectives .blogListing .slick-arrow {
        bottom: auto;
    }
    .solutions .yashPerspectives .blogListing .slick-arrow.slick-prev {
        left: -34px;
    }
    .solutions .yashPerspectives .blogListing .slick-arrow.slick-next {
        right: -34px;
    }
}
@media (max-width: 1599px) {
    .solutions .yashPerspectives {
        padding: 50px 0;
    }
    .solutions .yashPerspectives h3 {
        font-size: 16px;
        min-height: 70px;
    }
}
@media (min-width: 1200px) and (max-width: 1439px) {
    .solutions .yashPerspectives .blogListing .slick-arrow.slick-prev {
        left: -22px;
    }
    .solutions .yashPerspectives .blogListing .slick-arrow.slick-next {
        right: -22px;
    }
}
@media (max-width: 1199.98px) {
    .solutions .yashPerspectives {
        padding: 40px 0 60px;
    }
    .solutions .yashPerspectives .blogListing {
        margin: 0 -15px;
    }
    .solutions .yashPerspectives .blogListing__Box {
        margin: 0 15px;
    }
    .solutions .yashPerspectives .blogListing__Box--Img {
        margin: 0 0 15px;
    }
    .solutions .yashPerspectives h3 {
        font-size: 15px;
    }
    .solutions .yashPerspectives .slick-slider .slick-arrow {
        bottom: -42px;
        position: absolute;
    }
    .solutions .yashPerspectives .slick-slider .slick-arrow.slick-prev {
        left: calc(50% - 36px);
    }
    .solutions .yashPerspectives .slick-slider .slick-arrow.slick-next {
        left: calc(50% + 15px);
    }
}
@media (max-width: 991.98px) {
    .solutions .yashPerspectives {
        padding: 30px 0 60px;
    }
    .solutions .yashPerspectives .blogListing {
        margin: 0 -10px;
    }
    .solutions .yashPerspectives .blogListing__Box {
        margin: 0 10px;
    }
    .solutions .yashPerspectives h3 {
        min-height: auto;
    }
}
@media (max-width: 767.98px) {
    .solutions .yashPerspectives h3 {
        font-size: 14px;
    }
}
.solutions .trendingNow {
    padding: 80px 0;
    overflow: hidden;
}
.solutions .trendingNow .trending {
    height: 549px;
}
.solutions .trendingNow .trending img {
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    object-fit: cover;
    height: 100%;
}
@media (max-width: 1700px) {
    .solutions .trendingNow .trending {
        height: 488px;
    }
}
@media (max-width: 1399px) {
    .solutions .trendingNow .trending {
        height: 381px;
    }
}
@media (max-width: 575.98px) {
    .solutions .trendingNow .trending {
        height: 350px;
    }
}
.solutions .trendingNow .trending:hover img {
    transform: scale(1.05);
}
.solutions .trendingNow .trending__caption {
    right: 0;
    bottom: 10%;
    background-color: #ececec;
    min-height: 220px;
}
.solutions .trendingNow .trending .commonTag {
    background: #000;
    color: #fff;
    padding: 3px 13px;
    font-size: 0.75rem;
    margin-bottom: 1rem;
    display: inline-flex;
}
.solutions .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;
}
.solutions .trendingNow .trending__title a {
    color: #000;
}
.solutions .trendingNow .trending__title a:hover {
    color: #f6190d;
}
.solutions .trendingNow .trending__txt {
    line-height: 28px;
    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;
}
.solutions .trendingNow .trending__txt p {
    margin-bottom: 0;
    font-size: 0.9rem;
}
.solutions .trendingNow .slick-slider .slick-arrow {
    bottom: 0;
}
.solutions .trendingNow .slick-slider .slick-arrow.slick-prev {
    left: -110px;
}
.solutions .trendingNow .slick-slider .slick-arrow.slick-next {
    left: -60px;
}
.solutions .trendingNow .slick-slider .slick-arrow.slick-disabled {
    visibility: hidden;
}
.solutions .trendingNow .slick-slider .slick-arrow.slick-disabled:hover:after {
    display: none;
}
@media (max-width: 1599px) {
    .solutions .trendingNow {
        padding: 50px 0;
    }
    .solutions .trendingNow .trending__caption {
        padding: 20px;
        min-height: 220px;
        width: 70%;
    }
    .solutions .trendingNow .trending__title {
        font-size: 1.4rem;
        line-height: 1.4;
        min-height: 54px;
        letter-spacing: 0;
    }
    .solutions .trendingNow .trending__txt {
        line-height: 24px;
    }
}
@media (min-width: 1200px) and (max-width: 1399px) {
    .solutions .trendingNow .contentInner {
        padding-left: 140px;
    }
}
@media (max-width: 1199.98px) {
    .solutions .trendingNow {
        padding: 40px 0 60px;
    }
    .solutions .trendingNow .commonTitle {
        text-align: center;
    }
    .solutions .trendingNow .slick-slider .slick-arrow {
        bottom: -47px;
        position: absolute;
    }
    .solutions .trendingNow .slick-slider .slick-arrow.slick-prev {
        left: calc(50% - 36px);
    }
    .solutions .trendingNow .slick-slider .slick-arrow.slick-next {
        left: calc(50% + 15px);
    }
    .solutions .trendingNow .trending__caption {
        padding: 35px 20px 35px;
        min-height: 185px;
    }
    .solutions .trendingNow .trending__title {
        font-size: 18px;
        line-height: 25px;
        min-height: 50px;
    }
    .solutions .trendingNow .trending .commonTag {
        top: -35px;
    }
}
@media (max-width: 991.98px) {
    .solutions .trendingNow {
        padding: 30px 0 60px;
    }
}
@media (max-width: 767.98px) {
    .solutions .trendingNow {
        padding: 20px 0 60px;
    }
    .solutions .trendingNow .trending__caption {
        padding: 35px 15px 25px;
        min-height: 160px;
    }
    .solutions .trendingNow .trending__title {
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 10px;
        min-height: 46px;
    }
    .solutions .trendingNow .trending p {
        font-size: 13px;
        line-height: 22px;
    }
    .solutions .trendingNow .trending .commonTag {
        top: -35px;
    }
}
@media (max-width: 479px) {
    .solutions .trendingNow .trending__caption {
        min-height: inherit;
    }
    .solutions .trendingNow .trending__title {
        min-height: inherit;
    }
}
.solutions .successStories {
    padding: 80px 0;
}
.solutions .successStories .projects .row {
    margin: 0 -10px;
}
.solutions .successStories .projects .row [class*="col-"] {
    padding: 0 10px;
}
.solutions .successStories .projects--box {
    padding: 60px 40px 40px;
    height: 100%;
    border-radius: 6px;
    -o-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.solutions .successStories .projects--box .btn {
    margin-top: 50px;
}
@media (max-width: 1599px) {
    .solutions .successStories {
        padding: 50px 0;
    }
    .solutions .successStories .projects--box {
        padding: 40px 30px 20px;
    }
    .solutions .successStories .projects--box .btn {
        margin-top: 35px;
    }
}
@media (max-width: 1199.98px) {
    .solutions .successStories {
        padding: 40px 0;
    }
}
@media (max-width: 991.98px) {
    .solutions .successStories {
        padding: 30px 0;
    }
}
@media (max-width: 767.98px) {
    .solutions .successStories {
        padding: 25px 0 5px;
    }
    .solutions .successStories .projects--box {
        padding: 20px;
        margin-bottom: 20px;
        height: calc(100% - 20px);
    }
    .solutions .successStories .projects--box .btn {
        margin-top: 20px;
    }
}
@media (max-width: 575.98px) {
    .solutions .successStories {
        padding: 20px 0;
    }
}
.solutions .keyTechnologies {
    padding: 80px 0;
    background: url(../images/solutions/customDevelpment.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.solutions .keyTechnologies .row {
    margin: 0 -10px;
}
.solutions .keyTechnologies .row .col {
    padding: 0 10px;
}
.solutions .keyTechnologies--box {
    border-radius: 6px;
    height: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}
.solutions .keyTechnologies--box__Img {
    background: #fff;
    text-align: center;
    height: 120px;
    padding: 20px;
}
.solutions .keyTechnologies--box__Link {
    text-align: center;
    padding: 8px 10px;
    background: #00a5ba;
}
@media (max-width: 1599px) {
    .solutions .keyTechnologies {
        padding: 50px 0;
    }
}
@media (max-width: 1199.98px) {
    .solutions .keyTechnologies {
        padding: 40px 0;
    }
}
@media (max-width: 991.98px) {
    .solutions .keyTechnologies {
        padding: 30px 0 10px;
    }
    .solutions .keyTechnologies .row .col {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .solutions .keyTechnologies--box {
        height: 100%;
        margin-bottom: 20px;
    }
    .solutions .keyTechnologies--box__Img {
        height: 100px;
        padding: 15px;
    }
}
@media (max-width: 767.98px) {
    .solutions .keyTechnologies {
        padding: 25px 0 5px;
    }
}
@media (max-width: 575.98px) {
    .solutions .keyTechnologies {
        padding: 20px 0 0;
    }
    .solutions .keyTechnologies .row .col {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .keyTechnologies .commonTitle__title{
        max-width: 100%;
    }
}
.solutions .features {
    padding: 80px 0 120px;
    overflow: hidden;
}
.solutions .features .row {
    margin: 0 -10px;
}
.solutions .features .row [class*="col-"] {
    padding: 0 10px;
}
.solutions .features .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
}
.solutions .features .slick-arrow.slick-prev {
    left: -50px;
}
.solutions .features .slick-arrow.slick-next {
    right: -50px;
}
.solutions .features .slick-arrow.slick-disabled {
    visibility: hidden;
}
.solutions .features .slick-arrow.slick-disabled:hover:after {
    display: none;
}
.solutions .features .slick-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -50px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
}
.solutions .features .slick-dots li button {
    border: none;
    background: none;
    font-size: 0;
    padding: 0;
    position: relative;
    height: 20px;
    width: 20px;
}
.solutions .features .slick-dots li button:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 10px;
    width: 10px;
    border: 1px inset #000;
    border-radius: 100%;
}
.solutions .features .slick-dots li.slick-active button:after {
    background: #000;
}
.solutions .features .featureSlider {
    margin-top: 10px;
}
.solutions .features .featureSlider--box__Img:after {
    content: "";
    height: 444px;
    width: 444px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
    background: #f6190d;
    z-index: -1;
}
.solutions .features .featureSlider--box__listing li:not(:last-child) {
    margin-bottom: 45px;
}
.solutions .features .featureSlider--box__listing li .title {
    font: 18px;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 5px;
}
.solutions .features .featureSlider--box__listing li .title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20px;
    height: 2px;
    background: #096efa;
}
.solutions .features .featureSlider--box__listing li p {
    font-size: 14px;
    line-height: 25px;
}
@media (max-width: 1599px) {
    .solutions .features {
        padding: 50px 0 80px;
    }
    .solutions .features .featureSlider--box__Img:after {
        height: 404px;
        width: 404px;
    }
    .solutions .features .featureSlider--box__listing li:not(:last-child) {
        margin-bottom: 30px;
    }
}
@media (max-width: 1440px) {
    .solutions .features .featureSlider--box__Img:after {
        height: 370px;
        width: 370px;
    }
    .solutions .features .featureSlider--box__Img img {
        max-width: 80%;
    }
}
@media (max-width: 1199.98px) {
    .solutions .features {
        padding: 40px 0 60px;
    }
    .solutions .features .slick-arrow.slick-prev {
        left: -35px;
    }
    .solutions .features .slick-arrow.slick-next {
        right: -35px;
    }
    .solutions .features .slick-dots {
        bottom: -30px;
    }
    .solutions .features .featureSlider--box__Img:after {
        height: 300px;
        width: 300px;
    }
    .solutions .features .featureSlider--box__listing li:not(:last-child) {
        margin-bottom: 25px;
    }
    .solutions .features .featureSlider--box__listing li .title {
        font-size: 17px;
    }
}
@media (max-width: 991.98px) {
    .solutions .features {
        padding: 30px 0 40px;
    }
    .solutions .features .slick-arrow.slick-prev {
        left: -30px;
    }
    .solutions .features .slick-arrow.slick-next {
        right: -30px;
    }
    .solutions .features .slick-dots {
        bottom: -20px;
    }
    .solutions .features .featureSlider--box__listing li:not(:last-child) {
        margin-bottom: 25px;
    }
    .solutions .features .featureSlider--box__listing li .title {
        font-size: 17px;
    }
    .solutions .features .featureSlider--box__listing li p {
        min-height: 75px;
    }
}
@media (max-width: 767.98px) {
    .solutions .features {
        padding: 25px 0 35px;
    }
    .solutions .features .slick-arrow {
        display: none !important;
    }
    .solutions .features .featureSlider--box__listing li:not(:last-child) {
        margin-bottom: 20px;
    }
    .solutions .features .featureSlider--box__listing li .title {
        font-size: 16px;
    }
    .solutions .features .featureSlider--box__listing li p {
        min-height: auto;
    }
}
@media (max-width: 575.98px) {
    .solutions .features {
        padding: 20px 0 30px;
    }
    .mainContent .solutions .banner .banner--title{
        margin-bottom: 150px;
    }
    .solutions .banner .banner__inner{
        background-size: 180px;
    }
}
@media (max-width: 1399px) {
    .solutions .tabSec {
        margin-top: -45px;
    }
}
@media (max-width: 1199.98px) {
    .solutions .tabSec {
        margin-top: -29px;
    }
}
@media (max-width: 767.98px) {
    .solutions .tabSec {
        margin-top: 0px;
    }
    .solutions .tabSec .container {
        padding: 0;
    }
}


/*# sourceMappingURL=solutions.min.css.map */
