html {
  scroll-behavior: smooth;
}
.commonTitle__title {
    font-size: 2.6rem;
}
.gcc_journey_steps ul{
     padding-left: 0;
    list-style: none;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    /* flex-direction: row; */
    flex: 0 1 100%;
    align-items: stretch;
    justify-content: center;
}
.gcc_Journey{
  position: relative;
  padding: 3rem 0;
}
.gcc_journey_steps{
  position: relative;
  height: 100%;
}
.gcc_journey_steps::after{
    background: #ccc;
    position: absolute;
    top: 0;
    bottom: 0;
    content: '';
    width: 4px;
    height: 96%;
    display: flex;
    border-radius: 4px;
    left: 48%;
}
.gcc_journey_steps  ul li{
     display: flex;
    width: 130px;
    height: 130px;
    align-items: center;
    justify-content: center;
    background: #eee;
    border-radius: 100px;
    position: relative;
    z-index: 3;
    padding: 1rem;
    /* width: 100%; */
    flex: 0 1 130px;
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* max-width: 100%; */
    flex-direction: row;
    /* flex: 0 1 100%; */
        font-weight: 500;
            text-align: center;
}
.gcc_journey_steps ul li:nth-child(1),
.gcc_journey_steps ul li:nth-child(2),
.gcc_journey_steps ul li:nth-child(3),
.gcc_journey_steps ul li:nth-child(4){
    background: #d5e4ff;
}
.gcc_journey_steps ul li:nth-child(5),
.gcc_journey_steps ul li:nth-child(6),
.gcc_journey_steps ul li:nth-child(7){
    background: #ffe8e8;
}


.journey_Detail{
     margin-bottom: 4rem;
}
.journey_Detail h4{
     font-size: 2rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #ccc;
    padding-bottom: 4px;
    margin-top: 1rem;
}
.journey_Detail_box {
  padding: 1rem;
    background: #fff;
    border-radius: 12px;
    margin-bottom: 1.2rem;
}
.journey_Detail .journey_First_Step{
  background: #d5e4ff;
}

.journey_Detail.journey_Detail_scaleUp .journey_First_Step{
  background: #ffe8e8;
}
.journey_Detail .btn{
      width: 100%;
    background: transparent;
    color: #000;
    border: 1px solid #ebebeb;
    font-size: 0.9rem;
    background: url(../images/icon/minus_Circle.svg);
    background-size: 20px;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    padding-right: 180px;
}
.journey_Detail .btn.collapsed{
  background: url(../images/icon/plus_Circle.svg);
    background-size: 20px;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    padding-right: 180px;
}
.journey_Detail .btn:hover{
  color: #000;
  border: 1px solid #000;
}

.solution_Pillers {
    padding-top: 1rem;
}
.solution_Piller .commonTitle__title {
  color: #fff;
}
.slolution_Piller_content {
    padding: 0 2rem 2rem;
    background: #e9e9e9;
        border-radius: 1rem;
    margin-top: 0;
        background: #d6dcff;
    background: linear-gradient(0deg, rgba(214, 220, 255, 1) 40%, rgba(255, 247, 247, 1) 100%);
        background: transparent;
}
.solution_Piller {
  padding: 3rem 0;
    background: #000;
    background: url(../images/gcc/why_GCC_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.solution_Piller:after{
  background: #fff;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #FFFFFF;
background: linear-gradient(360deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.79) 50%, rgba(255, 255, 255, 1) 100%);
}
.solution_Piller .container{
  position: relative;
  z-index: 3;
}
.solution_Piller .titleWithProgess .item {
  padding: 1rem;
  cursor: pointer;
  position: relative;
  opacity: 0.6;
}
.solution_Piller .titleWithProgess .item.solution_piller_active,
.solution_Piller .titleWithProgess .item:hover{
  opacity: 1;
}
.solution_Piller .titleWithProgess .item h3{
     padding: 10px 0;
    font-size: 1.8rem;
    font-weight: 500;
    color: #000;
}
.solution_Piller .titleWithProgess .item h3:after {
    content: '';
    background: url(../images/icon/right_Arrow_radius.svg);
    width: 20px;
    height: 20px;
    display: flex;
    position: absolute;
    right: 20px;
    background-repeat: no-repeat;
    top: 38px;
    bottom: 0;
}
.solution_Pillers .slick-dots{
      display: flex;
    justify-content: center;
    margin-top: 20px;
    padding-left: 0;
    flex-wrap: wrap;
    width: 100%;
}
.solution_Pillers .slick-dots li{
     list-style: none;
    opacity: 1;
    max-width: 100%;
    display: flex
;
    width: 100%;
}  
.solution_Pillers .slick-dots li button{
     width: 100%;
    font-size: 1rem;
    color: #000;
    border-radius: 0;
    background: #fff;
    text-indent: 1px;
    text-align: left;
}
.titleWithProgess div span.progressBar {
       width: 100%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.4);
    display: block;
    border-radius: 2px;
}
.titleWithProgess div span.progressBar .inProgress {
    background-color: #335BDE;
    width: 0%;
    height: 2px;
}
.solution_Piller .slick-slider .slick-arrow{
  display: none!important;
}
.slolution_Piller_content .solution_img{
  display: none;
}
.slolution_Piller_content .solution_img img{
 max-width: 100%;
 border-radius: 20px;
}
.slolution_Piller_content .solution_content{
  padding-top: 0;
}
.solution_content > h4{
  display: none;
}
.banner .banner__inner--title{
      margin-bottom: 1rem;
}
.gcc_Feature_Box {
    margin-bottom: 1.3rem;
    background: #fff;
    padding: 1rem;
    min-height: 200px;
    border-radius: 12px;
}
.gcc_Feature_Box h4{
 font-size: 1.35rem;
    font-weight: 500;
}
.gcc_Feature_Box p{
  font-weight: 300;
}
.banner .header_banners_content h6{
     font-size: 1.8rem;
    color: #e7e7e7;
    margin-bottom: 3rem;
    font-weight: 400;
}
.gcc_Blogs_List {
      background: #000;
    padding: 2rem 6rem 1.2rem 1.5rem;
}
.gcc_Blogs_Heading{
 display: flex;
    justify-content: space-between;
        align-items: center;
}
.gcc_Blogs_Heading h4{
      font-size: 1.8rem;
    color: #fff;

}
.gcc_Blogs_Heading a{
  color: #fff;
  text-decoration: underline;
}
.gcc_Blogs_List .blog_List h3 a{
        color: #c4c4c4;
    font-size: 1.25rem;
    font-weight: 400;
    border-bottom: 1px solid #3c3c43;
    display: flex;
    padding-bottom: 1.2rem;
    padding-right: 4rem;
    background: url(../images/icon/right_Arrow_radius_white.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: right center;
    align-items: center;
    padding-top: 1.2rem;
    line-height: 1.4;
}
.gcc_Blogs_List .blog_List h3:hover a{
 color: #fff;
}
.gcc_Spotlight_List .insightsFeatured__item .inner:after{
 display: none;
}
.gcc_Spotlight_List .insightsFeatured__item--text{
  background: #000;
background: linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 87%) 57%, rgba(0, 0, 0, 1) 100%);
    position: absolute;
    bottom: 0;
    top: auto;
    padding-right: 4rem;
        padding: 2rem 2rem;
}
.gcc_Spotlight_List .insightsFeatured__item h4 {
    font-size: 1.5rem;
    line-height: 1.2;
    margin: 25px 0 15px;
    overflow: hidden;
    color: #c4c4c4;
    font-weight: 400;
        background: url(../images/icon/right_Arrow_radius_white.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 3rem;
    transition: 0.5s;
}
.gcc_Spotlight_List .insightsFeatured__item:hover h4 {
  color: #fff;
  transition: 0.5s;
}
.insightsFeatured__item .inner{
      padding: 0;
}
.insightsFeatured__item {
    padding: 0;
    border-radius: 0;
}
.insightsFeatured__item .inner img{
  border-radius: 0;
      height: auto;
      position: relative;
}
.insightsFeatured__item.slick-current.slick-active .inner > a{

}

.insightsFeatured__item .inner img{
      width: 100%;
    height: auto;
}
.insightsFeatured__item .inner:after{
  display: none;
}
.gcc_Spotlight_List .insightsFeatured__item .inner{
      min-height: 280px;
}
.gcc_Spotlight_List .insightsFeatured__item .inner img,
.gcc_Spotlight_List .insightsFeatured__item:hover .inner img{
  height: 300px;
}
.gcc_Spotlight_List .insightsFeatured__item.slick-current.slick-active .inner{
     border-radius: 0;
}
.gcc_Artifacts{
  background: #000;
}
.gcc_Artifacts .container-fluid{
  padding-left: 0;
  padding-right: 0;
}
.gcc_Artifacts .insightsFeatured__item .inner .col-sm-12 {
 padding-left: 0;
 padding-right: 0;
}
.gcc_Artifacts .insightsFeatured__item.slick-current.slick-active .inner,
.gcc_Artifacts .insightsFeatured__item .inner{
 border-radius: 0;
}
.gcc_Artifacts .slick-dots li button{
  display: block;
    width: 8px;
    height: 8px;
    padding: 0;
    border: none;
    border-radius: 8px;
    background-color: #ffffff;
    text-indent: -9999px;
    cursor: pointer;
}
.gcc_Artifacts .slick-dots li.slick-active button{
   background: #1A8AE1;
    width: 35px;
    height: 8px;
}
.gcc_Artifacts .slick-slider .slick-arrow{
  display: none!important;
}
 .gcc_Artifacts .slick-dots{
      display: flex;
    justify-content: center;
    margin-top: 20px;
    padding-left: 0;
    position: absolute;
    top: 1rem;
    right: 1rem;
 }
  .gcc_CaseStudies  .spotlight_List_Items .commonTag,
  .gcc_Artifacts  .insightsFeatured__item--text .tag {
    color: #D1D1D1;
    font-weight: 300;
    border: 1px solid #1A8AE1;
    padding: 8px 25px;
    border-radius: 20px;
    max-height: 40px;
    font-size: 0.9rem;
    background: #000000d1;
}
.gcc_Artifacts .insightsFeatured__item  .spotlight_List_Items{
     transition: all 0.5s;
     display: block;
}
 .gcc_Artifacts .spotlight_List_Items {
    position: relative;
    padding: 0 7px;
    position: absolute;
    bottom: 0;
    top: auto;
    background: #000;
    padding: 3rem;
    background: linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 87%) 57%, rgba(0, 0, 0, 1) 100%);
    transition: all 0.5s;
    display: block;
}
.gcc_Artifacts .insightsFeatured__item:hover  .spotlight_List_Items{
    

    transition: all 0.5s;
    padding-bottom: 6rem;
}
.gcc_Artifacts .spotlight_List_Items h4 {
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 20px;
        background: url(../images/icon/right_Arrow_radius_white.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 3rem;
}
.gcc_Artifacts .spotlight_List_Items:hover h4 {
 text-decoration: underline;
}
.drive_success{
     background: url(../images/gcc/gcc_Value_journey.png);
   background-repeat: no-repeat;
    background-position: top;
    padding: 4rem 0;
    color: #fff;
    background-size: cover;
}
.drive_success h3{
      font-size: 2.4rem;
      font-weight: 300;
}
.drive_success p{
     color: #fff;
}
.drive_success a{
        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: transparent;
    border-width: 0.125rem;
    border-style: solid;
    border-color: #fff;
    border-image: initial;
    border-radius: 3.125rem;
    overflow: hidden;
    transition: all 0.3s;
    outline: none;
    height: auto;
}
.drive_success a:hover{
      background: #0c19cc;
          border-color: #0c19cc;
}
@media (min-width: 1400px) {
    .banner .banner__inner--title {
        font-size: 4.4rem !important;
        font-weight: 500;
    }
    .banner .banner__inner--title span{
      font-size: 4.4rem;
      text-transform: uppercase;
      display: flex;
    }
}
@media (min-width: 1100px) and  (min-width: 1399px) {
  .banner .banner__inner--title {
        font-size: 4rem !important;
        font-weight: 500;
    }
}
.overview__content p{
  font-size: 1.2rem;
}
.gcc_CaseStudies_box,
.gcc_CaseStudies,
.gcc_CaseStudies .slick-slider,
.gcc_CaseStudies .slick-list,
.gcc_CaseStudies .slick-track,
.gcc_CaseStudies .insightsFeatured__item ,
.gcc_CaseStudies .inner {
  height: 100%;
}
.gcc_CaseStudies_box .insightsFeatured__item .inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gcc_CaseStudies_box .insightsFeatured__item:hover .inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.leaderShip{
  padding: 3rem 0;
      background: #d1d6ff;
    background: linear-gradient(338deg, rgba(209, 214, 255, 1) 40%, rgba(255, 242, 242, 1) 100%);
        text-align: center;
}
.leader_Box img{
  max-width: 100%;
}
.leaderShip .linkedin_Link{
      text-align: center;
    display: flex;
    justify-content: center;
}
.leaderShip .linkedin_Link a{
      background: #0a66c2;
    padding: 5px 11px;
    border-radius: 32px;
    position: absolute;
    top: -42px;
    right: 5px;
    color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.leader_Content{
      padding: 1rem;
    text-align: center;
    position: relative;;
}
.leader_Content h4{
  font-size: 1.25rem;
        color: #000;
}
.leader_Content p{
      font-weight: 400;
    font-size: 0.9rem;
    line-height: 1.5;
}

@media (max-width: 600px) {
      .header_banners .header_bg {
        align-items: end;
        height: 100%;
        justify-content: center;
    }
    .header_banners .header_banners_slide video {
    width: auto;
    height: 100%;
}

.banner .banner__inner:after{
  opacity: 0.6;
}
  .header_banners_content .row.align-items-center{
        height: 100%;
    align-items: flex-start !important;
  }
  .banner .header_banners_content h6{
    font-size: 1.2rem;
  }
      .header_banners .header_banners_content .banner__inner--title {
        font-size: 2.4rem;
        font-weight: 600;
    }
    .overview__content p {
    font-size: 1rem;
}
.solution_Piller .titleWithProgess .item h3{
  font-size: 1.4rem;
}
.solution_Piller .titleWithProgess .item{
  padding: 5px;
}
.slolution_Piller_content{
  padding: 0 0 2rem;
}
.commonTitle__title{
  font-size: 2rem;
}
.gcc_journey_steps ul li{
          width: 75px;
        height: 75px;
        font-size: 0.8rem;
        line-height: 1.3;
}
.journey_Detail h4{
      font-size: 1.4rem;
}
.gcc_Artifacts .spotlight_List_Items{
  padding: 1rem;
}
.gcc_Artifacts .spotlight_List_Items h4{
     font-weight: 500;
        font-size: 1.4rem;
        line-height: 1.5;
        padding-top: 2rem;
}
.gcc_CaseStudies .spotlight_List_Items .commonTag, .gcc_Artifacts .insightsFeatured__item--text .tag{
      font-size: 0.8rem;
}
.gcc_Blogs_List{
      padding: 2rem 1rem 1.2rem 1rem;
}
.gcc_journey_steps::after{
      height: 88%;
}
.gcc_Blogs_List .blog_List h3 a{
  padding-right: 2rem;
  font-size: 1.15rem;
}
.gcc_Spotlight_List .insightsFeatured__item--text{
  padding: 1rem 1rem;
}
.gcc_Spotlight_List .insightsFeatured__item h4{
  padding-right: 2rem;
}
.drive_success h3 {
    font-size: 2rem;
    font-weight: 300;
}
.journey_Detail .btn{
      background: url(../images/icon/minus_Circle.svg);
    background-size: 20px;
    display: block;
    background-repeat: no-repeat;
    background-position: 80% center;
    padding-right: 140px;
}
.journey_Detail .btn.collapsed{
      background: url(../images/icon/plus_Circle.svg);
    background-size: 20px;
    display: block;
    background-repeat: no-repeat;
    background-position: 80% center;
    padding-right: 140px;
}
}
@media (max-width: 400px) {
 .gcc_journey_steps ul li {
        width: 80px;
        height: 80px;
        font-size: 0.7rem;
        line-height: 1.3;
        display: flex;
        max-width: 70px;
        max-height: 70px;
    }
}
@media (max-width: 576px) {
    .header_banners .header_banners_slide {
        max-height: 70vh;
    }
    .header_banners .header_banners_content .banner__inner--title{
      padding-top: 4rem;
    }
}
@media (min-width: 1200px) and (max-width:1399px) {
  .gcc_Feature_Box{
        min-height: 150px;
  }
  .gcc_journey_steps ul li{
        width: 90px;
    height: 90px;
    border-radius: 90px;
    flex: 0 0 90px;
  }
}
@media (min-width: 767px) and (max-width:1199px) {
     .banner .banner__inner--title {
        font-size: 4.4rem;
    }
    .overview__content .col-md-5{
              width: 100%;
    }
    .gcc_Feature_Box h4 {
    font-size: 1.15rem;
    font-weight: 500;
}
.solution_Piller .titleWithProgess .item h3{
  font-size:1.3rem;
  font-weight: 600;
}
}
@media (min-width: 1799px) {
 .journey_Detail .btn{
      padding-right: 240px!important;
 }
 .gcc_journey_steps ul li{
  font-size: 0.9rem;
 }
 .overview__content p {
    font-size: 1.1rem;
}
.journey_Detail_box{
  min-height: 240px;
}
}