/** Home Rewamp css starts here **/

/* latest news */
.latest-digital-news{
    background-color: #F7F7FC;
}
.latest-digital-news .h1-title{
  margin-bottom: 4rem;
}
.latest-news-wrapper{
    padding: 20px 30px;
    margin: 15px 0;
    border-radius: 5px;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    -webkit-box-shadow: 0 10px 15px rgb(0 0 0 / 3%);
    box-shadow: 0 10px 15px rgb(0 0 0 / 3%);
    border: none;
    background: #fcfcfc;
    position: relative;
}
.latest-news-wrapper:hover {
    background: #5f1ebe;
    -webkit-box-shadow: 0 10px 15px rgb(0 0 0 / 3%);
    box-shadow: 0 10px 15px rgb(0 0 0 / 3%);
    color: #d9dbe9;
}
.latest-news-wrapper:hover span, .latest-news-wrapper:hover h6{
    color: #d9dbe9!important;
}
.news-detail-title h6 {
  min-height: 100px;
}
.latest-digital-news .arrow-btn {
    font-size: 14px;
    display: inline-block;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    color: #5f1ebe;
    font-weight: 500;
    position: relative;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-transform: capitalize;
}
.latest-news-wrapper:hover .news-detail-title .arrow-btn span {
  color: #fff !important;
  text-decoration: none;
}
.latest-digital-news .arrow-btn:after {
    content: "";
    background: url('../../temp/home_revamp/vector-arow.svg?MOD=AJPERES') no-repeat;
    width: 18px;
    height: 10px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    margin-top: 1px;
}
.latest-news-wrapper:hover .news-detail-title .arrow-btn:after{
    left: 100%;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    opacity: .8;
}
.latest-news-wrapper .date-wrapper{
    margin-bottom: 10px;
}
.latest-news-wrapper .date-wrapper span{
    color: #6E7191;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
.latest-news-wrapper .date-wrapper span:first-child::after {
    display: inline-block;
    margin: 0 8px;
    content: "|";
}
.news-detail-title h6{
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #14142B;
}

/* digital case study */
.digital-casestudy .event-wedget-item .wedget-item {
    background: #e6ebf5;
    -webkit-box-shadow: 0 8px 10px rgb(0 0 0 / 2%);
    box-shadow: 0 8px 10px rgb(0 0 0 / 2%);
    border-radius: 5px;
    margin: 0 0 1.875rem;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.digital-casestudy .event-wedget-item .events-carousel-text {
    padding: 40px 20px;
}
.digital-casestudy .event-tag {
    display: block;
    color: #0F5FDC;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 0 0 25px;
}
.digital-casestudy .events-date-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    color: #262338;
    font-size: 16px;
    line-height: 20px;
}
.digital-casestudy .events-date-info .events-date:after {
    content: "|";
    display: inline-block;
    margin: 0 7px;
}
.digital-casestudy .wedget-item .events-carousel-text h4 {
    font-weight: 600;
    background: -webkit-gradient(linear,left top,right top,color-stop(-19.51%,#7abef7),color-stop(36.51%,#4080f5),to(#572ac2));
    background: -webkit-linear-gradient(left,#7abef7 -19.51%,#4080f5 36.51%,#572ac2 100%);
    background: -o-linear-gradient(left,#7abef7 -19.51%,#4080f5 36.51%,#572ac2 100%);
    background: linear-gradient(90deg,#7abef7 -19.51%,#4080f5 36.51%,#572ac2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 23px;
}
.digital-casestudy .arrow-btn {
    font-size: 14px;
    display: inline-block;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    color: #5f1ebe;
    font-weight: 500;
    position: relative;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-transform: capitalize;
}
.digital-casestudy .arrow-btn span {
    color: transparent;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    padding-right: 10px;
}
.digital-casestudy .arrow-btn::after {
    content: "";
    background: url('../../temp/home_revamp/vector-arow.svg?MOD=AJPERES') no-repeat;
    width: 18px;
    height: 10px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 56%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    margin-top: 0.0625rem;
}

.digital-casestudy .arrow-btn:focus, .digital-casestudy .arrow-btn:hover {
    color: #5f1ebe!important;
}
.digital-casestudy .wedget-item .events-footer-wedget {
    position: absolute;
    bottom: 30px;
    padding: 0 22px;
}
.digital-casestudy .event-wedget-item .wedget-item:hover .arrow-btn::after {
    left: 100%;
}
.digital-casestudy .event-wedget-item .wedget-item:hover .events-footer-wedget .arrow-btn span {
    color: #fcfcfc!important;
}
.digital-casestudy .event-wedget-item .wedget-item:hover .arrow-btn-light-blue::after {
    filter: brightness(0) invert(1);
}

.digital-casestudy .event-wedget-item .wedget-item::after {
    content: "";
    background: #6527c0;
    background: -webkit-linear-gradient(146deg,#499dfd 3.03%,#2678f5 27.62%,#6628c5 76.39%,#5b0bb1 112.44%);
    background: -o-linear-gradient(146deg,#499dfd 3.03%,#2678f5 27.62%,#6628c5 76.39%,#5b0bb1 112.44%);
    background: linear-gradient(304deg,#499dfd 3.03%,#2678f5 27.62%,#6628c5 76.39%,#5b0bb1 112.44%);
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.digital-casestudy .event-wedget-item .wedget-item:hover::after {
    opacity: 1;
}
.digital-casestudy .event-wedget-item .wedget-item:hover .event-tag, .digital-casestudy .event-wedget-item .wedget-item:hover .events-date-info, .digital-casestudy .event-wedget-item .wedget-item:hover .events-box h4 {
    color: #fcfcfc;
    -webkit-text-fill-color: inherit;
    text-fill-color: inherit;
}
.digital-casestudy .event-wedget-item .wedget-item:hover {
    color: #fcfcfc;
}
.digital-casestudy .event-wedget-item .wedget-item:hover .h4-tag {
    color: #fcfcfc !important;
    -webkit-text-fill-color: inherit !important;
    text-fill-color: inherit !important;
}
.digital-casestudy .events-img.overflow-hidden img {
    width: 100%;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}
.digital-casestudy .event-wedget-item .wedget-item:hover .events-img img {
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.digital-casestudy .card.insights-carousel-wedget:hover {
    background: #e6ebf5;
}

.digital-casestudy .event-wedget-item .wedget-item, .digital-casestudy .card.insights-carousel-wedget .card-carousel-box {
    min-height: 565px;
}

.digital-casestudy .card.insights-carousel-wedget .card-carousel-box {
    border-radius: 5px;
    height: 100%;
    -webkit-box-shadow: 0 10px 15px rgb(0 0 0 / 3%);
    box-shadow: 0 10px 15px rgb(0 0 0 / 3%);
    border: none;
    overflow: hidden;
    background: #fcfcfc;
    padding-bottom: 0;
}
.digital-casestudy .wedget-carousel-img img {
    width: 100%;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}
.digital-casestudy .card.insights-carousel-wedget .card-carousel-box:hover .wedget-carousel-img img {
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.digital-casestudy .card-content-box {
  position: relative;  
  padding: 15px 30px 30px 30px;
}
.digital-casestudy .card-content-box .link-wrap{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.digital-casestudy .card.insights-carousel-wedget .card-carousel-box:hover .arrow-btn::after {
    left: 100%;
}
.digital-casestudy .card.insights-carousel-wedget .card-carousel-box:hover .carousel-footer-wedget .arrow-btn span {
        color: #17707F!important;
}
.digital-casestudy .card-carousel-content h6 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #14142b;
    margin-bottom:30px;
}
.digital-casestudy .card-carousel-content p{
   font-size: 16px;
   line-height: 24px;
   font-weight: 400;
   color: #14142B;
   margin-bottom: 5rem;
}
.card.insights-carousel-wedget .card-carousel-box:focus, .card.insights-carousel-wedget .card-carousel-box:hover {
    background: #e6ebf5;border-radius: 5px;
}
.digital-casestudy .carousel-footer-wedget {
    position: absolute;
    bottom: 0px;
    margin-bottom:25px;
}
.digital-case-study .owl-nav {
    text-align: left;
    margin-top: 14px;
}

.digital-case-study .owl-nav .owl-prev, .digital-case-study .owl-nav .owl-next {
    border: 1px solid #ddd !important;
    height: 35px;
    width: 34px;
    background: #eff0f6!important;
}
.digital-case-study .owl-nav .owl-prev span, .digital-case-study .owl-nav .owl-next span {
    font-size: 20px;
    font-weight: 600;
}
.digital-case-study .owl-nav .owl-prev {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.digital-case-study .owl-nav .owl-next {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.digital-casestudy .h1-title {
    margin-bottom: 20px;
}
.digital-casestudy .btn-row{
  position: absolute;
  right: 15px;
  bottom: -30px;
  z-index: 9;
}
.digital-casestudy .btn-row .see-all-btn-dark {
    color: #262338!important;
    font-size: 15px;
    line-height: 20px;
    border-bottom: 1px solid #262338;
    font-weight: 500;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative;
    display: inline-block;
    float: right;
}
.digital-casestudy .see-all-btn-dark::before {
    background: #262338;
    height: 0.5px;
    bottom: 0;
    left: 0;
    width: 0;
    position: absolute;
}
.digital-case-study .owl-prev.disabled span, .digital-case-study .owl-next.disabled span{
    opacity: .5;
}
@media only screen and (max-width: 675px) {
    .digital-case-study .owl-nav{
        display: none;
    }
    .digital-casestudy .btn-row{
        display: none;
    }
    .digital-case-study .item {
        margin: 35px 0;
    }
}
/* digital stratigy page css ends here */

/* banner css */
.main-slider.home  #thumbs .owl-stage-outer .owl-stage{
    width: 360px;
}
.main-slider.home  #thumbs{
    width: 360px;
}
.main-slider.home .main-banner .slide-box {
    min-height: 575px;
}
.main-slider.home .slider-bottom-wrap{
    bottom: 35px;
}
.main-slider.home .main-banner .slide-box .banner-info{
    top: 45%;
}
.main-slider.home .slide-box .banner-info .arrow-btn-white {
    margin-top: 20px;
    min-width: 140px;
    background: transparent;
    border-radius: 5px;
    padding: 0 30px;
    color: #FCFCFC;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    display: inline-block;
    -webkit-transition: all .45s cubic-bezier(.65,0,.076,1);
    -o-transition: all .45s cubic-bezier(.65,0,.076,1);
    transition: all .45s cubic-bezier(.65,0,.076,1);
}

.main-slider.home .slide-box .banner-info .arrow-btn-white:hover {
    background: #fff;
    color: #037780;
    text-decoration: none;
}
.main-slider .banner-info .watch-video-btn {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    background: #fff;
    color: #037780;
    padding-bottom: 4px;
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 25px;
    padding: 12px 20px;
    max-width: 200px;
    border-radius: 4px;
}
a.watch-video.watch-video-btn.animated-line-button-white svg {
    margin-left: 10px;
}
.main-slider.home .main-banner .slide-box .banner-info {
    max-width: 700px;
}
.main-slider.home #thumbs .item .btn {
    padding: 10px 7.5px;
    margin: 0 10px;
}
.main-slider.home #thumbs .owl-item:first-child .item .btn {
    padding-left: 0;
}
.main-slider #thumbs .item .btn::after {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    bottom: 0px;
    height: 2px;
    background: #fff;
    border-radius: 5px;
}
.main-slider #thumbs .current .item button::after {
    width: 100%;
    -webkit-transition: all 7s ease;
    -o-transition: all 7s ease;
    transition: all 7s ease;
}
.main-slider #thumbs .item .btn::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 2px;
    background: rgba(255,255,255,.2);
    border-radius: 5px;
    opacity: 0;
    display: block;
    top: auto;
}
.main-slider #thumbs .current .item button {
    border-bottom: none;
}
.main-slider.home .stop .text, .main-slider.home .play .text{
    font-size: 15px;
}
.main-slider.home  .stop .icon-pause{
    left: 11px;
}

.scroll-down-wrapper {
    position: relative;
}

.scroll-down-wrapper .scroll-next {
    width: 26px;
    height: 38px;
    border: 2px solid #fff;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    z-index: 1;
    right: 0px;
    bottom: 62px;
}
.scroll-down-wrapper .scroll-next .scroll-downicon {
    background: url('../../temp/home_revamp/scroll-down.svg?MOD=AJPERES&amp;CACHEID=ROOTWORKSPACE-b777dd5e-18ac-4a2f-a455-2b8efee8c022-oh1ZUsY') no-repeat;
    width: 13px;
    height: 19px;
    display: inline-block;
    position: absolute;
    bottom: -28px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.scroll-down-wrapper .scroll-next::after {
    content: "";
    background: #fff;
    width: 2px;
    height: 4px;
    display: inline-block;
    position: absolute;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    animation: up-down 3.2s ease-in-out infinite alternate-reverse both;
}
@keyframes up-down{
  0%, 100% {
    bottom: 7px;
  }
  50% {
    bottom: 25px;
  }
}
.main-slider #thumbs .item button:focus {
    outline: 2px dotted #1462dd;
}
@media only screen and (max-width: 991px){
    .main-slider.home #thumbs{
      max-width: 360px;
   }
   .main-slider.home #thumbs .owl-stage{
      min-width: 360px;
   } 
}
@media only screen and (max-width: 768px){
   .scroll-down-wrapper{
      display: none;
   }
   .main-slider.home .slide-box .banner-info h2 {
      font-size: 32px;
   }
}
@media only screen and (max-width: 575px){
    .main-slider.home #thumbs{
      max-width: 110px;
   }
   .main-slider.home #thumbs .owl-stage{
      min-width: 110px;
   }
   .main-slider.home #thumbs .item .btn {
      padding: 0px 7.5px;
      margin: 35% 10px;
   } 
}

/* customer feedback css */
.c_logo {
    display: flex;
    justify-content: space-between;
    width: 100%;
    text-align: center;
    padding: 0;
    margin-bottom: 0;
}
.c_logo li p {
    font-size: 12px;
    margin-top: 0px;
    margin-bottom: 0;
    padding: 5px 5px;
}

@media only screen and (max-width: 768px){
.c_logo {
    width: 100%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0px;
}

ul.c_logo li {
    flex: 0 0 calc(50% - 10px);
    margin: 5px;
    text-align: center;
}
ul.c_logo li h2 {
    font-weight: 600;
    font-size: 21.1024px !important;
    line-height: 20px !important;
  }
  .c_logo li p {
    font-size: 13px !important;
    margin-top: 0px;
    padding: 4px 4px !important;
}
}

.c_logo li {
    width: 210px;
}
ul.c_logo li h2 {
    font-weight: 600;
    font-size: 35.1024px;
    line-height: 45px;
    align-items: center;
    background: linear-gradient(269.2deg, #3C91FF 1.02%, #2EC0CB 99.5%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

/* area of experties css */
.area-of-expertise{
    background-color: #D9DBE9;
    padding: 60px 0 60px 0;
}
.area-of-expertise .title-wrapper {
    text-align: left;
    max-width: 100% !important;
    /* margin: auto; */
    margin-bottom: 45px  
}
.area-of-expertise .title-wrapper .h1-title {
    font-size: 36px;
    font-weight: 300;
    line-height: 43.2px;
}
.area-of-expertise .title-wrapper .sub-title {
    font-size: 24px;
    font-weight: 300;
    line-height: 28.8px;
}
.expertise-wrapper{
    padding: 30px 20px;
    border-radius: 5px;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    -webkit-box-shadow: 0 10px 15px rgb(0 0 0 / 3%);
    box-shadow: 0 10px 15px rgb(0 0 0 / 3%);
    border: none;
    background: #fff;
    color: #14142b;
    position: relative;
    margin-bottom: 20px;
}
.expertise-wrapper a.link-wrapper{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.expertise-wrapper:hover {
    background: #6527c0;
    background: -webkit-linear-gradient(146deg,#061c51 3.03%,#061c51 27.62%,#2496b0 76.39%,#2496b0 112.44%);
    background: -o-linear-gradient(146deg,#061c51 3.03%,#061c51 27.62%,#2496b0 76.39%,#2496b0 112.44%);
    background: linear-gradient(304deg,#061c51 3.03%,#061c51 27.62%,#2496b0 76.39%,#2496b0 112.44%);
    -webkit-box-shadow: 0 10px 15px rgb(0 0 0 / 3%);
    box-shadow: 0 10px 15px rgb(0 0 0 / 3%);
    color: #d9dbe9;
}
.expertise-item-wrapper .item .icon-wrapper {
    width: 60px;
    height: 80px;
}
.expertise-item-wrapper .item .icon-wrapper img {
    max-width: 100%;
}
.expertise-item-wrapper .item .expertise-detail-title h4 {
    font-size: 19px;
    font-weight: 500;
    line-height: 28.5px;
    margin-bottom: 15px;
}
.area-of-expertise .arrow-btn {
    font-size: 14px;
    display: inline-block;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    color: #5f1ebe;
    font-weight: 500;
    position: relative;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-transform: capitalize;
}
.area-of-expertise .arrow-btn span {
    color: transparent !important;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    padding-right: 10px;
}
.expertise-wrapper:hover .expertise-detail-title .arrow-btn span {
  color: #fff !important;
  text-decoration: none;
}
.area-of-expertise .arrow-btn:after {
    content: "";
    background: url('../../temp/home_revamp/arrow-right.svg?MOD=AJPERES&amp;CACHEID=ROOTWORKSPACE-0da18a72-215b-46e5-9271-41d1748af738-ogTqtIk') no-repeat;
    width: 18px;
    height: 10px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    margin-top: 1px;
}
.expertise-wrapper:hover .expertise-detail-title .arrow-btn:after{
    left: 100%;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    opacity: .8;
}
.expertise-detail-title p{
    font-size: 15px;
    line-height: 26.4px;
    font-weight: 400;
    min-height: 170px;
}
.expertise-item-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.expertise-item-wrapper .item {
    flex: 0 0 24.9%;
}

@media only screen and (max-width:991px) {
  .expertise-item-wrapper .item {
    flex: 0 0 49.5%;
    margin: 5px 0;
  }
  .expertise-detail-title p {
    min-height: 140px;
  }
}
@media only screen and (max-width:600px) {
  .expertise-item-wrapper .item {
    flex: 0 0 100%;
    margin: 1px 0;
  }
  .expertise-detail-title p {
    min-height: 125px;
  }
  .area-of-expertise .title-wrapper .h1-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
  .area-of-expertise .title-wrapper .sub-title {
    font-size: 16px;
    font-weight: 300;
    line-height: 27px;
  }
  .expertise-wrapper {
    border-radius: 0;
  }
}

/* our customer css */
.customers_logo{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
}
.our-customers .h1-title.text-center {
    text-align: center;
}
.customers_logo_crousel .owl-stage-outer {
    max-height: 50px;
}
.customers_logo_crousel {
    padding: 0;
    margin: 25px 0 0;
}
.customer-crousel-wrapper{
    display:none;
}
.our-customers .title-wrapper .h1-title {
    text-align: center;
    margin-bottom: 30px;
}
@media only screen and (max-width: 768px){
.customers_logo .logo-item {
    flex: 0 0 calc(50% - 10px);
    margin: 5px;
    text-align: center;
}
.customers_logo .logo-item img {
    max-width: 100%;
}
.our-customers .h1-title.text-center {
    text-align: left;
}
.customer-crousel-wrapper{ display: block;}
 .customers_logo {display: none;} 

.our-customers .title-wrapper .h1-title {
    text-align: left;
}
.our-customers .title-wrapper .h1-title {   
    margin-bottom: 0px;
}
}

/* anylist recognisation  css*/
.digital-analyst.awards-and-recognition::before {
    content: "";
    background: url('../../temp/home_revamp/awards-and-recognition-bg.png?MOD=AJPERES') no-repeat!important;
    -webkit-background-size: cover!important;
    background-size: cover!important;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    z-index: -1;
}
@media only screen and (max-width: 768px){
   .awards-and-recognition .digital-analyst-inner .btn-row.text-white {
       float: left;
   }
}

/* ratings css */
.hcl-software-ratings{
    background-color: #D9DBE9;
    padding: 25px 0 25px 0;
}
.hcl-software-ratings .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.hcl-software-ratings .left-part-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 16px;
}
.hcl-software-ratings .left-part-wrapper .stars-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 0;
    margin-bottom: 0;
}
.hcl-software-ratings .left-part-wrapper .stars-wrapper li {
    margin: 0 5px;
}
.hcl-software-ratings .left-part-wrapper p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22.5px;
}
.hcl-software-ratings .logo-item-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.hcl-software-ratings .logo-item-wrapper .logo-item img {
    max-width: 100%;
}

@media only screen and (max-width:768px) {
  .hcl-software-ratings .logo-item-wrapper .logo-item {
     flex: 0 0 calc(50% - 10px);
     margin: 5px;
  }
  .hcl-software-ratings .logo-item-wrapper {
    margin-top: 15px;
  }
}
@media only screen and (max-width:475px) {
   .hcl-software-ratings .left-part-wrapper .stars-wrapper li {
      margin: 0 1px;
      width: 12px;
   }
   .hcl-software-ratings .left-part-wrapper p {
      font-size: 11px;
   }
   .hcl-software-ratings .left-part-wrapper .stars-wrapper {
      margin-right: 7px;
   }
}

/* featured product css */
section.latest-digital-news.featured-products {
    background: #000032 !important;
}
.latest-digital-news.featured-products .latest-news-wrapper {
    min-height: 159px !important;
    margin: 10px 0;
}
/*.featured-products .latest-news-wrapper:hover {
    -webkit-box-shadow: 0 10px 15px rgb(0 0 0 / 3%);
    box-shadow: 0 10px 15px rgb(0 0 0 / 3%);
    color: #4E4B66;
    background: url(/wps/wcm/connect/7d25c7a5-17f9-4149-82f2-7f360b4f0d1a/bg-featured-products.png?MOD=AJPERES);
    background: linear-gradient(224deg,#fff -14.97%,#2ec0cb 2.62%,#FFF 64.39%,#9ed1f9 95.44%);
    background-repeat: no-repeat;
    background-size: cover;
}*/
.latest-news-wrapper:hover .news-detail-title .arrow-btn span {
    color: #4E4B66!important;
    text-decoration: none;
}
.latest-digital-news.featured-products .arrow-btn:after {
    content: "";
    background: url('../../temp/home_revamp/vector-arow.svg?MOD=AJPERES') no-repeat !important;
}
.featured-products .latest-news-wrapper:hover .news-detail-title .arrow-btn:after {
    /* content: ""; */
    background: url('../../temp/home_revamp/vector-black-arrow.svg?MOD=AJPERES') no-repeat !important;
    left: 100%;
    -webkit-filter: none;
    filter: none;
    opacity: 1;
}

.btn-row{
    float: right;
}
.see-all-btn {
    color: #fff !important;
    font-weight: 500;
    font-size: 16px;
    padding-bottom: 6px;
    padding-right: 2px;
    position: relative;
    display: inline-block;
    border-bottom: 1px solid #eee;
}
.featured-products .see-all-btn::after{
    content: "";
    background: url('../../temp/home_revamp/see-more-icon.svg?MOD=AJPERES') no-repeat;
    width: 10px;
    height: 12px;
    display: inline-block;
}
.latest-digital-news.featured-products .col-lg-4.col-md-4.col-sm-6 {
    padding: 0 10px;
}
@media only screen and (max-width: 768px){
.latest-digital-news.featured-products .latest-news-wrapper {
    min-height: 140px !important;
    margin: 15px 0;
}
section.latest-digital-news.featured-products .btn-row.text-white {
    float: left;
    margin: 15px;
}
}

/* featured profuct option 2 */

.DT-producs .latest-news-wrapper:hover .news-detail-title .arrow-btn span {
    color: #14142B !important;
    font-weight: 500;
    font-size: 16px;
    text-transform: none;
}
.DT-producs .latest-news-wrapper .arrow-btn:after {
    top: 35% !important;
}

.latest-digital-news.featured-products .latest-news-wrapper {
    min-height: 190px;
}
.featured-products .latest-news-wrapper:hover, .DT-producs .card.latest-news-wrapper:hover {
    -webkit-box-shadow: 0 10px 15px rgb(0 0 0 / 3%);
    box-shadow: 0 10px 15px rgb(0 0 0 / 3%);
    color: #4E4B66;
    background: url(../../temp/home_revamp/bg-featured-products.png?MOD=AJPERES) !important;
    background: linear-gradient(224deg,#fff -14.97%,#2ec0cb 2.62%,#FFF 64.39%,#9ed1f9 95.44%);
    background-repeat: no-repeat;
    background-size: cover !important;
}
.latest-news-wrapper:hover .news-detail-title .arrow-btn span {
    color: #4E4B66!important;
    text-decoration: none;
}
.featured-products .latest-news-wrapper:hover .news-detail-title .arrow-btn:after, .DT-producs .latest-news-wrapper:hover .news-detail-title .arrow-btn:after  {
    /* content: ""; */
    background: url('../../temp/home_revamp/vector-black-arrow.svg?MOD=AJPERES') no-repeat !important;
    left: 100%;
    -webkit-filter: none;
    filter: none;
    opacity: 1;
}
.latest-digital-news.featured-products .arrow-btn {
    bottom: 22px;
    position: absolute;
}

.latest-digital-news.featured-products.featured-products-ops-2 .latest-news-wrapper {
    padding: 13px 14px !important;
    margin: 10px 0 !important;
}
.latest-digital-news.featured-products.featured-products-ops-2 .col-lg-3.col-md-3.col-sm-3.col-12 {
    padding: 0 10px;
}
.btn-row{
    float: right;
}

.latest-digital-news.featured-products.featured-products-ops-2 .latest-news-wrapper h4.detail {
    min-height: 125px;
}
@media only screen and (max-width: 768px){
   .latest-digital-news.featured-products.featured-products-ops-2 .latest-news-wrapper h4.detail {
       min-height: 85px;
   }

   .latest-digital-news.featured-products.featured-products-ops-2 .latest-news-wrapper {
       margin: 15px 0 !important;
   }
}

/* our clients */

.main-slider #slides .owl-stage-outer .owl-stage { width: 575px; }
/*owl carousel end*/
.section.our-clients {
    position: relative;
}
.our-clients #slides .item button:focus {
    outline: 2px dotted #1462dd;
}
.our-clients #slides .owl-item {
    width: auto !important;
}
.our-clients .slide-box{
    background-size: cover !important;
    background-repeat: no-repeat !important;
    height: 600px;
    color: #fff;
    position: relative;
}
.our-clients .main-slider-image{
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
}
.our-clients .main-slider-image.mobile, .main-slider-image.tab{
   display: none;
}
.our-clients .slide-box .banner-info{
    max-width: 620px;
    color: #fcfcfc;
    position: absolute;
    top: 25%;
    -webkit-transform: translateY(-25%);
    -o-transform: translateY(-25%);
    transform: translateY(-25%);
}

.our-clients .slide-box .banner-info {
    max-width: 600px;
}
.our-clients .slide-box .banner-info a:hover{
    text-decoration: none;
}
.our-clients .slide-box .banner-info h2 {
    font-size: 30px;
    line-height: 43px;
    font-weight: 300;
    margin-bottom: 20px;
}
.our-clients .slide-box .banner-info .quote-text-wrapper {
    margin-top: 45px;
}
.our-clients .slide-box .banner-info .quote-text-wrapper .img-wrapper {
    width: 51px;
    margin-bottom: 22px;
}
.our-clients .slide-box .banner-info .quote-text-wrapper .author {
    font-weight: 600;
    margin-top: 15px;
}
.our-clients .slide-box .banner-info .quote-text-wrapper .designation {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #FCFCFC;
}
.our-clients .slide-box .banner-info h2 span {
    display: block;
    font-weight: 300;
}
.our-clients .slide-box .banner-info p {
    font-size: 17px;
    line-height: 25.2px;
}
.our-clients .slide-box .banner-info .quote-text-wrapper .quote-text {
    margin-bottom: 15px;
}
.our-clients .banner-info .watch-video-btn {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    color: #fff;
    padding-bottom: 4px;
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 25px;
    max-width: 85px;
}
.our-clients .watch-video-btn.animated-line-button-white:after {
    background: #fcfcfc;
}
.our-clients .watch-video-btn:after {
    content: "";
    background: #5f1ebe;
    height: 1px;
    bottom: 0;
    left: 0;
    -webkit-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    transition: all 1.2s ease;
    width: 0;
    position: absolute;
}
.our-clients .watch-video-btn:hover:after {
    width: 100%;
}
.our-clients .slide-box .banner-info .arrow-btn-white {
    margin-top: 20px;
    background: #fff;
    background: #fcfcfc;
    border-radius: 5px;
    padding: 0 30px;
    color: #5f1ebe;
    font-size: 16px;
    font-weight: 600;
    line-height: 50px;
    display: inline-block;
    -webkit-transition: all .45s cubic-bezier(.65,0,.076,1);
    -o-transition: all .45s cubic-bezier(.65,0,.076,1);
    transition: all .45s cubic-bezier(.65,0,.076,1);
}


.our-clients .slide-box .banner-info .arrow-btn-white::after{
    content: "";
    background: url('../../temp/home_revamp/readmore-arrow.svg?MOD=AJPERES&amp;CACHEID=ROOTWORKSPACE-db4e6e4b-0cab-4733-93e2-96faceb802f6-oeOVbUh') no-repeat;
    width: 18px;
    height: 10px;
    display: inline-block;
    margin-left: 8px;
    -webkit-transition: all .45s cubic-bezier(.65,0,.076,1);
    -o-transition: all .45s cubic-bezier(.65,0,.076,1);
    transition: all .45s cubic-bezier(.65,0,.076,1);
}
.our-clients .slide-box .banner-info .arrow-btn-white:hover::after{
    margin-left: 13px;
}
.our-clients .slide-box .banner-info .arrow-btn-white:hover{
    background: #e2d9fb;
    color: #5f1ebe;
    text-decoration: none;
}
.our-clients .slide-box .banner-info .arrow-btn-white {
    margin-top: 20px;
}
.our-clients .btn-tab-thumb {
    height: auto;
    width: auto;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.1;
    color: #d9dbe9;
    border-radius: 0;
    padding: 0 10px;
    border: none;
    border-bottom: 2px solid transparent;
    position: relative;
}
.our-clients .btn-tab-thumb:hover, .btn-tab-thumb:focus{
color:#fff;
}
.our-clients #slides .item .btn{ 
    cursor: pointer;
    padding: 10px 7.5px;
    margin: 0 10px;
    border-bottom: 2px solid rgb(255 255 255 / 30%);
}
.our-clients #slides .btn.focus, .btn:focus{
    box-shadow: none;
}
.our-clients #slides .current .item button{ 
    border-bottom: 2px solid #fcfcfc;
}
.our-clients #slides .item:first-child button{
    margin-left: 0;
}
.our-clients .slider-bottom-wrap {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    bottom: 35px;
}
.our-clients #slides{
    max-width: 630px;
}
.our-clients #slides .owl-stage{
    min-width: 630px;
}
.our-clients .slider-action-btn {
    z-index: 2;
}
.our-clients .play.remove, .stop.remove {
    display: none;
}
.our-clients .play, .stop {
  background-color: transparent;
  color: white;
  cursor: pointer;
  text-decoration: none;
  border-radius: 5px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  overflow:hidden;
  width: auto;
  max-width: 38px;
  -webkit-transition: max-width 0.5s;
  transition: max-width 0.5s;
  border: 1px solid rgba(255,255,255,.3);
  padding: 13px;
  margin: 0 5px;
  position: relative;
}
.our-clients .play:hover, .stop:hover {
  max-width: 300px;
  text-decoration: none;
}
.our-clients .play .icon-play, .stop .icon-pause {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  margin: 0 7px 0 2px;
}
.our-clients .stop .icon-pause{
    width: 8px;
    height: 12px;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    left: 14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.our-clients .play .text, .stop .text {
  white-space: nowrap;
  padding-right: 15px;
  color: #fff;
  font-size:16px;
}
.our-clients .stop .text{
    margin-left: 24px;
}
.our-clients .item.slider-action-btn {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.solution-outer-wrapper .news-detail-title h6 {font-size: 26px;}
.mobile-heading {display: none;}
/* responsive starts here */
@media only screen and (max-width:1200px) {
    .our-clients .slide-box{
        background-position: 70% 100%!important;
        height: 600px;
    }
    .our-clients .main-slider-image.tab{
        display: block;
    }
}


@media only screen and (max-width:767px) {
    .our-clients .slide-box{
        background-position: 70% 100%!important;
        height: 620px;
    }
    .our-clients .main-slider-image.desktop{
        display: none;
    }
    .our-clients .main-slider-image.tab{
        display: none;
    }
    .our-clients .main-slider-image.mobile{
        display: block;
    }
   
    .our-clients .slide-box .banner-info h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .our-clients .slide-box .banner-info p {
        font-size: 16px;
        line-height: 24px;
    }
    .our-clients #slides .item .btn {
        margin: 8px 20px;
    }
    .our-clients #slides{
     max-width: 590px;
    }
    .our-clients #slides .owl-stage-outer .owl-stage { width: 475px; }
    .impact-pillars .building-number-section .building-number-box {flex: 0 0 50% !important;max-width: 50%;text-align: left !important;}
    .building-number-section .building-number-box p{font-size: 13px !important;text-align: left;}
    .DT_products .h1-title {font-size: 24px; text-align: center;}
    .latest-digital-news .h1-title{margin-bottom: 2rem;}
    .DT_products .news-detail-title h4 {
        font-size: 20px;
    }
    .DT_products.latest-digital-news.featured-products .latest-news-wrapper {min-height: 160px !important;}
    .DT_products .sub-product-detail {font-size: 17px;}
    .DT_products .arrow-btn span {color: #14142B; font-size: 16px; font-weight: 500;}
    .DT_products.latest-digital-news.featured-products .arrow-btn:after {left: 100%; background: url(../../temp/home_revamp/mobile-dark-arrow.png?MOD=AJPERES)no-repeat !important; height: 22px; top: 0;}
    .DT_products .btn-row.text-white {bottom: -50px !important;}
    .customers_logo {flex-wrap: nowrap;overflow: auto;}
    .customers_logo .logo-item {flex: 0 0 calc(33% - 10px);}
    .our-customers .title-wrapper {margin-bottom: 0 !important;}
    .analyst-perspectives .h1-title {font-size: 24px;}
    .digital-analyst-box h3 {font-size: 18px;}
    .digital-analyst-inner .digital-analyst-box .learn-morebtn.text-white {position: relative;}
    .digital-casestudy .card.insights-carousel-wedget .card-carousel-box {background: #E6EBF5;}
    .digital-casestudy .arrow-btn span, .area-of-expertise .arrow-btn span {color: #17707F !important;font-size: 16px;font-weight: 500;}
    .digital-casestudy .arrow-btn::after, .pillars .expertise-wrapper .arrow-btn::after {left: 100% !important;}
    #area-of-expertise .expertise-detail-title p {font-size: 16px;}
    .subscribe-area {background: url(../../temp/img/subscribr-area.png?MOD=AJPERES) no-repeat !important;}
    .subscribe-btnbox .col-lg-8, .subscribe-btnbox .col-lg-4 {width: 100%;}
    .solution-outer-wrapper .title-wrapper .sub-title {font-size: 17px;text-align: left;}
    .mobile-heading{display: block;}
    .web-heading{display: none;}
}

@media only screen and (max-width: 575px) {

    .our-clients .btn-tab-thumb {
        font-size: 0;
        width: 35px;
        background: #6c7882;
        padding: 0;
        height: 4px;
        border-radius: 5px;
        overflow: hidden;
    }
    .our-clients .btn-tab-thumb::after {
        content: "";
        position: absolute;
        left: 0;
        width: 0;
        top: 0;
        height: 100%;
        background: #fcfcfc;
        border-radius: 5px;
    }
    .our-clients #slides .current .item button::after {
        width: 100%;
        height: 4px;
        -webkit-transition: all 5s ease;
        -o-transition: all 5s ease;
        transition: all 5s ease;
    }
    .our-clients #slides .current .item button {
        border-bottom: 0px solid #fcfcfc;
    }
    .our-clients #slides .item .btn {
        margin: 33% 16px;
    }
    .our-clients #slides{
        max-width: 215px;
    }
    .our-clients #slides .owl-stage-outer .owl-stage { width: 215px; }
    .our-clients .slide-box {
        height: 820px;
    }
    .our-clients #slides .item .btn{padding: 0px 7.5px;}
}

.home-expertise .title-wrapper{text-align:center;}
.home-expertise .expertise-wrapper:hover p, .home-expertise .expertise-wrapper:hover h4, .home-expertise .expertise-wrapper:hover a {
    color: #fff;
}
.home-expertise .card.expertise-wrapper {
    background: #14142b;
    color: #fff;
    border-radius: 0px;
}
.home-expertise .card.expertise-wrapper:hover {
    background: #6527c0;
    background: -webkit-linear-gradient(146deg,#061c51 3.03%,#061c51 27.62%,#2496b0 76.39%,#2496b0 112.44%);
    background: -o-linear-gradient(146deg,#061c51 3.03%,#061c51 27.62%,#2496b0 76.39%,#2496b0 112.44%);
    background: linear-gradient(304deg,#061c51 3.03%,#061c51 27.62%,#2496b0 76.39%,#2496b0 112.44%);
    -webkit-box-shadow: 0 10px 15px rgb(0 0 0 / 3%);
    box-shadow: 0 10px 15px rgb(0 0 0 / 3%);
   color: #fff;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
/* insight-events */
.home-insights-events.insights-events a.see-all-btn.see-all-btn-dark {
    color: #262338!important;
    font-size: 15px;
    line-height: 20px;
    border-bottom: 1px solid #262338;
    font-weight: 500;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative;
    display: inline-block;
    float: right;
}
.home-insights-events.insights-events .insightscarousel .owl-nav {
    text-align: left;
    margin-top: 20px;
    width: 100px;
    float: left;
}
.btn-row.insights-carousel {
    margin-bottom: 20px;
     margin-top: 20px; 
}
.btn-row.home-event {
    margin-top: -10px;
}
.home-expertise .item:first-child .card.expertise-wrapper {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.home-expertise .item:last-child .card.expertise-wrapper {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.home-insights-events.insights-events .event-wedget-item .wedget-item {
    clear: both;
    display: block;
    content: ' ';
}
.event-wedget-item {
    clear: both;
}
.home-insights-events.insights-events  .card.insights-carousel-wedget .card-carousel-box:hover .carousel-footer-wedget .arrow-btn span {
    color: #037780!important;
}
.home-insights-events.insights-events  .arrow-btn::after {
    content: "";
    background: url('../../temp/home_revamp/vector-arow.svg?MOD=AJPERES') no-repeat;
    width: 18px;
    height: 10px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    margin-top: 1px;
}
@media only screen and (max-width: 992px){
   .home-insights-events .btn-row.insights-carousel {
       margin-top: -15px;
   }
}

/* join us css */

.hcl-software-joinus{
    background-color: #fff;
    padding: 60px 0 60px 0;
}
.hcl-software-joinus img{max-width:100%;}
.hcl-software-joinus .join-us-box {
    background-color: #EFF0F7;
    background-size: cover;
    background-repeat: no-repeat;
}
.hcl-software-joinus .join-us-box .left-part-wrapper {
    padding-left: 45px;
}
.hcl-software-joinus .title-wrapper {margin-bottom: 35px;}
.hcl-software-joinus .join-us-box .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.hcl-software-joinus .title-wrapper .h1-title {
    font-size: 30px;
    font-weight: 300;
    line-height: 43.2px;
}
.join-us-box .left-part-wrapper h4 {
    font-size: 30px;
    font-weight: 600;
    line-height: 43.2px;
    margin-bottom: 20px;
}

.join-us-box .left-part-wrapper p {
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    margin-bottom: 40px;
}
.join-us-box .left-part-wrapper .subscribe-btnbox {
    justify-content: flex-start;
}
.join-us-box .left-part-wrapper .subscribe-btnbox .arrow-btn-white {
    background: #17707F;
    color: #fff;
}
.join-us-box .left-part-wrapper .subscribe-btnbox .arrow-btn-white:hover{
    color: #f1f1f1 !important;
}
.join-us-box .left-part-wrapper .subscribe-btnbox .arrow-btn-white:after {
    background: url(../../temp/home_revamp/arrow-right.svg?MOD=AJPERES&amp;CACHEID=ROOTWORKSPACE-0da18a72-215b-46e5-9271-41d1748af738-ogTqtIk) no-repeat;
    height: 9px;
}
@media only screen and (max-width:991px) {
   .join-us-box .left-part-wrapper .subscribe-btnbox .arrow-btn-white {
    padding: 15px;
    font-size: 14px;
    line-height: 20px;
   }
   .hcl-software-joinus .join-us-box .left-part-wrapper {
    padding-left: 35px;
   }
   .join-us-box .left-part-wrapper p {
     margin-bottom: 30px;
     font-size: 16px;
   }
   .join-us-box .left-part-wrapper h4{
     margin-bottom: 18px;
     font-size: 24px;
   }
}
@media only screen and (max-width:768px) {
   .hcl-software-joinus .join-us-box .left-part-wrapper{
     padding:15px;
   }
   .hcl-software-joinus .title-wrapper .h1-title {
     font-size: 20px;
     font-weight: 400;
     line-height: 30px;
   }
}

/* subscribe css */
.subscribe-info h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 600;
}
.btn.arrow-btn-3 {
    min-width: 219px;
    color: #037780;
    padding: 0px 15px;
    border-radius: 4px !important;
    box-shadow: 0 14px 32px 0 rgb(245 138 44 / 25%);
    background-image: linear-gradient(280deg, #fff, #fff);
    border: inherit;
    overflow: hidden;
    -webkit-transition: border-color .3s, color .3s;
    transition: border-color .3s, color .3s;
    -webkit-transition-timing-function: cubic-bezier(0.5, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.5, 1, 0.3, 1);
    border-radius: 2px;
    position: relative;
}
.subscribe-area.home.subscribe-btnbox .arrow-btn-white:hover {
    background: #e2d9fb;
    color: #037780!important;
    text-decoration: none;
}
  .btn.arrow-btn-3:after {
    content: "";
    background: url('../../temp/home_revamp/vector-arow.svg?MOD=AJPERES') no-repeat;
    width: 18px;
    height: 10px;
    display: inline-block;
    margin-left: 0.5rem;
    -webkit-transition: all .45s cubic-bezier(.65,0,.076,1);
    -o-transition: all .45s cubic-bezier(.65,0,.076,1);
    transition: all .45s cubic-bezier(.65,0,.076,1);
}  
.subscribe-area.home.subscribe-btnbox .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}
.subscribe-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}
.careers-mob { display: none !important;}
.careers-desk { display: block !important;}
@media only screen and (max-width:768px) {
   .subscribe-info h1 {
     color: #fff;
     font-size: 40px;
     font-weight: 500;
     text-align: center;
   }
   .subscribe-box {
     justify-content: center;
   }
   .digital-parallax-bg.digitaljarallax {
    display: none;
}
.careers-mob { display: block !important;width: 100% !important;}
.careers-desk { display: none !important;}
section.section.home-insights-events.insights-events h4.h4-tag {font-size: 14px;line-height: 26px;}
.home-insights-events.insights-events .event-wedget-item .wedget-item, .home-insights-events.insights-events .card.insights-carousel-wedget .card-carousel-box {
    min-height: 423px;}
}


/* pillar page css starts here */
/* Digital strategy and transformation css */
section.section.index-pnp-learn-more-section.pillar .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.pillar .video-wrapper.pillars {
    background-color: #f1fdff;
    border-radius: 5px;
}

.video-bottom-text {}

.pillar .video-wrapper.pillars .video-bottom-text {
    padding: 25px;
}

.pillar .video-wrapper.pillars .video-bottom-text p.h2-title {
    font-size: 22px;
    font-weight: 500;
    color: #333;
}

.pillar .video-wrapper.pillars .video-bottom-text p {
    font-size: 15px;
    color: #afaeae;
}
.pillar .video-wrapper.pillars .video-bottom-text p span.time {
    position: relative;
    padding: 0 10px;
}
.pillar .video-wrapper.pillars .video-bottom-text p span.time:before {
    content: '';
    display: inline-block;
    background-color: #afaeae;
    height: 12px;
    width: 1.5px;
    left: 2px;
    bottom: 2px;
    position: absolute;
}
.section.index-pnp-learn-more-section .scroll-down-wrapper .scroll-next {
    border: 2px solid #dadada;
    left: 0px;
    bottom: -15px;
}
.section.index-pnp-learn-more-section .scroll-down-wrapper .scroll-next .scroll-downicon{
    filter: invert(15%);
}
.section.index-pnp-learn-more-section .scroll-down-wrapper .scroll-next::after{
    filter: invert(15%);   
}
/* pillar page css ends here */

/* metlife page css starts her */

/* banner */
.metlife-stadium-banner h1.bold.text-white.banner-title {
    font-size: 32px;
    line-height: 43px;
    font-weight: 300;
    color: #fff;
}
.metlife-stadium-banner p.sub-content{
    font-size: 20px;
}
.metlife-stadium-banner .btn.btn-banner {
    font-size: 14px;
    font-weight: 600;
    padding: 0 30px;
    border: 2px solid #fff;
    color: #fff;
    line-height: 50px;
    border-radius: 5px !important;
    text-transform: capitalize;
}
.metlife-stadium-banner .btn.btn-banner:hover {
    background: rgba(255,255,255,.2);
    color: #fff;
}
.metlife-stadium-banner .btn.btn-banner:first-child {
    margin-right: 25px;
    color: #5f1ebe;
    background-color: #fff;
}
.metlife-stadium-banner .btn.btn-banner:first-child:after {
    content: "";
    background: url('../../temp/home_revamp/arrow-down.svg?MOD=AJPERES&amp;CVID=ohgZLeN') no-repeat;
    width: 18px;
    height: 24px;
    position: relative;
    top: 8px;
    right: -5px;
    display: inline-block;
    margin-left: 0.5rem;
    -webkit-transition: all .45s cubic-bezier(.65,0,.076,1);
    -o-transition: all .45s cubic-bezier(.65,0,.076,1);
    transition: all .45s cubic-bezier(.65,0,.076,1);
}
.metlife-stadium-banner .btn.btn-banner:first-child:hover{
    background: #e2d9fb;
    color: #5f1ebe!important;
    border: 2px solid #e2d9fb;
}
.metlife-stadium-banner .btn.btn-banner:first-child:hover::after {
    margin-left: 13px;
}
.metlife-stadium-banner .img-wrapper img.img-responsive{
    display: none;
}
section.section.home-insights-events.insights-events h4.h4-tag {
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 35px;
    background: linear-gradient(269.2deg, #3C91FF 1.02%, #2EC0CB 99.5%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.supercharging-new-wrap {margin-top: 6%;}
.person-detail {margin-top: 50px;}
.person-detail h4 {font-size: 30px;font-weight: 600;}
.person-detail p{font-size: 16px; margin-bottom: 0;}
.game-box-outer-wrapper .right-wrapper h4 {color: #14142b;font-size: 38px;line-height: 44px;font-weight: 500;margin-bottom: 50px;}
.game-img img {position: inherit !important;}
@media only screen and (max-width:991px) {
    .metlife-stadium-banner h1.bold.text-white.banner-title {
        font-size: 22px;
        line-height: 30px;
    }
    .metlife-stadium-banner .btn.btn-banner {
        font-size: 13px;
        font-weight: 600;
        padding: 0 20px;
        line-height: 40px;
    }
    .metlife-stadium-banner .btn.btn-banner:first-child {
        margin-right: 10px;
    }
}
@media only screen and (max-width:767px) {
    .metlife-stadium-banner img {
        display: none;
    }
    .metlife-stadium-banner .img-wrapper img.img-responsive{
        display: block;
        margin: 0;
        width: 100%;
    }
    .sofy-herosec.metlife-stadium-banner {
        background: #14142b !important;
    }
    .metlife-stadium-banner .col-text.text-blog-mob {
        text-align: left;
    }
    .metlife-stadium-banner .col-img {
        padding: 0;
    }
    .metlife-stadium-banner {
        padding: 40px 0 0;
    }
    .supercharging-new-wrap .bg-image{display: none;}
    .top-upper-box .mob-img img, .game-img img {position: inherit !important;}
    .shared-box-content h4 {font-size: 24px !important;}
    .shared-box-content p {font-size: 17px !important;}
    .game-box-outer-wrapper .right-wrapper h4 {font-size: 27px; margin-bottom: 16px;}
    .change-game-quote-box .left-part{padding:20px !important;display: flex;order: 1;}
    .quote-box-wrapper {padding: 0 20px;}
    .change-game-quote-box .left-part, .change-game-quote-box .right-part {flex: 0 0 100% !important; width: 100%;}
}
/* metlife page css ends her */

.pillar-detail-wrapper p {min-height: 106px;}

.card-cta-btn {background:#17707f;padding: 13px 20px;border-radius: 5px!important;color: #fff;font-weight: 600;}
.card-cta-btn::after{
content: "";
    background: url(../../temp/home_revamp/arrow-angle-btn.png?MOD=AJPERES) no-repeat !important;
    width: 18px;
    height: 10px;
    display: inline-block;
    margin-left: 8px;
    -webkit-transition: all .45s cubic-bezier(.65,0,.076,1);
    -o-transition: all .45s cubic-bezier(.65,0,.076,1);
    transition: all .45s cubic-bezier(.65,0,.076,1);
}
.pillars .latest-news-wrapper {
  padding: 30px 30px 35px;
}
.pillars .latest-news-wrapper:hover{
    background: #6527c0;
    background: -webkit-linear-gradient(146deg,#061c51 3.03%,#061c51 27.62%,#2496b0 76.39%,#2496b0 112.44%);
    background: -o-linear-gradient(146deg,#061c51 3.03%,#061c51 27.62%,#2496b0 76.39%,#2496b0 112.44%);
    background: linear-gradient(304deg,#061c51 3.03%,#061c51 27.62%,#2496b0 76.39%,#2496b0 112.44%);
    -webkit-box-shadow: 0 10px 15px rgb(0 0 0 / 3%);
    box-shadow: 0 10px 15px rgb(0 0 0 / 3%);
   color: #fff;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;

}
.pillars .latest-news-wrapper:hover .card-cta-btn::after {background: url(../../temp/home_revamp/color-arrow.png?MOD=AJPERES) no-repeat !important;}

.card-btn-white {padding: 13px 20px; color: #17707f; border: 1px solid #17707f; border-radius: 5px !important; margin-left: 20px;}
.pillars .latest-news-wrapper:hover .card-btn-white{border: 1px solid #fff;color: #fff;}
.digital-casestudy .h1-title{margin-bottom: 50px;}
/*   */
.pillars.area-of-expertise .arrow-btn:after {
  content: "";
  background: url('../../temp/home_revamp/readmore-arrow.svg?MOD=AJPERES') no-repeat;
}
.pillars-latest-updates.latest-digital-news {
  background-color: #fbfbfb;
}
.pillars-latest-updates .latest-news-wrapper:hover {
  background: #252338;
}
.pillars-latest-updates .latest-news-wrapper:hover span.text-white {
  color: #f2f2f2;
}
.pillar.sofy-branded.partner-perspective-sec{
   background-color:#F7F7FC;
}
.pillar .event-wedget-item .wedget-item {
   background-color:#FFF;
}
.latest-digital-news .card{
  min-height:240px;
}
.latest-digital-news .card .arrow-btn{
  position:absolute;
  bottom:15px;
}

.pillar.partner-perspective-sec .testimonial-info {
  min-height: 135px;
}
.pillar.sofy-branded .event-wedget-item .wedget-item {
  min-height: 310px;
}
.pillar.sofy-branded .event-wedget-item .wedget-item:hover .testimonial-info::before{
   filter: brightness(3) invert(1);
   visibility: visible;
}
.pillar.sofy-branded.partner-perspective-sec .wedget-item:after{
   background: -webkit-linear-gradient(146deg,#69afff 3.03%,#c7ddff 27.62%,#499dfd 76.39%,#2678f5 112.44%);
   background: linear-gradient(304deg,#69afff 3.03%,#c7ddff 27.62%,#499dfd 76.39%,#2678f5 112.44%);
}
.digital-casestudy{
  background: #ffffff;
}
.digital-casestudy .card-content-box{
  min-height: 347px;
}
.digital-analyst.awards-and-recognition::before {
  content: "";
  background: url(../../temp/img/assets-bg.png?MOD=AJPERES) no-repeat!important;
  -webkit-background-size: cover!important;
  background-size: cover!important;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  z-index: -1;
}
.our-customers.pillars .title-wrapper {
  margin-left: auto;
  margin-right: auto;
}
.our-customers.pillars .title-wrapper .h1-title {
  text-align: center;
}
.latest-news-wrapper .arrow-btn:after {
  transform: rotate(0deg);
  top:25%;
}
.DT-producs .arrow-btn span {
  color:#fff
}
.impact-pillars .title-wrapper {
  color:#ffffff;
  text-align: center;
  margin: auto;
  margin-bottom: 45px;
}
.impact-pillars .building-number-section {
  justify-content: space-between;
}
.impact-pillars .building-number-section .building-number-box p {
  font-size: 18px;
  font-weight: 400;
  max-width: 100%;
}
.impact-pillars .building-number-section .building-number-box {
  flex: 0 0 25%;
  padding: 15px;
  margin: 10px 0;
  text-align: center;
}
.impact-pillars .scroll-down-wrapper {
  position: relative;
  right: 0;
  bottom: -5px;
}
.impact-pillars .scroll-down-wrapper .scroll-next {
  bottom: -15px;
  left: 0;
}
.impact-pillars .building-number-section .building-number-box h5 {
  background: linear-gradient(269.2deg, #3C91FF 1.02%, #2EC0CB 99.5%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pillars .title-wrapper {
  max-width: 650px;
  margin-bottom: 45px;
}
.solution-outer-wrapper .title-wrapper {
  margin-right: auto;
  margin: initial;
  text-align: left;
}
.pillars .title-wrapper .h1-title {
  font-size: 36px;
  font-weight: 300;
  line-height: 40px;
  margin-bottom: 25px;  
  /*color: #000;*/
}
.pillars .title-wrapper .sub-title {
  font-size: 20px;
  font-weight: 300;
  line-height: 28.8px;
  /*color: #000;*/
}
.pillars .news-detail-title h6 {
  min-height: auto;
  margin-bottom: 15px;
}
.pillars .news-detail-title p {
  font-size: 17px;
  min-height: 120px;
}
.latest-digital-news.pillars .arrow-btn:after {
  transform: rotate(90deg);
}
.sticky-nav-wrapper.pillars-page{
  box-shadow: 5px 2px #fdfdfd;
  z-index: 9999;
}
.main-slider.pillar #thumbs .current .item button {
  border-bottom: 0px solid #fcfcfc;
  padding-bottom: 10px;
}

.hcl-software-pillars .expertise-wrapper:hover {
    background: #fff !important;
    color: #14142B;
}

#overview h2.bold{font-size: 33px;}
.solution-outer-wrapper.latest-digital-news .card .arrow-btn {
    bottom: 38px;
}


@media all and (max-width:767px) {
    .pillars .title-wrapper .h1-title {
        font-size: 24px;
    }
.subscribe-info {
    /* width: 176px; */
    margin: 0 auto;
}
.subscribe-info img.img-responsives {
    object-fit: contain;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}
}