
.landingPage .overview {
    padding: 80px 0;
}
.landingPage .overview .commonTitle h3 {
    margin: 30px 0 50px;
    color: #333;
    line-height: 46px;
}
.landingPage .overview .commonTitle h3 span {
    color: #096efa;
}
.landingPage .overview__content h5 {
    margin: 50px 0 30px;
}
.landingPage .overview__content p:last-child {
    margin-bottom: 0;
}
.landingPage .overview__content p + p {
    margin-top: 40px;
    color: #333;
}
@media (max-width: 1599px) {
    .landingPage .overview {
        padding: 50px 0;
    }
    .landingPage .overview .commonTitle h3 {
        margin: 25px 0 40px;
        line-height: 40px;
    }
    .landingPage .overview__content h5 {
        margin: 35px 0 25px;
    }
    .landingPage .overview__content p + p {
        margin-top: 25px;
    }
}
@media (max-width: 1199.98px) {
    .landingPage .overview {
        padding: 40px 0;
    }
    .landingPage .overview .commonTitle h3 {
        margin: 20px 0 30px;
    }
    .landingPage .overview__content h5 {
        margin: 25px 0 20px;
        font-size: 18px;
    }
    .landingPage .overview__content p {
        line-height: 25px;
        font-size: 15px;
    }
    .landingPage .overview__content p + p {
        margin-top: 20px;
    }
}
@media (max-width: 991.98px) {
    .landingPage .overview {
        padding: 30px 0;
    }
    .landingPage .overview .commonTitle h3 {
        margin: 15px 0 20px;
        line-height: 34px;
    }
    .landingPage .overview__content h5 {
        margin: 15px 0;
        font-size: 17px;
    }
    .landingPage .overview__content p {
        font-size: 15px;
        line-height: 28px;
    }
    .landingPage .overview__content p + p {
        margin-top: 15px;
    }
}
@media (max-width: 767.98px) {
    .landingPage .overview {
        padding: 20px 0;
    }
    .landingPage .overview .commonTitle h3 {
        margin: 10px 0 15px;
    }
    .landingPage .overview__content h5 {
        margin: 10px 0;
        font-size: 15px;
    }
    .landingPage .overview__content p {
        font-size: 14px;
        line-height: 1.8;
        text-align: left;
    }
}
@media (max-width: 575.98px) {
    .landingPage .overview .commonTitle h3 {
        line-height: 30px;
    }
}
.landingPage .yashOfferings .commonTitle p {
    line-height: 32px;
}
@media (min-width: 1200px) {
    .landingPage .yashOfferings .stickycontent {
        height: calc(100vh - 93px);
        position: sticky;
        top: 93px;
    }
}
.offerings__box_YASH{
    background: #fff;
    margin-bottom: 1.5rem;
    padding: 1rem;
    color: #01106d;
    transition: all 0.5s;
    position: relative;
    width: 100%;
    border: none;
    border-bottom: 1px solid #010F6C;
    border-radius: 0;
}
/* .offerings__box_YASH:hover{
    background: #e9e9e9;
} */
.offerings__box_YASH > a{
    position: absolute;
    display: block;
    /* width: 100%; */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.offerings__box_YASH .servicesOfferings__list--content {
    display: flex;
    align-items: center;
}
.servicesOfferings__list--content h3{
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    font-size: 1.5rem;
}
.servicesOfferings__list--content p{
    -ms-flex: 0 0 68%;
    flex: 0 0 68%;
    max-width: 68%;
    margin-bottom: 0;
    font-size: 0.9rem;
    font-weight: 400;
    color: #212129;
}
.servicesOfferings__list--content a{
    -ms-flex: 0 0 7%;
    flex: 0 0 7%;
    max-width: 7%;
    text-align: center;
    transition: all 0.5s;
    margin-left: -10px;
    opacity: 0.6;
}
.offerings__box_YASH:hover .servicesOfferings__list--content a{
    margin-left: 0;
    opacity: 1;
   }
.servicesOfferings__list--content a i{
    font-size: 1.6rem;
    color: #ee171c;
}

.landingPage .yashOfferings__list__content {
    padding: 30px 30px;
}
.landingPage .yashOfferings__list__content h6 {
    color: #ffdd00;
    position: relative;
}
.landingPage .yashOfferings__list__content h6:after {
    content: "";
    background-color: #fff;
    height: 1px;
    width: 140px;
    display: inline-block;
    position: relative;
    left: 60px;
    top: -5px;
}
.landingPage .yashOfferings__list__content p {
    font-size: 20px;
    margin: 20px 0 25px;
}
.landingPage .yashOfferings__list__content .btn {
    min-width: 240px;
}
@media (max-width: 1599px) {
    .landingPage .yashOfferings__list__content {
        padding: 25px 30px;
    }
}
@media (max-width: 1399px) {
    .landingPage .yashOfferings__list__content {
        padding: 25px 25px;
    }
    .landingPage .yashOfferings__list__content p {
        font-size: 17px;
        line-height: 28px;
    }
}
@media (max-width: 1199.98px) {
    .landingPage .yashOfferings .commonTitle p {
        line-height: 26px;
    }
}
@media (max-width: 991.98px) {
    .landingPage .yashOfferings__list__content {
        padding: 20px;
    }
    .landingPage .yashOfferings__list__content .btn {
        min-width: 200px;
    }
    .landingPage .yashOfferings__list__content h6:after {
        width: 107px;
        left: 17px;
    }
}
@media (max-width: 767.98px) {
    .landingPage .yashOfferings .commonTitle p {
        line-height: 23px;
    }
    .landingPage .yashOfferings__list__content {
        padding: 15px;
        text-align: center;
    }
    .landingPage .yashOfferings__list__content p {
        font-size: 16px;
    }
    .landingPage .yashOfferings__list__content .btn {
        min-width: 200px;
        max-width: 200px;
    }
    .landingPage .yashOfferings__list__content .btn:not(:first-child) {
        margin-top: 15px;
    }
    .landingPage .yashOfferings__list__content h6:after {
        display: none;
    }
}
@media (max-width: 575.98px) {
    .landingPage .yashOfferings__list {
        margin-bottom: 0;
    }
    .landingPage .yashOfferings__list img {
        width: 200px;
        margin: 15px 0;
    }
    .landingPage .yashOfferings__list__content {
        padding: 15px;
        text-align: center;
    }
    .landingPage .yashOfferings__list__content p {
        font-size: 15px;
        margin: 10px 0 15px;
    }
}
.landingPage .trendingNow {
    padding: 80px 0;
    overflow: hidden;
}
.landingPage .trendingNow .trending {
    height: 549px;
}
.landingPage .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;
}
@media (max-width: 1700px) {
    .landingPage .trendingNow .trending {
        height: 488px;
    }
}
@media (max-width: 1399px) {
    .landingPage .trendingNow .trending {
        height: 381px;
        padding: 0 2rem;
    }
}
@media (max-width: 575.98px) {
    .landingPage .trendingNow .trending {
        height: 350px;
    }
}
.landingPage .trendingNow .trending:hover img {
    transform: scale(1.05);
}
.landingPage .trendingNow .trending__caption {
    right: 0;
    bottom: 10%;
    background-color: #ececec;
    padding: 20px;
    min-height: 220px;
    width: 70%;
}
.landingPage .trendingNow .trending .commonTag {
    background: #000;
    color: #fff;
    padding: 3px 13px;
    font-size: 0.75rem;
    margin-bottom: 1rem;
    display: inline-flex;
}
.landingPage .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;
}
.landingPage .trendingNow .trending__title a {
    color: #000;
}
.landingPage .trendingNow .trending__title a:hover {
    color: #000f6c;
    text-decoration: underline;
}
.landingPage .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;
}
.landingPage .trendingNow .trending__txt p {
    margin-bottom: 0;
    font-size: 0.9rem;
}
.landingPage .trendingNow .learn-more-btn {
 margin-top: 1rem;
}

@media (max-width: 1599px) {
    .landingPage .trendingNow {
        padding: 50px 0;
    }
    .landingPage .trendingNow .trending__caption {
        padding: 20px;
        min-height: 220px;
        width: 70%;
    }
    .landingPage .trendingNow .trending__title {
        font-size: 1.4rem;
        line-height: 1.4;
        min-height: 54px;
        letter-spacing: 0;
    }
    .landingPage .trendingNow .trending__txt {
        line-height: 24px;
    }
}
@media (min-width: 1200px) and (max-width: 1399px) {
    .landingPage .trendingNow .contentInner {
        padding-left: 140px;
    }
}
@media (max-width: 1199.98px) {
    .landingPage .trendingNow {
        padding: 40px 0 60px;
    }
    .landingPage .trendingNow .commonTitle {
        text-align: left!important;
    }
    .landingPage .trendingNow .trending__caption {
        padding: 35px 20px 35px;
        min-height: 185px;
    }
    .landingPage .trendingNow .trending__title {
        font-size: 18px;
        line-height: 25px;
        min-height: 50px;
    }
    .landingPage .trendingNow .trending .commonTag {
        top: -35px;
    }
}
@media (max-width: 991.98px) {
    .landingPage .trendingNow {
        padding: 30px 0 60px;
    }
}
@media (max-width: 767.98px) {
    .landingPage .trendingNow {
        padding: 20px 0 60px;
    }
    .landingPage .trendingNow .trending__caption {
        padding: 35px 15px 25px;
        min-height: 160px;
    }
    .landingPage .trendingNow .trending__title {
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 10px;
        min-height: 46px;
    }
    .landingPage .trendingNow .trending p {
        font-size: 13px;
        line-height: 22px;
    }
    .landingPage .trendingNow .trending .commonTag {
        top: -35px;
    }
}
@media (max-width: 479px) {
    .landingPage .trendingNow .trending__caption {
        min-height: inherit;
    }
    .landingPage .trendingNow .trending__title {
        min-height: inherit;
    }
}
.yashLandingPageBG{
    background: url(../images/landingPageBG.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
/* 
  .solutions .banner__inner {
    background: transparent
  } */
  @media (min-width: 1600px)  {  }
  @media (min-width: 1200px) and (max-width: 1599.98px) {  }
  @media (min-width: 992px) and (max-width: 1199.98px) { ... }
  @media (min-width: 768px) and (max-width: 991.98px) { ... }
  @media (min-width: 576px) and (max-width: 767.98px) { 
    .offerings__box_YASH .servicesOfferings__list--content{
        flex-wrap: wrap;
    }
    .servicesOfferings__list--content h3{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .servicesOfferings__list--content p {
        -ms-flex: 0 0 85%;
        flex: 0 0 85%;
        max-width: 85%;
    }
    .servicesOfferings__list--content a {
        -ms-flex: 0 0 13%;
        flex: 0 0 13%;
        max-width: 13%;
    }
   }
  @media (max-width: 575.98px) { 
    .mainLandingPage .landingPage .banner__inner {
        min-height: 470px !important;
        background-size: 170px;
        background-repeat: no-repeat;
        background-position: right bottom;
    }
    .offerings__box_YASH .servicesOfferings__list--content{
        flex-wrap: wrap;
    }
    .servicesOfferings__list--content h3{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .servicesOfferings__list--content p {
        -ms-flex: 0 0 85%;
        flex: 0 0 85%;
        max-width: 85%;
    }
    .servicesOfferings__list--content a {
        -ms-flex: 0 0 13%;
        flex: 0 0 13%;
        max-width: 13%;
    }
    .mainLandingPage .landingPage .banner__inner {
        min-height: 420px !important;
        background-size: 170px;
        background-repeat: no-repeat;
        background-position: right bottom;
        align-items: flex-start;
      }
   }














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