/* This css is common for all inner pages */
.gradient_BG_1{
  background: rgb(238,174,202);
  background: radial-gradient(circle, rgba(238,174,202,0.17979691876750703) 0%, rgba(148,187,233,0.2638305322128851) 100%);
}
.gradient_BG_2{
background: #e9c0f0;
background: radial-gradient(circle, rgba(137, 122, 140, 0.37) 0%, rgba(148, 187, 233, 0.36) 100%);
}
.text-black{
  color:#000!important
}
.rounded {
    border-radius: 1.2rem !important;
}
p, ul li{
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 400;
  color: #161a27
}
p:empty {
  display: none;
}
.sticky-top{
  z-index: 0;
}
/* Buttons */
.btn{
      cursor: pointer;
    font-size: 1rem;
    color: rgb(255, 255, 255);
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    position: relative;
    appearance: none;
    padding: 0.825rem 3.125rem 0.825rem 3.125rem;
    background: #0c19cc;
    border-width: 0.125rem;
    border-style: solid;
    border-color: #0c19cc;
    border-image: initial;
    border-radius: 3.125rem;
    overflow: hidden;
    transition: all 0.3s;
    outline: none;
    height: auto;
}
.black_btn{
    background-color: #000;
  border-color: #000;
}
.gray_btn{
     background-color: #e9e9e9;
  border-color: #e9e9e9;
  color: #000;
}
.border_btn{
    background-color:transparent;
  border-color: #000000;
  color: #000;
}
.border_btn.white_btn{
    background-color:transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.btn:hover, .black_btn:hover, .gray_btn:hover{
  background-color: #0018b0;
  border-color: #0018b0;
  color: #fff;
}
.contactBtn.btn{
  background: #0729e9;
  border-color: #0729e9;
  height: 45px;
}

.read_More_border_btn{
       font-size: 1rem;
    color: #000;
    display: flex;
    align-items: center;
    border: 1px solid #000;
    display: inline;
    width: auto;
    flex-wrap: nowrap;
    cursor: pointer;
    padding: 0.8rem 2rem;
    border-radius: 50px;
    margin-top: 2rem;
    white-space: nowrap;
    position: relative;
    top: 20px;
    transition: all 0.5s;
    text-decoration: none;
    
}
.read_More_border_btn img{
      max-width: 18px;
    height: auto;
    margin-left: 10px;
       transition: all 0.5s;
}
.read_More_border_btn:hover{
      border: 1px solid #335bde;
    /* color: #335bde; */
    background: #335bde;
    color: #fff;
     transition: all 0.5s;
   
}
.read_More_border_btn:hover img{
 filter: brightness(0) invert(1);

}
.btn-dark {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.commonTitle__title {
   font-size: 3.2rem;
}
.customHeader .navbar-nav li.nav-item {
  padding-right: 10px;
}
.customHeader .navbar-nav .nav-link{
      font-size: 0.95rem;
    border-bottom: none;
    font-weight: 400;
}
.customHeader{
  transition: all 0.5s;
}
.customHeader.hideMainHeader{
  opacity: 0;
  visibility: hidden;
}
.full_Right_Container {
    margin-left: 100px;
}
@media (max-width:576px){
  main.mainContent {
     padding-top: 54px;
  }
 .full_Right_Container {
    margin-left: 0;
}
.customHeader .navbar-toggler .line{
          border: 1px solid #ffffff;
}
.header.customHeader .contactBtn.btn {
 height: 36px;
 }
}
.page_Navigation{
       display: block;
    background: #010f6c;
    position: sticky;
    top: 0px !important;
    z-index: 99;
}
.page_Navigation > .container > .row{
  display: flex;
  align-items: center;
}
.tabSec{
  display: block;
}
.tabSec .nav-tabs .nav-item.show .nav-link, .tabSec .nav-tabs .nav-link.active{
     color: #ffffff;
    background-color: transparent;
    border-color: transparent;
}
.tabSec .nav-tabs{
  justify-content: end;
}
.tabSec .nav-tabs .nav-link{
    color: #dbdbdb;
    padding: 1.3rem 1rem;
    /* border: none; */
    font-size: 1rem;
    border: none;
}
.tabSec .nav-tabs .nav-link:hover{
  border: none;
  color: #fff;
}
.tabSec .nav-tabs .nav-link.active{
  position: relative;
}
.tabSec .nav-tabs .nav-link.active:after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    height: 2px;
    bottom: 1px;
    border-radius: 2px;
}
.tabSec  .breadcrumb{
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
@media (max-width:576px) {
  .tabSec {
    display: flex;
    max-width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
}
  .tabSec .nav-tabs {
    justify-content: end;
    display: flex;
    max-width: 100%;
    flex-wrap: nowrap;
}
.tabSec .nav-tabs .nav-link{
      white-space: nowrap;
}
.tabSec .breadcrumb{
  display: none;
}
  
}

@media (min-width:577px) and (max-width:767px){
   .tabSec .nav-tabs {
    justify-content: start;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}
.tabSec .nav-tabs .nav-link{
      white-space: nowrap;
}
}
.page_Navigation {
  padding: 0 ;
}
.commonBreadcrumb   li:nth-child(1){
  display: none;
}
.commonBreadcrumb--gray .breadcrumb-item a{
  font-size: 1rem;
}
.commonBreadcrumb .current{
  font-size: 1rem;
  color: #fff;
  top: 0;
}
.commonBreadcrumb .current:before {
 display: inline-block;
    padding-right: 11px;
    content: "/";
    color: #ffffff;
    font-size: 0.9rem;
    padding-left: 5px;
    opacity: 0.5;
    position: relative;
    top: -1px;
}
.commonBreadcrumb .breadcrumb-item:before{
      font-size: 0.9rem;
}
.commonBreadcrumb--gray .breadcrumb-item a{
  text-decoration: none;
}
.commonBreadcrumb .breadcrumb-item .breadcum_Home{
  background: url(../images/icon/home_white.svg);
    width: 18px;
    height: 18px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0 10px;
        opacity: 0.6;
}
.commonBreadcrumb .breadcrumb-item:hover .breadcum_Home{
 opacity: 1;
}
.commonTag::before {
  display: none;
}
.commonTag{
  padding-left: 0;
}
.commonTitle__title  .theme-color{
 display: none;
}

.customHeader .navbar-nav .nav-link{
  background: linear-gradient(#1A8AE1, #1A8AE1) left no-repeat, #D1D2DE;
  background-size: 0% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.5s ease-in-out;
}
.customHeader .navbar-nav .nav-link:hover{
  background-size: 100% 100%;
}

.banner  .banner__inner {
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 400px;
  position: relative;
  border-radius: 6px;
  display: flex;
  align-items: center;
  background-position: right;
}
.banner  .banner__inner--subTitle {  
  font-size: 1.5rem;
  position: relative;
  font-weight: 400;
  color: #b3b3b3;
  margin-bottom: 0;
  line-height: 1;
  margin-top: 1.5rem;
}
.banner  .banner__inner--subTitle:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 50px;
  left: 0;
  bottom: -8px;
  background: rgba(255, 255, 255, 0.5);
}
.banner  .banner__inner--title {
font-size: 3.3rem;
    margin-top: 20px;
    position: relative;
    z-index: 1;
    line-height: 1.3;
    margin-bottom: 3rem;
    color: #fff;
    font-weight: 300;
}
.banner .banner__inner .container{
  z-index: 2;
}
.banner .banner__inner:after
 {
    content: '';
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.4;
}
@media (min-width:577px) and (max-width:767px){
 .banner .banner__inner--title{
      font-size: 1.8rem;
 }
}
@media (min-width:767px) and (max-width:991px){

 .banner .banner__inner--title{
      font-size: 1.8rem;
 }
}

.overview {
    padding: 2.5rem 0;
}
.overview__inner {
  padding: 40px 0;
}
 .overview__content p {
  line-height: 1.8;
  font-size: 1rem;
  font-weight: 400;
  color: #070708;
}
.overview:has(.overview__content:empty){
  display: none;
}
@media (min-width:577px) and (max-width:767px){
  .overview__content p {
    font-size: 1rem;
  }
}
/* .read_More_Overview a {
    text-align: center;
    width: 100%;
    display: block;
    background: #020024;
    background: linear-gradient(0deg, rgba(2, 0, 36, 1) 0%, rgba(7, 6, 94, 1) 0%, rgba(9, 9, 121, 0) 100%);
    border-radius: 0;
    padding: 20px;
    color: #fff;
    text-decoration: none;
    background: #000000;
  } */
.differentiatorSec{
 background: #fff;
 background: url(../images/coe/differentiator_BG.jpg);
 background-size: cover;
 background-repeat: no-repeat;
 background-position: center;
} 
.differentiatorSec .commonTitle__title{
  color: #fff;
}
.differentiatorSec p, .differentiatorSec ul li{
  font-weight: 400;
  font-size: 1rem;
     color: #e2e2e2;
  letter-spacing: 0;
}
.differentiator_Box{
      background: #000;
    padding: 1.5rem;
    border-radius: 20px;
}


.slick-dots li{
  list-style: none;
      opacity: 1;
}
.slick-dots li button{
  display: block;
  width: 5px;
  height: 5px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #000000;
  text-indent: -9999px;
  cursor: pointer;
}
.slick-dots li.slick-active button{
  background: #1A8AE1;
}
.moreInformation .form-group textarea.form-control{
  max-height: 100px;
}

 .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%;
  max-width: 100%;
}
.blogListing__Box--info {
   background: #000000;
    padding: 0.8rem 10px 10px;
    min-height: 230px;
    display: flex
;
    flex-wrap: wrap;
    align-items: flex-start;
    border-radius: 0 0 20px 20px;
    position: relative;
    border: 1px solid #696969;
    border-top: 0;
}


 .yashPerspectives {
  padding: 80px 0;
  overflow: hidden;
      background: #000;
    color: #fff;
}
 .yashPerspectives h3 {
  font-size: 18px;
  margin-bottom: 10px;
  min-height: 105px;
  line-height: 1.6;
}
 .yashPerspectives p {
  font-size: 0.86rem;
  margin-bottom: 7px;
  color: #3c3c43;
}
 .yashPerspectives p .date {
  color: #666666;
}
 .yashPerspectives p .name {
  color: #7c7d7e;
    font-weight: 400!important;
}
.yashPerspectives .slick-slider .slick-arrow.slick-prev {
    right: 210px;
}
.yashPerspectives .slick-slider .slick-arrow.slick-prev:before{
  background: url(../images/icon/left_Arrow_radius_white.svg);
      width: 20px;
    right: 17px;
        z-index: 1;
    background-repeat: no-repeat;
}
.yashPerspectives  .slick-slider .slick-arrow::after{
     background: transparent;
    border: none;
    border-radius: 2px;
}
.yashPerspectives  .slick-slider .slick-arrow.slick-next {
     right: 160px;
}
.yashPerspectives .slick-slider .slick-arrow.slick-next:before{
    background: url(../images/icon/right_Arrow_radius_white.svg);
      width: 20px;
    right: 17px;
        z-index: 1;
    background-repeat: no-repeat;
}
.yashPerspectives
.yashPerspectives .blogListing {
  margin: 0 -30px;
}

 .yashPerspectives .blogListing__Box {
  margin: 0 30px;
}
 .yashPerspectives .blogListing__Box--Img {
  margin: 0 0 30px;
  border-radius: 20px 20px 0 0;
}
 .yashPerspectives .blogListing__Box--Img .commonTag {
  bottom: 0;
  left: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 20px;
}
 .yashPerspectives .blogListing__Box--Img img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
}
 .yashPerspectives .blogListing__Box:hover .blogListing__Box--Img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.yashPerspectives .commonTag {
  font-size: 0.85rem;
  color: #2f9bd9;
  font-weight: 400;
  margin-bottom: 4px;
}

.yashPerspectives .blogListing .blogListing__Box .blogListing__Box--info h3 a {
    display: -webkit-box;
    font-size: 1.5rem;
    line-height: 1.4;
    font-weight: 400;
    text-decoration: none;
    color: #fff;
}
.yashPerspectives .blogListing .blogListing__Box .blogListing__Box--info h3:hover a{
 color: #ffffff;
 text-decoration: underline;
}
@media (max-width:576px){
 .yashPerspectives .slick-slider .slick-arrow.slick-prev{
  right: 20px;
 }
 .yashPerspectives .slick-slider .slick-arrow.slick-next{
  right: -20px;
 }
}
.insightsFeatured  .learn-more-btn::before{
  height: 36px;
}
.insightsFeatured__item.slick-current.slick-active a p {
 margin-bottom: 0;
}
.yashPerspectives .blogListing__Box:hover h3 a{
 color: #fff;
}
.insightsFeatured {
  padding: 4rem 0 5rem;
  overflow-x: hidden;
}
.insightsFeatured .commonTitle {
  margin-bottom: 60px;
}
.insightsFeatured .slick-list {
  margin: 0 -40px;
}
.insightsFeatured__item {
  padding: 8px;
      border-radius: 20px;
}
.insightsFeatured__item .inner {
  margin: 70px;
  min-height: 460px;
}
.insightsFeatured .inner a.insight_Link{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
       z-index: 99;
}
.insightsFeatured__item .inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #08152D;
      border-radius: 20px;
      transition: all 1s;
}
.insightsFeatured__item .inner {
    margin: 0px !important;
        padding: 20px;
}
.insightsFeatured__item--text .tag{
    color: #D1D1D1;
    font-weight: 300;
    border: 1px solid #1A8AE1;
    padding: 8px 25px;
    border-radius: 20px;
    max-height: 40px;
}

.insight_industry {
        display: flex
;
    width: 100%;
    max-width: 100%;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ccc;
    padding-top: 10px;
        margin-top: 2rem;
}
.insight_industry_Link a i {
    color: #fff;
    font-size: 2.5rem;
    transform: rotate(90deg);
    position: relative;
    display: block;
    line-height: 1;
    transition: all 0.5s;
}
.insightsFeatured__item:hover .insight_industry_Link a i{
   transform: rotate(120deg);
} 
.insight_industry_name span {
       color: #b3b4bb;
    font-weight: 300;
    font-size: 1rem;
}
.insightsFeatured__item:hover .insightsFeatured__item--text .tag{
       border: 1px solid #c4c4c4;
    color: #ffffff9c;
}

.insightsFeatured__item p{
  color: #000;
  font-weight: 300;
}
.insightsFeatured__item .inner img {
    position: absolute;
    object-fit: cover;
    border-radius: 20px;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    transition: all 1s;
}
.insightsFeatured__item:hover  .inner img {
  width: 100%;
  height: auto;
}


.insightsFeatured__item--text {
      left: 0;
    right: 0;
    z-index: 2;
    padding: 15px 30px;
    position: relative;
    top: 0;
    bottom: 0;
    display: flex
;
    flex-wrap: wrap;
    align-items: stretch;
}
.insightsFeatured__item h4 {
  font-size: 30px;
  line-height: 1.2;
  margin: 25px 0 15px;
  overflow: hidden;
  display: -webkit-box;
  color: #fff;
  font-weight: 400;
}
.insightsFeatured__item p {
  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;
  font-weight: 300;
}
.insightsFeatured__item .learn-more-btn.learn-more-border.lm-white .btn-text{
 color: #ffffff;
}
.insightsFeatured__item.slick-current.slick-active .inner,
.insightsFeatured__item:hover .inner:after{
    opacity: 1;
    border-radius: 20px;
    overflow: hidden;
}
.insightsFeatured__item .inner{
     border-radius: 20px;
    overflow: hidden;
}
.insightsFeatured  .slick-slider .slick-arrow.slick-prev:before{
  background: url(../images/icon/left_Arrow_radius.svg);
      width: 20px;
    right: 17px;
        z-index: 1;
    background-repeat: no-repeat;
}
.insightsFeatured   .slick-slider .slick-arrow::after{
     background: transparent;
    border: none;
    border-radius: 2px;
}

.insightsFeatured  .slick-slider .slick-arrow.slick-next:before{
    background: url(../images/icon/right_Arrow_radius.svg);
      width: 20px;
    right: 17px;
        z-index: 1;
    background-repeat: no-repeat;
}

.insightsFeatured_YASH {
  background: #f2f2f2;
  padding: 4rem 0 2rem;
}
.insightsFeatured_YASH .insightsFeatured__item .inner img {
  height: 100%;
  position: relative;
  object-fit: cover;
 height: auto;
    width: 100%;
}
.insightsFeatured_YASH .insightsFeatured__item--text{
  position: relative;
  bottom: 0;
  transform: none;
  padding: 0 10px;
  border: 1px solid #c4c4c4;
    padding: 10px;
    min-height: 300px;
    border-top: 0;
}
.insightsFeatured_YASH .insightsFeatured__item.slick-current.slick-active .inner img{
  transform: none;
  box-shadow: none;
}
.insightsFeatured_YASH  .insightsFeatured__item.slick-current.slick-active h4,
.insightsFeatured_YASH .insightsFeatured__item h4{
  font-size: 2.6rem;
  color: #fff;
}
.insightsFeatured_YASH  .insightsFeatured__item.slick-current.slick-active .inner,
.insightsFeatured_YASH  .insightsFeatured .inner{
  background: #000;
}
.insightsFeatured_YASH .insightsFeatured__item .inner:after{
 display: none;
}
.insightsFeatured_YASH .insightsFeatured__item--text,
.insightsFeatured_YASH .insightsFeatured__item.slick-current.slick-active .insightsFeatured__item--text{
  min-height: 280px;
  padding: 10px;
border: none;
}
.insightsFeatured_YASH .insightsFeatured__item.slick-current.slick-active .commonTag,
.insightsFeatured_YASH .insightsFeatured__item--text .commonTag{
color: #ffffff;
    font-weight: 300;
    padding: 0;
    font-size: 0.9rem;
    border-radius: 2px;
    margin-top: 0;
    border-bottom: 1px solid #fff;
}
.insightsFeatured_YASH .insightsFeatured__item p,
.insightsFeatured_YASH .insightsFeatured__item.slick-current.slick-active p{
    font-weight: 400;
    color: #e7e7e7;
    font-size: 1rem;
    letter-spacing: 0;
        margin-bottom: 0 !important;
}
.insightsFeatured_YASH  .accelarators .slick-arrow,
.insightsFeatured_YASH   .slick-arrow{
  display: none!important;
}
 .insightsFeatured_YASH  .slick-dots{
    margin-top: 1rem;
    position: relative;
    right: 0;
    bottom: 0rem;
    background: #ffffff70;
    border-radius: 16px;
    padding: 0;
    width: auto;
    display: flex
;
    align-items: end;
    justify-content: end;
}
 .insightsFeatured_YASH  .slick-dots li{
      -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    /* max-width: 20px; */
    margin: 0;
    padding: 0 0;
        flex: 1 0 0%;
}
 .insightsFeatured_YASH  .slick-dots li button{
        display: block;
    width: 100%;
    height: 12px;
    padding: 0;
    border: none;
    border-radius: 10px;
    background-color: transparent;
    text-indent: -9999px;
}

 .insightsFeatured_YASH  .slick-dots li.slick-active button{
      background: #ffffff;
    width: 100%;
    border: 1px solid #ffffff;
}
.insightsFeatured_YASH .insightsFeatured .inner{
  margin-bottom: 0!important;
}
@media (max-width:576px){
  .insightsFeatured__item .inner{
    padding: 10px 0 40px 0 ;
    min-height: 360px;
  }
  .insightsFeatured_YASH .insightsFeatured__item.slick-current.slick-active h4, .insightsFeatured_YASH .insightsFeatured__item h4{
    font-size: 1.8rem;
  }
  .insightsFeatured .slick-list{
        height: auto !important;
  }
  .insightsFeatured__item h4{
    font-size: 1.8rem;
  }
}
@media (min-width:991px) and (max-width:1199px){
 .insightsFeatured_YASH .insightsFeatured__item.slick-current.slick-active h4, .insightsFeatured_YASH .insightsFeatured__item h4{
    font-size: 2rem;
    line-height: 1.4;
 }
   .insightsFeatured__item h4{
    font-size: 2rem;
  }
}
.learn-more-btn.learn-more-border .circle::after, .learn-more-btn.learn-more-border .circle::before {
  border-color: #1A8AE1;
}
.learn-more-btn.learn-more-border .circle::after, .learn-more-btn.learn-more-border .circle::before {
  border-color: #1A8AE1;
}
.learn-more-btn.learn-more-border::before {
    background-color: transparent;
    border: 1px solid #1A8AE1;
}
.contactBottomForm {
    background: #000000;
    padding: 1.5rem 1.5rem;
    /* box-shadow: 0 0px 24px rgb(182 131 131 / 33%); */
    border-radius: 20px;
}


.moreInformation {
 padding: 3rem 0;
 background: url(../images/coe/contact_BG.jpg);
 background-size: cover;
 background-repeat: no-repeat;
}
.moreInformation .container{
  position: relative;
  z-index: 2;
}
.moreInformation:after{
content: '';
    background: #0000006e;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* background: url(../images/contact_BG.png); */
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: right;
    opacity: 1;
}
.moreInformation .moreInformation__right {
  padding: 0 40px 10px 0px;
  background: transparent !important;
  overflow: hidden;
  position: relative;
}
.moreInformation .moreInformation__right:after {
  background: #0037ff;
  position: absolute;
  top: -75px;
  left: -75px;
  content: "";
  width: 10rem;
  height: 10rem;
  border-radius: 100%;
  z-index: 0;
  opacity: 0.1;
  display: none;
}
@media (min-width: 768px){
  .moreInformation .moreInformation__right .col-sm-7{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}
.moreInformation .commonTitle h2 {
      color: #ffffff;
    font-size: 2.4rem !important;
    font-weight: 400;
}
.moreInformation .commonTitle p {
  font-size: 16px;
  line-height: 1.9;
  color: #fff;
}
.moreInformation:before {
  display: none;
}
.moreInformation .form-group .form-control,
.moreInformation .input-group .form-control {
  font-size: 14px;
    background: transparent;
    border: none;
    border: 1px solid #b1b1b1;
    border-color: #adadad;
    color: #ebebeb;
    border-radius: 20px;
    padding: 10px;
    height: 56px;
        padding-left: 20px;
}
.moreInformation .form-group .form-control::placeholder {
  color: #adadad;
}
.moreInformation .form-group textarea.form-control {
  padding: 10px;
  padding-left: 20px !important;
    min-height: 100px;
}
.moreInformation .accptFldMRfi1.form-group .form-control{
  border: none;
  padding: 0;
  color: #424242;
      height: auto;
}
.moreInformation .accptFldMRfi1.form-group .form-control input,
.moreInformation .accptFldMRfi1 .wpcf7-list-item input{
      width: 19px;
    height: 19px;
    margin-right: 10px;
}
.moreInformation .accptFldMRfi1.form-group .form-control  .wpcf7-list-item,
.moreInformation .accptFldMRfi1 {
      display: flex;
    align-items: center;
   font-size: 1rem;
   color: #9c9c9c;
}
.moreInformation .accptFldMRfi1 p{
  color: #9c9c9c;
  line-height: 1;
}
.moreInformation .accptFldMRfi1 p a{
  color: #9c9c9c;
}
.moreInformation .accptFldMRfi1 p + p{
  padding-left: 0;
}
.wpcf7-list-item{
  margin: 0;
}
.banner__inner nav {
  padding-top: 2rem;
}
.servicesOfferings {
  padding: 80px 0;
  background: url(../images/inner_Service_BG.png);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}
.servicesOfferings:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #00000094;
}
.servicesOfferings .container{
  z-index: 2;
}
.servicesOfferings  .commonTitle__title{
  color: #fff;
}

.offerings__box_YASH > a.coeOffering_Link{
     position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}


.offerings__box_YASH {
    background: #08152d;
    border-radius: 10px;
    padding: 1rem;
    margin-bottom: 22px;
    transition: all 0.2s;
    width: 100%;
    position: relative;
    box-shadow: 0 0px 12px #000000;
    border: 1px solid #646262;
    background: #000;
}
.offerings__box_YASH .servicesOfferings__list--content{
      padding-bottom: 0;
}
.servicesOfferings__list--content h3{
color: #fff;
    font-size: 2rem;
    margin-bottom: 15px;
    font-weight: 400;
}
.servicesOfferings__list--content p,
.servicesOfferings__list--content  li{
     color: #e2e2e2;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    color:#b4b4b4;
        margin-bottom: 10px;
    text-align: left;
}
.offerings__box_YASH .servicesOfferings__list--content p{
    color: #b4b4b4;
    font-weight: 300;
}
.servicesOfferings__list--content h3:after{
    display: none;
}
.servicesOfferings__list--img {
    border-radius: 30px;
}

.lean_More_arrow{
       position: absolute;
    right: 20px;
    bottom: 10px;
    font-size: 2.6rem;
    transform: rotate(120deg);
    color: #fff;
    opacity: 0.4;
}
.servicesOfferings__list--img {
       padding: 0;
    width: 120px;
    height: 120px;
    position: relative;
}
.servicesOfferings__list--img  img{
       object-fit: cover;
    width: 100%;
    height: 100%;

}
.offerings__box_YASH .row{
    display: flex;

}
.offerings__box_YASH:hover {
    color: #fff;
}
.servicesOfferings__list--img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 0;
}

.offerings__box_YASH:hover .servicesOfferings__list--img img{
 filter: brightness(0) invert(1);
    opacity: 0.8;
}
.servicesOfferings__list--content ul{
      padding-left: 0;
}
.servicesOfferings__list--content ul li{
      position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    list-style: none;
}
.servicesOfferings__list--content ul li:after{
      content: "\F272";
    justify-content: flex-start;
    font-family: "bootstrap-icons";
    position: absolute;
    left: 0;
    background: transparent;
    width: 19px;
    height: 19px;
    border-radius: 20px;
    color: #b4b4b4;
    display: flex
;
    align-items: center;
    justify-content: center;
    border: 1px solid #b4b4b4;
    top: 3px;
    font-size: 0.8rem;
}
.offerings__box_YASH:hover .lean_More_arrow{
    opacity: 1;
}
.servicesOfferings__list > div{
    position: sticky;
    top: 100px;
}
.servicesOfferings__list > div:nth-child(3),
.servicesOfferings__list > div:nth-child(4){
    top: 120px;
}
.servicesOfferings__list > div:nth-child(5),
.servicesOfferings__list > div:nth-child(6){
    top: 140px;
}
.servicesOfferings__list > div:nth-child(7),
.servicesOfferings__list > div:nth-child(8){
    top: 160px;
}
.servicesOfferings__list > div:nth-child(9),
.servicesOfferings__list > div:nth-child(10){
    top: 180px;
}
.servicesOfferings__list > div:nth-child(11),
.servicesOfferings__list > div:nth-child(12){
    top: 200px;
}
.servicesOfferings__list > div:nth-child(13),
.servicesOfferings__list > div:nth-child(14){
    top: 220px;
}
.servicesOfferings__list > div:nth-child(15),
.servicesOfferings__list > div:nth-child(16){
    top: 240px;
}
.servicesOfferings__list > div:nth-child(17),
.servicesOfferings__list > div:nth-child(18){
    top: 260px;
}
.servicesOfferings__list > div:nth-child(19),
.servicesOfferings__list > div:nth-child(20){
    top: 280px;
}
.servicesOfferings__list > div:nth-child(21),
.servicesOfferings__list > div:nth-child(22){
    top: 300px;
}
.servicesOfferings__list > div:nth-child(23),
.servicesOfferings__list > div:nth-child(24){
    top: 320px;
}
@media(max-width:576px){
  .servicesOfferings__list--img{
    margin-bottom: 14px;
    width: 80px;
    height: 80px;
  }
  .servicesOfferings__list--content h3{
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}
@media (min-width:577px) and (max-width:767px){
  .servicesOfferings__list > div.col-sm-6{
           width: 100%;
  }
}
@media (min-width:768px) and (max-width:1199px){
  .servicesOfferings__list--img {
    width: 90px;
    height: 90px;
  }
}

@media (max-width: 575.98px) {
  .moreInformation .moreInformation__right{
    padding: 0 0px 10px 0px;
  }
  .capthadiv-inner {
    transform: scale(0.87);
    -webkit-transform: scale(0.87);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}
.banner h1.banner__inner--subTitle{
  display: none!important;
}
.supplyChaiManagement .supplyChainQuestions li:before{
  left: 20px;
}
}
.commonTitle .btn.btn-primary.ripple-effect{
  display: none;
}
.mainCOntent_YASH.ceoLandingPage .sap .banner .banner__inner--title {
  color: #fff!important;
}

.rise-with-sap .banner .banner__inner--title{
  color: #000;
}
.rise-with-sap p.sap-r-banner-top-title{
  color: #212129
}
.spotlight_sec {
  padding: 3rem 0;
          background: rgb(238, 174, 202);
        background: radial-gradient(circle, rgba(238, 174, 202, 0.17979691876750703) 0%, rgba(148, 187, 233, 0.2638305322128851) 100%);
}
.spotlight_sec .slick-slider .slick-arrow{
  right: 10%;
}
.spotlight_sec .slick-slider .slick-arrow.slick-prev {
    right: 15%;
}
.spotlight_sec.insightsFeatured_YASH  .slick-slider .slick-arrow{
  right: 0%;
}
.spotlight_sec.insightsFeatured_YASH  .slick-slider .slick-arrow.slick-prev {
    right: 5%;
}
.spotlight_sec .insightsFeatured__item .inner:after{
      background: #ffffff;
}
.spotlight_sec .insightsFeatured__item--text .tag{
        color: #1A8AE1;
}
.spotlight_sec .insightsFeatured__item h4{
        color: #000000;
}
.spotlight_sec .insightsFeatured__item p{
 color: #000;
}
.spotlight_sec  .insight_industry_name span{
      color: #000000;
}
.spotlight_sec   .insight_industry_Link a i{
   color: #1A8AE1;
}

.spotlight_List_Items{
    position: relative;
    padding: 0 7px;
}
.spotlight_List_Items  .inner{
 border-radius: 20px;
}
.spotlight_List_Items .insight_Link{
  background: transparent;
  position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
}
.spotlight_List_Items .inner:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #08152D;
    opacity: 0.98;
    border-radius: 20px;
}
.spotlight_List_Items.slick-current.slick-active .inner:after ,
.spotlight_List_Items:hover .inner:after{
    background: #036BBD;
    opacity: 0.9;
}
.spotlight_List_Items img{
    width: 100%;
    height: auto;
    border-radius: 20px;
}
.spotlight_List_Items .insight_category{
      font-size: 0.9rem;
    border: 1px solid #ccc;
    display: inline-block;
    padding: 0.5rem 2rem;
    border-radius: 60px;
    font-weight: 300;
    margin-bottom: 2rem;
}
.spotlight_List_Items h4{
    font-size: 1.8rem;
    font-weight: 300;
    margin-bottom: 20px;
}


.spotlight_List_Items .type_insight{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    padding: 2rem 0;
    border-top: 1px solid #707070;
}
.spotlight_List_Items .type_insight span i{
      font-size: 2.4rem;
    color: #fff;
    transform: rotate(120deg);
    display: inline-block;
    line-height: 1;
}
.spotlight_List_Items  .commonTag{
    padding-left: 0;
}
.spotlight_List_Items  .commonTag::before {
  display: none;
}
.spotlight_sec .insightsFeatured__item:hover .inner:after {
    background: #000;
    background: #0024F2;
background: radial-gradient(circle, rgba(0, 36, 242, 0.54) 0%, rgb(13 31 133 / 63%) 0%, rgb(0 0 0) 100%)
}
.spotlight_sec  .insightsFeatured__item:hover   h4{
 color: #ffffff;
}
.spotlight_sec .insightsFeatured__item:hover  p
 {
        color: #b4b4b4;
}
.spotlight_sec  .insightsFeatured__item:hover  .insight_industry{
    border-top: 1px solid #4e4e4e;
}
.spotlight_sec  .insightsFeatured__item:hover .insight_industry_name span {
    color: #c3c3c3;
}

@media (min-width: 577px) and (max-width:991px){
 .insightsFeatured_YASH .insightsFeatured__item.slick-current.slick-active h4, .insightsFeatured_YASH .insightsFeatured__item h4{
      font-size: 2rem;
 }
}
/*SIngle & Double Spotlight */
@media (min-width: 767px){
.spotLight_double .slick-track,
.spotLight_single  .slick-track {
   width: 100%!important;
}
.spotLight_double .insightsFeatured__item{
   width: 45%!important;
}
.spotLight_double .insightsFeatured__item.slick-current{
     margin-right: 6%;
}
.spotLight_double.insightsFeatured .inner{
      min-height: 355px;
}
.spotlight_sec .slick-slider .slick-arrow {
    right: 0%;
}
}

.spotLight_double .insightsFeatured__item.slick-current.slick-active .inner img,
.spotLight_double .insightsFeatured__item.slick-current.slick-active .inner:after{
  -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.spotLight_double .insightsFeatured__item.slick-current.slick-active .insightsFeatured__item--text{
      padding:20px;
}
.spotLight_double .insightsFeatured__item.slick-current.slick-active h4{
  font-size: 1.4rem;
    margin: 15px 0 15px;
}

.spotLight_double  .insightsFeatured__item--text{
  left: 10%;
    right: 0;
    z-index: 2;
    padding: 20px;
    position: absolute;
    top: 20%;
        transform: none;
    width: 100%!important;
}
.spotLight_double .insightsFeatured__item.slick-current.slick-active .learn-more-btn p {
  margin-bottom: 0
}
.spotLight_double  .insightsFeatured__item.slick-current.slick-active .inner:after{
   -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.spotLight_double  .insightsFeatured__item .inner:after{
      content: "";
    position: absolute;
    top: 20%;
    left: 10%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.76);
}
.spotLight_double .insightsFeatured .inner:hover img{
         top: 20%;
    left: 10%;
    transition: all 0.5s;
}
.spotLight_double .insightsFeatured__item .inner:after,
.spotLight_double .insightsFeatured__item .insightsFeatured__item--text {
  transition: all 0.5s;
}
.spotLight_double .insightsFeatured__item:hover .inner:after,
.spotLight_double .insightsFeatured__item:hover .insightsFeatured__item--text {
    left: 0;
    top: 0;
    transition: all 0.5s;
}


 .spotLight_double  .insightsFeatured__item.slick-current.slick-active p {
    margin-bottom: 20px;
}
@media (max-width: 767px){
.spotLight_double  .insightsFeatured__item .inner:after,
.spotLight_double  .insightsFeatured__item--text{
     top: 0;
     left: 0
  }
}
/*Single Spotlight*/
@media (min-width: 767px){
.spotLight_single .insightsFeatured__item{
      width: 100%!important;
}
}
.spotLight_single .insightsFeatured__item .inner img{
        max-width: 40%;
    height: auto;
}

.spotLight_single .insightsFeatured__item.slick-current.slick-active .insightsFeatured__item--text{

    transform: none;
    margin-top: 0;
    position: relative!important;
    flex: 0 0 60%;
    max-width: 60%;
    background: #000;
    padding: 15px;

}
.spotLight_single.insightsFeatured .inner{
      min-height: 355px;
          display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    background: #000
}
.spotLight_single  .insightsFeatured__item.slick-current.slick-active .inner img{
 transform: none;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 40%;
    max-width: 40%;
}
.spotLight_single  .slick-list{
      overflow-y: auto;
}

@media only screen and (max-width: 600px) {
.spotLight_single .insightsFeatured__item .inner,
.spotLight_double .insightsFeatured__item .inner{
 min-height: 300px;
}
.spotLight_single .insightsFeatured__item.slick-current.slick-active .inner img{
      flex: 0 0 100%;
    max-width: 100%;
    position: absolute;
}
.spotLight_single .insightsFeatured__item.slick-current.slick-active .insightsFeatured__item--text{
  flex: 0 0 100%;
    max-width: 100%;
    position: absolute;
        top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.69)
}

}
.spotLight_single .insightsFeatured__item.slick-current.slick-active .inner:after{
  left: 43%;
    max-width: 100%;
    top: 3%;
     width: 67%;
    height: 100%;
    background: #000000;
    display: none;
}
@media (max-width: 1399px){
  .spotLight_single .insightsFeatured .inner{
      min-height: 355px;
 }
}
/*Single Spotlight*/
/*SIngle & Double Spotlight */
/*S GPMO page*/
.banner_alternet{
  background: url(http://52.12.201.200/wp-content/uploads/2023/06/gpmoBanner.jpg);
  color: #fff;
      background-size: cover;
          padding: 50px 0;
}
.bannerHeading {
    margin-top: 3rem;
}
.bannerHeading .heading{
  font-size: 3rem
}
.bannerHeading .sub_heading{
  
}
.overview_alternet{
  padding: 40px 0
}
.offering {
    padding: 10px;
    border: 2px solid #f00;
    border-radius: 100%;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
        background: #fff;
}
.offering:after{
      content: "";
    background: transparent;
    width: 150px;
    position: absolute;
    left: 163px;
    height: 0;
    border: 1px dotted #f00;
}
.offerings_list .col-lg-2:last-child .offering::after{
 opacity: 0;
}
.offering p{
      font-size: 1rem;
    font-weight: 500;
}
.overview_content h6{
      font-size: 1.2rem;
    line-height: 1.5;
}
section.offerings_list {
    background: #f3f3f3;
    padding: 40px 0;
}
/*E GPMO page*/

/* S Page Header Banner slider */
.header_banners .header_bg{
  display: flex;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  max-width: 100%;
 }
.header_banners .header_bg img{
 max-width: 100%;
 height: auto;
}
.header_banners_content{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.header_banners .header_banners_slide {
  max-height: 80vh;
  overflow: hidden;
}
.header_banners .header_banners_slide video{
  width: 100%;
}
.page_header{
  position: relative;
}
.breadcum_on_banner{
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  z-index: 2;
}
.page_header .header_banners .slick-arrow{
  top: auto;
  bottom: 40px;
  z-index: 6;
}
.page_header .header_banners .slick-arrow.slick-next:before, 
.cyber-security-services .services_offering_Adhoc .slick-arrow.slick-next:before{
  background-image: url(../images/icon/arrow-right-white.svg);
  z-index: 2; 
}
.page_header .header_banners .slick-arrow.slick-prev:before ,
.cyber-security-services .services_offering_Adhoc .slick-arrow.slick-prev:before{
  background-image: url(../images/icon/arrow-left-white.svg);
  z-index: 2;
}
.cyber-security-services .services_offering_Adhoc .slick-slider .slick-arrow::after{
  border: 1px solid #ffffff;
}
.page_header .header_banners .slick-arrow:after{
  background: rgb(0 0 0 / 21%);
  border: 1px solid #ffffff;
}
.page_header .header_banners .header_banners_content .banner__inner--Img img {
  max-width: 100%;
}
@media (max-width:576px){
  .header_banners .header_bg{
    min-height: 80vh;
  }
  .page_header{
    padding-top: 0;
  }
  .page_header .header_banners_slide{
  padding: 0 0 30px;
  }
  .banner .banner__inner--title{
    padding-top: 0;
    font-size: 2rem;
  }
  .header_banners_content{
    text-align: left;
  }
  .page_header .header_banners .header_banners_content .banner__inner--Img img{
    max-width: 100px;
  }
  .header_banners .header_bg img{
    object-fit: cover;
    max-width: 100%;
  }
  .page_header .header_banners  .header_banners_slide{
    padding: 0;
  }
      .banner .banner__inner {
        min-height: auto;
        display: block;
        height: auto;
        max-height: 100vh;
    }
  .header_banners .header_banners_slide{
        max-height: 100vh;
  }
  .header_banners .header_bg{
        align-items: end;
  }

}
@media (min-width:577px) and (max-width:991px) {
  .banner .banner__inner--title{
    font-size: 2.4rem;
  }
  .tabSec .nav-tabs {
    justify-content: start;
    display: flex;
    flex-wrap: nowrap;
  }
  .tabSec .nav-tabs .nav-link{
    white-space: nowrap;
  }
      .tabSec {
        display: flex;
        max-width: 100%;
        overflow-y: hidden;
        overflow-x: auto;
    }
}

@media (min-width:992px) and (max-width:1199px) {
  .banner .banner__inner--title{
    font-size: 2.4rem;
  }
  .tabSec .nav-tabs {
    justify-content: start;
    display: flex;
    flex-wrap: nowrap;
  }
  .tabSec .nav-tabs .nav-link{
    white-space: nowrap;
  }
      .tabSec {
        display: flex;
        max-width: 100%;
        overflow-y: hidden;
        overflow-x: auto;
    }
}
/* E Page Header Banner slider */
/* Digital Asset Management */
.overview_Adhoc{
  background-color: #000;
  color: #000;
  padding: 40px 0;
      background: rgb(238, 174, 202);
    background: radial-gradient(circle, rgba(238, 174, 202, 0.17979691876750703) 0%, rgba(148, 187, 233, 0.2638305322128851) 100%);
}

.overview_Adhoc .hoverBox{
position: relative;
overflow: hidden;
}
.overview_Adhoc .hoverBox .hoverBox_txt{
  position: absolute;
  z-index: 1;
  background: #00000094;
  color: #fff;
  left: 0;
  right: 0;
  padding: 10px;
  bottom: 0;
  font-size: 1.4rem;
  min-height: 88px;
    display: flex;
    align-items: center;
  }
.overview_Adhoc .hoverBox:hover .hoverBox_txt{
   background: #000;
  }
.overview_Adhoc .hoverBox img{
    transition: all 0.5s;

  }
.overview_Adhoc .hoverBox:hover img{
    transform: scale(1.1);
  }
.services_offering_Adhoc{
  padding: 40px 0;
  background: #e9e9e9;
}

.overview_Adhoc h2.commonTitle__title{
  color: #fff;
  margin-bottom: 0;
}
.overview__content ul{
  padding-left: 0;
}
.overview__content ul li{
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  list-style: none;
}
.overview__content h5{
 line-height: 1.4;
}
.services_offering_Adhoc .row.management_sol{
  background: #fff;
  padding: 20px 10px;
  margin-bottom: 30px;
}
.servicesOfferings .no-img,
.servicesOfferings .no-img {
  margin-top: 0;
}
.insights_Adhoc{
  background: #000541;
  padding: 40px 0;
}
.real-time-location-systems .overview_Adhoc{
  padding: 40px 0;
  background: #e9e9e9; 
}
.sap-digital-manufacturing .overview_Adhoc{
  padding: 40px 0;
  background: #e9e9e9; 
}
.real-time-location-systems .services_offering_Adhoc,
.real-time-location-systems .differentiators_Adhoc{
 padding: 40px 0;
}
/* Amura CSS */
.amuraa-digital-platform .overview_Adhoc{
 background-color: #e9e9e9;
 padding: 40px 0;
}

.sap-higher-education-research .overview_Adhoc {
    background: #f2f2f2;
    padding: 30px 0;
}
.sap-higher-education-research .differentiators_Adhoc {
    background: #f2f2f2;
    padding: 40px 0;
}
/* S Team  */
.teamSec{
  background: #e6e6e6;
  padding: 40px 0;
}
.team-Box{
    background: #fff;
    padding: 10px;
    text-align: center;
}
.team_img{
  margin-bottom: 10px;
}
.team-Box .team_img img{
 max-width: 100%;
 height: auto;
}
.team_detail {
  background: #fff;
  padding: 10px;
}
.team_Designation{
  color: #212129;
  font-size: 0.8rem;
}
.team_detail h5{
  margin-bottom: 5px;
}
.team_detail .team_about{
  color: #212129;
  font-size: 0.8rem;
  font-weight: 300;
}
.teamLinkedin{
  display: none;
}
/* E Team  */

.sap-digital-manufacturing-solution .overview_Adhoc{
  padding: 40px 0;
  background: #e9e9e9; 
}

.infrastructure-management-services section.adhoc_Sec.overview_Adhoc {
  background: transparent;
  padding: 0;
  color: #000;
}
.alliance .overview_Adhoc{
  background: #f2f2f2;
  color: #000;
}
.alliance .overview_Adhoc p{
  color: #070708;
}
.partners .partners--content .partners--content__link{
  padding: 10px;
    margin-bottom: 20px;
    min-height: 200px;
    border-right: 1px solid #ccc;
}
.partners .partners--content .slick-track a:nth-last-child(1){
 border-right: none;
}
.partners .partners--content .partners--content__link img{
  max-width: 150px;
  height: auto;
  transition: all 0.5s;
}
.partners .partners--content .partners--content__link:hover img{
  transform: scale(1.1);
  transition: all 0.5s;
}
.genai .banner .banner__inner--title{
  font-size: 34px;
}
/* S FAQ */
.faq_sec{
  padding: 3rem 0;
}
.faq_sec .accordion-header button {
       font-size: 1.4rem;
    border-radius: 10px;
    color: #000000;
    background-color: #f1f3f6;
    box-shadow: none;
}
.faq_sec .accordion-item {
    margin-bottom: 2rem;
    border-radius: 10px;
      border: 1px solid #d3d3d4;
}

.faq_sec p, .faq_sec ul li {
    font-size: 1rem;
    font-weight: 300;
    color: #3c3c43;
}
.faq_sec  .accordion-item:first-of-type .accordion-button{
  border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

 .faq_sec  .accordion-item:not(:first-of-type){
  border-top: 1px solid #d3d3d4;
}
.faq_sec   .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
/* E FAQ */

/* S SUccessFactor */
.info_Challenge {
  /* background: #ccc; */
  padding: 0;
}
.info_Challenge ul {
  display: flex  ;
      flex-wrap: wrap;
      padding-left: 0;
}
.info_Challenge li {
  list-style: none;
    padding: 10px 30px 10px 30px;
    font-size: 1rem;
    border: 1px solid #979797;
    border-radius: 0;
    margin-right: 20px;
    /* background: #ccc; */
    color: #ffffff;
    margin-bottom: 20px;
    /* width: 100%; */
    border-radius: 40px;
    width: 100%;
    background: #1a1a1a;
}
.info_Solution ul {
  padding: 20px 20px;
  border-radius: 0;
  margin-bottom: 0;
  font-size: 1rem;
  margin-bottom: 20px;
  margin-right: 20px;
  border-radius: 40px;
  width: 100%;
  list-style: none;
  padding-left: 0;
}
.info_Solution li {
  background: #ffffff;
  padding: 20px 20px;
  border-radius: 0;
  margin-bottom: 0;
  font-size: 1rem;
  margin-bottom: 20px;
  margin-right: 20px;
  border-radius: 40px;
  width: 100%;
  color: #000000;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.info_YASH h5{
  font-size: 2rem;
  margin-top: 30px;
}
.number_Summary span{
 font-weight: 600;
 font-size: 1.5rem;
}
.Bottom_Highlited_sec{
  background: url(../images/bottom_Sec_BG.png);
  background-size: cover;
  color: #fff;
  background-position: bottom;
  background-attachment: fixed;
  padding: 100px 0 !important;
  display: block;
  position: relative;
}
.Bottom_Highlited_sec .commonTitle__title{
  color: #fff;
}
.successfactors section.overview_Adhoc:after {
  background: #003574;
  content: '';
  position: absolute;
  right: 0;
  top: 210px;
  bottom: 0;
  width: 56%;
  border-radius: 60px 0 0 0;
}
.successfactors  .overview_Adhoc{
 position: relative;
}
.successfactors  .overview_Adhoc .col-sm-6{
  z-index: 2;
  position: relative;
}
.info_Solution li i{
  margin-right: 15px;
  font-size: 1.5rem;
  opacity: 1;
  color: #1A8AE1;
}
.successfactors  .yash_tools_Adhoc ul{
  list-style: none;
  padding-left: 0;
  
}
.successfactors  .yash_tools_Adhoc ul li{
  font-weight: 300;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1rem;
  margin-left: -70px;
  background: #fff;
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 4px;
  margin-top: 10px;
  box-shadow: 0 4px 8px #00000012;
  line-height: 1.8;
  padding-left: 25px;
  border: 1px solid #ccc;
}
.successfactors  .yash_tools_Adhoc ul li span{
  font-size: 1.2rem;
  display: block;
  font-weight: 600;
}
.successfactors  .banner .banner__inner  {
  min-height: 390px;
 }
 .successfactors  .banner .banner__inner .col-md-9{
  width: 68%;
 }

.successfactors  .overview  {
 text-align: center;
}
.successfactors  .overview  h4{
  font-size: 2.2rem;
  font-weight: 500;
}
.successfactors  .overview  p{
  line-height: 1.8;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 0.1px;
    color: #070708;
}
.box.icon_Box {
  background: #fff;
  padding: 10px;
  border: 1px solid #ccc;
  margin: 10px 0;
  box-shadow: 0 4px 8px #00000012;
}
.icon_Box img {
  max-width: 100px;
  height: auto;
}
.successfactors  .box.icon_Box{
  min-height: 260px;
}
.successfactors .overview__content h5 {
  line-height: 1.4;
  font-weight: 600;
}
.successfactors .overview_Adhoc{
  font-weight: 300;
  font-size: 1.4rem;
}
.successfactors .overview_Adhoc h4{
  font-weight: 300;
  font-size: 1.4rem;
  color: #ccc;
  margin-bottom: 60px;
}
.info_Challenge h5{
  font-weight: 300;
  line-height: 1.3;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.successfactors  .why_Choose_YASH{
  text-align: center;
}
@media (min-width: 1200px) and (max-width: 1599.98px) {
  .successfactors .commonTitle__title {
      font-size: 3.2rem;
  }
}
@media (max-width: 600px){
  .successfactors .banner .banner__inner .col-md-9 {
    width: 100%;
 }
 .successfactors .overview h4{
  font-size: 1.8rem;
 }
 .icon_Box img{
  max-width: 70px;
 }
 .successfactors .box.icon_Box {
  min-height: 210px;
}
.successfactors .yash_tools_Adhoc ul li{
  margin-left: 0;
}
.commonTitle__title {
  text-align: left !important;
  max-width: 100%;
  font-size: 2.4rem;
}
.number_Summary span{
  font-size: 1.2rem;
}
section.overview_Adhoc:after{
  display: none;
}
}
/* E SUccessFactor */
/* S Tools Accelarator */
.accelarator_Box {
  margin-top: 20px;
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 6px;
  background: #ffffffd4;
  min-height: 340px;
}
.accelarator_Box h4 {
  font-size: 1.6rem;
  color: #000;
}
.accelarator_Box p {
  color: #2a2a2a;
    font-weight: 300;
}
.accelarator_Box .contactBtn.btn{
  border: 0;
}
.accelarator_Box img {
  max-width: 60px;
  height: auto;
  margin-top: 10px;
}
/* E Tools Accelarator */
/* S Signavio */
.signavio_Process{

}
/* .signavio_Process .signavio_process_diagram:after {
  background: #ccc;
  content: '';
  height: 100px;
  position: absolute;
  z-index: 1;
  width: 100%;
} */
.sig_process_diagram{
  position: relative;
}
.sig_process_diagram_plus:after{
  content: '+';
  height: 60px;
  position: absolute;
  z-index: 1;
  width: 100%;
  width: 30px;
  color: #686868;
  top: 12rem;
  z-index: 2;
  font-size: 2.2rem;
  right: -33px;
}
.sig_process_diagram_content {
  position: relative;
  padding: 10px;
}
.sig_process_diagram_border:after{
  content: '';
  height: 100%;
  position: absolute;
  width: 2px;
  top: 0;
  bottom: 0;
  right: 0;
  border-left: 1px dashed #000;
}

.insightsFeatured__item.slick-current.slick-active .learn-more-btn.learn-more-border.lm-white .btn-text{
  margin-bottom: 0 !important;
}
@media  (max-width:600px){
  .sig_process_diagram_border:after ,
  .sig_process_diagram_plus:after{
    display:none
  }
}
@media  (max-width:1200px){
  .sig_process_diagram_plus:after{
    top: 1rem;
  }
}
@media (min-width:1200px) and  (max-width:1500px) {
  .sig_process_diagram_plus:after{
    top: 9rem;
  }
}
@media (min-width:1501px) and  (max-width:1700px) {
  .sig_process_diagram_plus:after{
    top: 9rem;
  }
 
}
@media  (min-width:1668px){
.signavio_process_diagram .col-sm-4:nth-child(2) .sig_process_diagram  .sig_process_diagram_content{
  margin-top: 33px;

}
}
.five_Points .col-sm-3{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (min-width:600px) and  (max-width:1198px) {
  .five_Points .col-sm-3{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
    margin-bottom: 20px;
  }
}
@media (max-width:600px){
  .five_Points .col-sm-3{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
/* E SIgnavio */
.alliance-ovr-list ul li {
  background: #e6d8f0;
  width: 48%;
  float: left;
  margin-right: 15px;
  padding: 15px;
  min-height: 175px;
  border-left: solid 4px;
  font-size: 1rem;
}

.offerings__box_YASH:hover {
  background: #010F6C;
  color: #fff;
      border: 1px solid #010F6C;
}
.offerings__box_YASH:hover h3 {
  color: #fff;
}
.offerings__box_YASH:hover p{
     color: #c2c2c2;
}
/* S AWS Competancy Section */
.aws .services_offerings_pre_Adhoc{
  background: #f2f2f2;
}
.aws_SPD{

}

.aws_SPDs .aws_SPD a{
  display: block;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  padding: 16px;
  text-decoration: none;
  min-height: 184px;
  transition: all 0.5s;
  border-radius: 6px;
  background: #ffffff;
  margin-bottom: 20px;
  border: 1px solid #ccc;
}
.aws_SPDs .aws_SPD a:hover{
  /* box-shadow: 0 4px 12px #00000024; */
  border: 1px solid #1a8ae1;
  color: #1a8ae1;
}
.aws_SPD a span{
  display: block;
  text-align: center;
  margin-top: 10px;
  padding-bottom: 20px;
  text-decoration: none;
  color: #000;
  font-size: 1.2rem;
  font-weight: 500;
  transition: all 0.5s;
}
.aws_SPDs .aws_SPD a:hover span{
  color: #1a8ae1;
}
.aws_SPD a img{
  max-width: 50px;
  height: auto;
}
/* .aws_SPDs .aws_SPD a:hover img{
  filter: brightness(0) invert(1);
} */
.aws_SPDs .accordion-item {
  margin-bottom: 1rem;
}
.aws_SPDs .accordion-item .accordion-body {
  padding: 2rem 1.25rem 1rem;
}
.aws_SPDs .accordion-item .accordion-button{
  background-color: #D8D8D8;
  font-size: 1.2rem;
  font-weight: 500;
}
.aws_SPDs .accordion-item   .accordion-button[aria-expanded="true"]{
  background: #000;
  color: #fff;
 }
.aws_SPDs .accordion-item .collapse.show{
  background: #f2f2f2;
  color: #fff;
}
/* E AWS Competancy Section */
/* S Video Section */
.successVideo{
  background: #fff;
}
.videoContent h4{
    line-height: 1.2;
    font-size: 3.2rem;
    font-weight: 400;
    color: #000;
}
.videoContent p {
    line-height: 1.6;
    font-size: 1rem;
    margin-bottom: 25px;
    color: #212129;
}
.embedeVideo {
    margin-top: 0;
    margin-left: 0;
    border-radius: 20px;
}
/* E Video Section */
/* S Promotional slider below overview */
.newsTicker .slick-initialized .slick-slide {
    display: flex;
    align-items: center;
}
.newsTicker {
    background: #f2f2f2;
    padding: 3rem 1rem;
}
.newsTicker .promo_Content h4{
  font-size: 2.4rem;
    font-weight: 400;
}
.newsTicker .promo_Content p i{
 margin-right: 10px;
 color: #cacaca;
}
.newsTicker .slick-initialized .slick-slide .col-sm-4 img{
  padding: 1rem;
}
/* E Promotional slider below overview */
@media (min-width:576px) and  (max-width:991px){
   .quickLinkDiv ul{
    flex-wrap: wrap;
   }
   .page_Navigation .col-sm-3{
    display: none;
   }
     .page_Navigation .col-sm-12{
      width: 100%;
     }
}

@media (min-width: 1400px) { 
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1370px;
  }

 .header_banners .header_banners_slide {
    max-height: 78vh;
    min-height: 50vh;
 }

 .banner .banner__inner--title{
    font-size: 3.8rem !important;
 }
 .banner .header_banners_content h6 {
      font-size: 1.2rem;
 }
  .customHeader .navbar-nav .nav-link {
        padding: 30px 15px;
  }
  .tabSec .nav-tabs .nav-link{
        padding: 1.3rem 0.8rem;
  }

}
@media  (min-width: 1400px) {
    html {
        font-size: 1.07vw;
    }
}

@media  (min-width: 1600px) {
   .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1520px;
  }
  .tabSec .nav-tabs .nav-link {
    padding: 1.3rem 1rem;
    font-size: 0.9rem;
  }
  .servicesOfferings__list--content h3 {
    display: flex;
    font-size: 2rem;
  }
  .offerings__box_YASH .servicesOfferings__list--content ul li {
    font-size: 1rem;
  }
}
@media  (min-width: 1200px) and (max-width:1399px) {
   html {
        font-size: 0.98vw;
    }
    .hero_Number p{
      font-size: 1rem;
    }
}
@media  (max-width: 576px){

  .banner .banner__inner {
    min-height: auto;
  }
 .header_banners .header_banners_content .banner__inner--title{
        font-size: 2.2rem;
  }
  .hero_Numbers {
    margin-top: 2rem;
  }
  .hero_Numbers .col {
    flex: 1 0 50%;
    margin-bottom: 1rem;
  }

}