/* Banner css */
.banner {
    line-height: 8px;
    /* height: 650px; */
    height: 100vh;
    overflow: hidden;
    position: relative;
    /* background: url(../images/banner.png) center 0 no-repeat;
    background-size: cover; */
    background: #212121;
}
.bannerNotification{
    height: calc(100vh - 120px);
}
.banner video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    z-index: 1;
    object-position: center;
    object-fit: cover;
}
/* .banner img{
    height: 100%;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
} */
.bannerText {
    position: absolute;
    left: 0;
    top: 40%;
    z-index: 1;
    width: 100%;
    margin-top: -105px;
}
.clientLogoSection{
    padding: 60px 0;
}
.clientLogoSection .service-heading {
    margin-bottom: 30px;
}
.clientLogoSection .service-heading h3 {
    font-size: 18px;
    line-height: 26px;
    color: #212121;
    font-family: 'graphiksemibold';
    text-align: center;
    text-transform: uppercase;
}

.bannerText h1 {
    color: #FFFFFF;
    font-family: 'graphikbold';
    font-size: 56px;
    line-height: 64px;
    text-align: left;
    width: 830px;
    margin-bottom: 24px;
}
.bannerText label{
    color: #49CC79;
    font-family: 'graphiksemibold';
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 20px;
}

.bannerText span {
    opacity: 0.9;
    color: rgba(255,255,255,0.84);
    font-family: 'graphikmedium';
    font-size: 16px;
    line-height: 19px;
    position: relative;
    margin-bottom: 30px;
    display: block;
}
.bannerText .certifiedLogo{
    margin-top: 90px;
}
.bannerText .certifiedLogo img{
    margin-right: 22px;
}
.bannerText .button_button__3HGS0{
    background-color: #49CC79;
    width: 240px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-family: 'graphikmedium';
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 14px;
    text-transform: uppercase;
}
.bannerText a.button_button__3HGS0 polyline {
    stroke: #fff;
}

.bannerBottomSection {
    background: #152245;
    padding: 135px 0;
    vertical-align: top;
}

.descrption {
    position: relative;
}
.descrption>span {
    /* background: linear-gradient(to right,
            rgb(255, 255, 255) 50%,
            rgb(255 255 255 / 34%) 50%); */
    background: linear-gradient(to right,
            rgb(255, 255, 255) 50%,
            rgb(255 255 255 / 40%) 50%);
    background-size: 200% 100%;
    background-position-x: 100%;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    font-family: 'graphikbold';
    font-size: 60px;
    line-height: 80px;
    display: block;
    /* margin: 0 auto;*/
}

.zigzag {
    position: absolute;
    right: 0;
    bottom: -232px;
}

/* innovationSection css */
.innovationSection {
    padding: 90px 0 160px 0;
}

.innovationSection h2 {
    color: #212121;
    font-family: 'graphikbold';
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 16px;
}

.innovationSection h2 span {
    display: block;
}

.innovationSection .subHeading {
    color: #848484;
    font-family: 'graphikmedium';
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 50px;
    display: block;
}

.innovationSection .block {
    background-color: #F4F6F9;
    padding: 30px 40px;
    height: calc(100% - 0px);
}

.innovationSection .block h4 {
    color: #212121;
    font-family: 'graphiksemibold';
    font-size: 24px;
    line-height: 29px;
    margin-top: 50px;
    margin-bottom: 16px;
}

.innovationSection .block p {
    color: #212121;
    font-family: 'graphikregular';
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 50px;
    min-height: 72px;
}

.innovationSection .block a {
    color: #49CC79;
    font-family: 'graphikmedium';
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 14px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.innovationSection .block a img {
    margin-left: 20px;
}

/* We are Quarkians css */
.weareSection {
    background:#061A5D;
    padding: 100px 0;
}

.weareSection h3 {
    color: #FFFFFF;
    font-family: 'graphikbold';
    font-size: 42px;
    line-height: 54px;
    margin-bottom: 16px;
}

.weareSection p {
    color: rgba(255, 255, 255, 0.84);
    font-size: 20px;
    line-height: 30px;
    opacity: 0.75;
}

.weareSection .blockLeft {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.weareSection .block {
    background-image: linear-gradient(220.22deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.24) 100%);
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 60px 50px;
    /* background: linear-gradient(220.22deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.24) 100%), url(../images/svg/glass-bg.svg); */
    position: relative;
    overflow: hidden;
}

.glass-effect2 {
    background-color: rgba(255, 255, 255, 0.16);
    border-radius: 100%;
    filter: blur(50px);
    width: 183px;
    height: 305px;
    position: absolute;
    right: 0px;
    top: -60px;
}  

.glass-effect {
    background-image: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.22) 21.47%, rgba(255, 255, 255, 0.7) 50.81%, rgba(255, 255, 255, 0.17) 75.77%, rgba(255, 255, 255, 0) 100%);
    width: 120px;
    height: 1px;
    position: absolute;
    left: 40%;
    top: 0px;
}

.glass-effect1 {
    background-image: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.14) 21.47%, rgba(255, 255, 255, 0.32) 50.81%, rgba(255, 255, 255, 0.14) 75.77%, rgba(255, 255, 255, 0) 100%);
    width: 80px;
    height: 1px;
    position: absolute;
    left: 20px;
    bottom: 0px;
}

.weareSection .block h5 {
    color: #FFFFFF;
    font-family: 'graphiksemibold';
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
}

.weareSection .block p {
    color: #FFFFFF;
    font-family: 'graphikregular';
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
}

.weareSection .block a {
    background-color: #49CC79;
    width: 200px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-family: 'graphikmedium';
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 14px;
    text-transform: uppercase;
}

.weareSection .block a.button_button__3HGS0 polyline {
    stroke: #fff;
}

.weareSection .block a img {
    margin-left: 9px;
}

/* technologyStacksSection css */
.technologyStacksSection{
    padding-top: 80px;
    padding-bottom: 80px;
    border-bottom: #E7EAF1 solid 1px;
}
.technologyStacksSection h3{
    color: #212121;
    font-family: 'graphikbold';
    font-size: 42px;
    line-height: 54px;
    text-align: center;
    margin-bottom: 16px;
}
.technologyStacksSection p{
    color: #757575;
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 48px;
    text-align: center;
}
.technologyStacksSection .swiper-wrapper{
    transition-timing-function: linear;
}
.technologyStacksSlider{
    position: relative;
}
.technologyStacksSlider::before{
    background-image: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 49.39%, #FFFFFF 100%);
    width: 160px;
    height: 254px;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    z-index: 9;
}
.technologyStacksSlider::after{
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 49.39%, #FFFFFF 100%);
    width: 160px;
    height: 254px;
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    z-index: 9;
}
.technologyStacksSlider .swiper-slide{
    width: auto;
}
.technologySlide{
    border: 1px solid #E7EAF1;
    border-radius: 100px;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    padding: 9px 14px;
    color: #424242;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 20px;
    height: 48px;
}
.technologySlide img{
    margin-right: 6px;
}

/* Blog css */
.blogSection {
    padding: 86px 0;
    /* border-bottom: #eee solid 1px; */
    margin-bottom: 0;
}
.blogSection h3 {
    color: #212121;
    font-family: 'graphikbold';
    font-size: 42px;
    line-height: 54px;
    margin-bottom: 16px;
}

.blogSection .subHeading {
    /* color: #989DA9; */
    color: #848484;
    font-family: 'graphikregular';
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 40px;
    display: block;
}
.blogSection .blogSlider{
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
}
.blogSection .block {
    background-image: linear-gradient(#F4F6F9, #fff);
    padding: 1px;
    height: 100%;
    position: relative;
    overflow: hidden;
    height: 450px;
}

.blogSection .block a {
    display: block;
    background: #fff;
    padding: 30px;
    height: 100%;
}

.blogSection .line {
    background-color: #49CC79;
    width: 40px;
    height: 4px;
    margin-bottom: 36px;
}

.blogSection .date {
    color: #989DA9;
    font-family: 'graphikbold';
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 10px;
}

.blogSection h2 {
    color: #212121;
    font-family: 'graphiksemibold';
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
    height: 240px;
    transition: all 1s ease;
}

.blogSection p {
    color: #212121;
    font-family: 'graphikregular';
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blogSection button {
    position: absolute;
    left: 30px;
    bottom: -30px;
    background: none;
    border: none;
    transition: all 1s ease;
    color: #49CC79;
    font-family: 'graphikmedium';
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 14px;
    text-transform: uppercase;
}

.blogSection .block a:hover h2 {
    height: 120px;
    overflow: hidden;
    color: #49CC79;
    transition: all 1s ease;
}
.viewAllBlog{
    background-color: #49CC79;
    width: 180px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-top: -55px;
    color: #FFFFFF;
    font-family: 'graphikmedium';
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 14px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}
.viewAllBlog:hover{
    color: #fff;
}

.blogSection .block:hover button {
    bottom: 30px;
    transition: all 1s ease;
    
}

.blogSection .block:hover {
    box-shadow: 0 16px 20px 0 rgba(0, 0, 0, 0.06);
}

.blogSection .block .button_arrow__379Os {
    margin-left: 8px;
}
.blogSection .swipperButton{
    left: 0;
    margin-left: 0;
    bottom: 40px;
}
.blogSection .swipperButton .swiper-button-prev3 {
    background: url(../images/svg/slider-bt.svg) 0 0 no-repeat;
    width: 56px;
    height: 56px;
    transform: rotate(180deg);
}

.blogSection .swipperButton .swiper-button-next3 {
    background: url(../images/svg/slider-bt.svg) 0 0 no-repeat;
    width: 56px;
    height: 56px;
    margin-right: -16px;
}

.blogSection .swipperButton .swiper-button-disabled {
    opacity: .4;
    cursor: default;
}



/* homeServices css */
.homeServices{
    padding-top: 60px;
    padding-bottom: 50px;
    background: url(../images/service-section-bg.png) 0 0 no-repeat;
    background-size: cover;
}
.homeServices h4{
    color: #fff;
    font-family: 'graphikbold';
    font-size: 42px;
    line-height: 54px;
    margin-bottom: 15px;
}
.homeServices h5{
    color: #FFFFFF;
    font-family: 'graphikregular';
    font-size: 20px;
    letter-spacing: 0;
    line-height: 30px;
    text-align: center;
    margin-bottom: 60px;
}
.homeServices .service-box h3{
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 16px;
    font-family: 'graphiksemibold';
    margin-top: 25px;
}
.homeServices .service-box p{
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
    word-wrap: break-word;
}
.homeServices .service-box .learn-more{
    color: #49CC79;
    font-family: 'graphikmedium';
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 14px;
    text-transform: uppercase;
    position: absolute;
    bottom: 24px;
}
.homeServices .service-box{
    border: 1px solid rgb(73 204 121 / 20%);
    padding: 0;
    margin-bottom: 30px;
    height: calc(100% - 30px);
}
.homeServices .service-box a{
    padding: 24px;
    padding-bottom: 38px;
    display: block;
    position: relative;
}
/* all-services css */
.all-services{
    background: #fff;
    padding: 80px 0;
}
.all-services .service-box a{
    text-align: center;
    padding: 35px;
    display: block;
}
.all-services .container{
    padding-left: 20px;
    padding-right: 20px;
}
.all-services .container .row{
    margin-left: -30px;
    margin-right: -30px;
}
.all-services .col-12{
    padding-left: 30px;
    padding-right: 30px;
}
.all-services .service-box .img-left img{
    width: 56px;
}
.all-services .service-heading h2{
    color: #212121;
    font-family: 'graphikbold';
    font-size: 42px;
    line-height: 54px;
    margin-bottom: 30px;
    text-align: center;
}
.all-services .service-heading  p{
    color: #212121;
    font-family: 'graphikregular';
    font-size: 20px;
    letter-spacing: 0;
    line-height: 30px;
    text-align: center;
    margin-bottom: 50px;
}
.all-services .service-content{
    padding-top: 15px;
}
.all-services .service-content h3{
    color: #212121;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
    font-family: 'graphikmedium';
}
.all-services .service-content .learn-more{
    color: #49CC79;
    font-family: 'graphikmedium';
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 14px;
    text-transform: uppercase;
}
.all-services .service-content p{
    color: #424242;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 44px;
}

.all-services .service-box{
    border-left: 1px solid #E7EAF1;
    padding: 0;
    height: 100%;
    border-bottom: 1px solid #E7EAF1;
}
.all-services .col-6:nth-last-child(1) .service-box, .all-services .col-6:nth-last-child(2) .service-box, .all-services .col-6:nth-last-child(3) .service-box{
    border-bottom: none;
}
.all-services .col-6:nth-child(1) .service-box, .all-services .col-6:nth-child(5) .service-box, .all-services .col-6:nth-child(9) .service-box, .all-services .col-6:nth-child(13) .service-box{
    border-left: none;
}
.testimonialsSection .container h3{
    font-size: 48px;
    line-height: 56px;
}

.testimonialsSection .button_button__3HGS0 {
    padding: 14px 25px;
    padding-left: 20px;
    margin-right: 15px;
    background: #49CC79;
    border: 1px solid #49CC79;
    color: #fff;
    margin-top: 30px;
    font-size: 12px;
    line-height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'graphikmedium';
    text-transform: uppercase;
    margin-right: 0;
    letter-spacing: 1px;
    white-space: nowrap;
}
.testimonialsSection .button_button__3HGS0 polyline {
    stroke: #fff;
}

.strategicPartnerships{
    padding-top: 100px;
    padding-bottom: 130px;
    border-bottom: 1px solid #E7EAF1;
}
.strategicPartnerships .partnershipsBlock{
    display: flex;
    align-items: center;
    gap: 40px;
}
.strategicPartnerships .partnershipsBlock h3{
    color: #212121;
    font-family: 'graphikbold';
    font-size: 42px;
    line-height: 54px;
    margin: 0;
}
.strategicPartnerships .partnershipsBlock .rightLogos{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.strategicPartnerships .partnershipsBlock .rightLogos .logoBlock{
    background-color: #FFFFFF;
    border: 1px solid #EFF1F5;
    width: 175px;
    height: 144px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.strategicPartnerships .partnershipsBlock .rightLogos .logoBlock:nth-child(2), .strategicPartnerships .partnershipsBlock .rightLogos .logoBlock:nth-child(5){
    margin-bottom: -80px;
}
.strategicPartnerships .partnershipsBlock .rightLogos .logoBlock img{
    max-width: 100%;
}


/* Our Engagement Models css */
.engagementModels{
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .engagementModels h2{
    margin-bottom: 10px;
    text-align: center;
    color: #212121;
    font-family: 'graphikbold';
    font-size: 42px;
    letter-spacing: 0;
    line-height: 56px;
  }
  .engagementModels .sub-heading{
    opacity: 0.8;
    color: #212121;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 30px;
    text-align: center;
    margin-bottom: 30px;
    display: block;
  }
  .engagementModels .popular{
    background-color: #FFFFFF;
    box-shadow: 0 4px 20px 0 rgba(0,0,0,0.04);
    padding: 5px 16px;
    position: absolute;
    color: #B4A17C;
    font-size: 16px;
    font-family: 'graphikbold';
    letter-spacing: 0;
    line-height: 26px;
    right: 20px;
    top: 20px;
  }
  .engagementModels .serviceBlock{
    background: linear-gradient(180deg, #EFE8FF 0%, #F3ECF7 45.76%, #FFFFFF 100%);
    padding: 30px;
    position: relative;
    border: 1px solid #efe8ff;
    height: 100%;
    padding-bottom: 80px;
  }
  .engagementModels .secondBox .serviceBlock{
    background: linear-gradient(180deg, #EFDBBB 0%, #FFFAF2 45.76%, #FFFFFF 100%);
    border: 1px solid #ECE0C8;
  }
  .engagementModels .thirdBox .serviceBlock{
    background: linear-gradient(0deg, #FFFFFF 0%, #E4F9FE 54.24%, #CAEAF3 100%);
    border: 1px solid #CEE8EE;
  }
  .engagementModels .serviceBlock .img-left{
    margin-bottom: 25px;
  }
  .engagementModels .serviceBlock .service-content{
    height: auto;
  }
  .engagementModels .serviceBlock .service-content h3{
    color: #212121;
    font-family: 'graphiksemibold';
    font-size: 20px;
    letter-spacing: 0;
    line-height: 26px;
    margin-bottom: 10px;  
  }
  .engagementModels .serviceBlock .service-content p{
    color: #424242;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    position: relative;
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
  .engagementModels .serviceBlock .service-content p::after{
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    background: linear-gradient(90deg, #ddd3f3 0%, #e6e5e7 45.76%, #f4edf8 100%);
    content: "";
    height: 1px;
  }
  .engagementModels .secondBox .serviceBlock .service-content p::after{
    background: linear-gradient(90deg, #EFDBBB 0%, rgb(240 221 191 / 35%) 45.76%, #fffaf3 100%);
  }
  .engagementModels .thirdBox .serviceBlock .service-content p::after{
    background: linear-gradient(-90deg, #e5f9fe 0%, #cdebf482 54.24%, #c0e6f1 100%);
  }
  
  .engagementModels .serviceBlock ul li{
    color: #000000;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 25px;
    background: url(../images/services/tick.svg) 0 center no-repeat;
    padding-left: 32px;
    margin-bottom: 24px;
  }
  .engagementModels .serviceBlock ul li:last-child{
    margin-bottom: 36px;
  }
  .engagementModels .serviceBlock .bookFree{
    border: 1px solid #49CC79;
    display: block;
    text-align: center;
    color: #49CC79;
    font-family: 'graphikmedium';
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 13px;
    text-transform: uppercase;
    height: 48px;
    padding: 14px;
    position: absolute;
    bottom: 30px;
    width: calc(100% - 60px);
  }
  .engagementModels .serviceBlock .bookFree:hover{
    background: #49CC79;
    color: #fff;
  }
  .engagementModels .serviceBlock .bookFree:hover polyline{
    stroke: #fff;
  }
  .testimonialsSection{
    border-bottom: none;
    padding-top: 40px;
  }

  /* transforming Businesses css */
.transformingBusinesses{
    background: url(../images/abouts/transformingBusinesses-bg.png) no-repeat center center;
    background-size: cover;
    padding-top: 65px;
    padding-bottom: 100px;
  }
  .transformingBusinesses h2{
    color: #FFFFFF;
    font-family: 'graphikbold';
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 20px;
  }
  .transformingBusinesses p{
    color: #FFFFFF;
    font-family: 'graphikregular';
    font-size: 20px;
    line-height: 30px;
    opacity: 0.8;
    margin-bottom: 50px;
  }
  .partnershipLogo{
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    flex-wrap: wrap;
    gap: 30px;
  }
  .partnershipLogo img{
    margin-right: 40px;
  }
  .partnershipLogo img:last-child{
    margin-right: 0;
  }
  .transformingBusinesses .button_button__3HGS0{
    padding: 14px 25px;
    padding-left: 20px;
    margin-right: 15px;
    background: #49CC79;
    border: 1px solid #49CC79;
    color: #fff;
    font-family: 'graphikmedium';
  }
  .transformingBusinesses .button_button__3HGS0 polyline {
    stroke: #fff;
  }

  /* Ready To Chat Section Css */
.readyToChat {
    background: url(../images/services/unlockbg.png) 0 0 no-repeat;
    background-size: 100% 100%;
    padding: 70px 0;
    text-align: center;
}
.readyToChat h2 {
    font-size: 42px;
    line-height: 56px;
    color: #fff;
    margin-bottom: 30px;
    font-family: 'graphikbold';
}
.readyToChat .button_button__3HGS0{
    padding: 14px 25px;
    padding-left: 20px;
    margin-right: 15px;
    background: #49CC79;
    border: 1px solid #49CC79;
    color: #fff;
    font-family: 'graphikmedium';
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    display: inline-block;
    width: 298px;
    margin-right: 0;
  }
.readyToChat .button_button__3HGS0 polyline {
stroke: #fff;
}

/* FAQ css */
.faqSection{
    padding-bottom: 100px;
}
.accordian-section .panel {
    border-radius: 0;
    border: 0;
    margin-top: 0px;
    display: flex;
    gap: 30px;
    align-items: flex-start;
  }
  .panel-group{
    position: relative;
  }
  .accordian-section a {
    padding: 14px 20px;
    text-align: left;
    color: #212121;
    font-family: 'graphikmedium';
    font-size: 18px;
    line-height: 26px;
    display: block;
    padding-right: 45px;
  }
  .accordian-section .panel-heading {
    padding: 0;
    border-radius: 0px;
    text-align: center;
    width: 50%;
    box-shadow: 0 1px 0 0 rgba(242, 246, 250, 0.5);
    margin-bottom: 1px;
  }
  
  .accordian-section .panel-heading .panel-title{
    position: relative;
    background: #fff;
  }
  .accordian-section .panel-heading .panel-title::after{
    background: url(../images/contact-us/faq-arrow.svg) 0 0 no-repeat;
    position: absolute;
    right: 10px;
    top: 19px;
    width: 18px;
    height: 17px;
    content: '';
    transform: rotate(90deg);
  }
  .accordian-section .panel-heading .panel-title.active{
    background: #F8F6FE;
  }
  .accordian-section .panel-heading .panel-title.active::after{
    transform: rotate(0);
    top: 20px;
  }
  .accordian-section .panel-collapse{
    width: 46%;
    position: absolute;
    right: 0;
    top: 0;
    padding: 30px;
    height: 100%;
    overflow: auto;
  }
  .accordian-section .panel-collapse::-webkit-scrollbar{
    width: 0.4em;
  }
  .accordian-section .panel-collapse::-webkit-scrollbar-thumb {
    background: #000;
  }
  .accordian-section .panel-collapse h4{
    color: #212121;
    font-family: 'graphikmedium';
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 14px;
  }
  .accordian-section .panel-collapse p{
    color: #424242;
    font-family: 'graphikregular';
    font-size: 16px;
    line-height: 26px;
  }
  .accordian-section .panel-collapse b, .accordian-section .panel-collapse strong{
    font-family: 'graphikmedium';
  }
  .accordian-section .panel-collapse a{
    color: #3BAE65;
    font-family: 'graphikregular';
    font-size: 16px;
    line-height: 26px;
    padding: 0;
    display: inline-block;
  }
  .accordian-section .panel-collapse a:hover{
    text-decoration: underline;
  }
  .accordian-section .panel-collapse ul{
    list-style: disc;
    padding-left: 20px;
    margin-top: 12px;
  }
  .accordian-section .panel-collapse li{
    color: #424242;
    font-family: 'graphikregular';
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 5px;
  }
  .accordian-section .panel-collapse li a{
    font-size: 14px;
  }
  .accordian-section .panel-collapse::after{
    width: 100%;
    height: 100%;
    background: #F8F6FE;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    z-index: -1;
  }
  .service-heading h2{
    font-size: 42px;
    line-height: 56px;
    color: #000000;
    font-family: 'graphikbold';
    margin-bottom: 50px;
  }

  /* Our Range Section css */
  .ourRangeSection{
    background: linear-gradient(180deg, #0025A5 0%, #011E89 100%);
    padding: 60px 0;
  }
  .ourRangeSection .service-heading{
    text-align: center;
    margin-bottom: 60px;
  }
  .ourRangeSection .service-heading h2{
    color: #fff;
    margin-bottom: 20px;
  }
  .ourRangeSection .service-heading p{
    color: #FFFFFF;
    font-family: 'graphikregular';
    font-size: 20px;
    letter-spacing: 0;
    line-height: 30px;
    text-align: center;
  }
  .rangeSolution{
    display: flex;
    gap: 90px;
    align-items: flex-start;
  }
  .rangeSolution .rangeHeading{
    display: flex;
    align-items: center;
    color: #FFFFFF;
    font-family: 'graphiksemibold';
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 38px;
    gap: 30px;
    margin-bottom: 30px;
  }
  .range-content{
    width: 50%;
  }
  .range-content p{
    color: #FFFFFF;
    font-family: 'graphikregular';
    font-size: 16px;
    letter-spacing: 0;
    line-height: 28px;
  }
  .range-tabs{
    border: none;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    width: 50%;
    position: relative;
  }
  .range-tabs::after{
    position: absolute;
    right: -40px;
    width: 1px;
    height: 100%;
    content: "";
    background: linear-gradient(180deg, rgb(255 255 255 / 68%) 0%, #011E89 100%);
  }
  .range-tabs a{
    opacity: 0.4;
    color: #FFFFFF;
    font-family: 'graphiksemibold';
    font-size: 20px;
    letter-spacing: 0;
    line-height: 26px;
    position: relative;
  }
  .range-tabs a.active{
    opacity: 1;
  }
  .range-tabs a.active::after{
    height: 1px;
    width: 100%;
    background: #FFFFFF;
    position: absolute;
    left: 0;
    bottom: -5px;
    content: "";
  }

  .thinkerSection {
    padding-bottom: 40px;
    padding-top: 60px;
   }
   .thinkerSection .service-heading h2{
    margin-bottom: 0;
   }
  
   .sliderSection .leftSection {
    width: 654px;
    padding-right: 70px;
    padding-top: 60px;
    padding-bottom: 40px;
  }
  
  .sliderSection .rightImgSection {
    width: 45%;
    line-height: 8px;
  }   
  .sliderSection .slideBlock{
    justify-content: space-between;
  }

  /* News Media Section css */
  .newsMediaSection{
    background: #F4F6F9;
    padding: 70px 0;
  }
  .newsMediaSection .service-heading h2{
    font-size: 48px;
    text-align: center;
  }
  .newsMediaSection .latestNews{
    display: flex;
    justify-content: space-between;
    gap: 30px;
  }
  .newsMediaSection .latestNews .mediaThumb{
    width: 47%;
  }
  .newsMediaSection .latestNews .mediaThumb img{
    max-width: 100%;
  }
  .newsMediaSection .latestNews .newsList{
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 58%;
  }
  .newsMediaSection .latestNews .press-release-container{
    border: 1px solid #E7EAF1;
    background-color: #FFFFFF;
    box-shadow: 4px 10px 20px 0 rgba(240, 240, 240, 0.5);
    padding:25px 30px;
  }
  .newsMediaSection .latestNews .press-release-container .date{
    color: #757575;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 17px;
    margin-bottom: 20px;
    display: block;
  }
  .newsMediaSection .latestNews .press-release-container .heading{
    margin-bottom: 15px;
  }
  .newsMediaSection .latestNews .press-release-container .heading a{
    color: #212121;
    font-family: 'graphiksemibold';
    font-size: 20px;
    letter-spacing: 0;
    line-height: 30px;
  }
  .newsMediaSection .latestNews .press-release-container .heading a:hover{
    color: #49CC79;
  }
  .newsMediaSection .latestNews .press-release-container .author-details{
    margin-bottom: 20px;
    display: flex;
    gap: 40px;
  }
  .newsMediaSection .latestNews .press-release-container label{
    color: #757575;
    font-size: 16px;
  }
  .newsMediaSection .latestNews .press-release-container label span, .newsMediaSection .latestNews .press-release-container label a{
    color: #212121;
  }
  .newsMediaSection .latestNews .press-release-container .footer a{
    color: #49CC79;
    font-family: 'graphikmedium';
    font-size: 14px;
    letter-spacing: 0;
    line-height: 26px;
  }
  .newsMediaSection .latestNews .newsList .button_button__3HGS0{
    background-color: #49CC79;
    width: 240px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-family: 'graphikmedium';
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 14px;
    text-transform: uppercase;
}
.newsMediaSection .latestNews .newsList a.button_button__3HGS0 polyline {
    stroke: #fff;
}
.accordian-section::after{
    background: #F8F6FE;
    width: 46%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    z-index: -1;
}
.sliderSection{
    border: none;
}
.sliderSection .homePageSlider{
    border-top: #E7EAF1 solid 1px;
}
.sliderSection .swiper-pagination{
    bottom: 30px;
    left: 0;
}


/* Responsive */
@media (max-width: 1199px) {
    .testimonialsSection .container h3{
      width: 320px;
      font-size: 38px;
    }
}
@media screen and (max-width: 991px) {
    .bannerText {
        top: 33%;
        margin-top: 0;
    }

    .bannerText h1 {
        font-size: 46px;
        line-height: 60px;
        width: 100%;
        margin-bottom: 20px;
    }

    .bannerBottomSection {
        padding: 100px 0;
    }

    .descrption span {
        font-size: 30px;
        line-height: 46px;
    }

    .zigzag {
        bottom: -110px;
        width: 110px;
    }

    .zigzag img {
        width: 100%;
    }

    .thinkerSection {
        padding: 60px 0 40px 0;
    }

    .innovationSection .block {
        margin-bottom: 30px;
    }

    .weareSection .block {
        margin-top: 30px;
    }

    .blogSection h2 {
        height: auto;
    }
    
   
    .headerSection .navbar .nav-item:first-child{
        margin-left: 0;
    }
    .strategicPartnerships .partnershipsBlock .rightLogos{
        gap: 10px;
    }
    .strategicPartnerships .partnershipsBlock .rightLogos .logoBlock{
        width: 130px;
        height: 100px;
        margin: 0 !important;
    }
    .engagementModels .thirdBox{
        margin: 0 auto;
        margin-top: 30px;
      }
    .all-services .service-box{
        border-left: 1px solid #E7EAF1 !important;
    }
    .all-services .col-6:nth-last-child(1) .service-box, .all-services .col-6:nth-last-child(2) .service-box, .all-services .col-6:nth-last-child(3) .service-box{
        border-bottom: none;
    }
    .all-services .col-6:nth-child(1) .service-box, .all-services .col-6:nth-child(4) .service-box, .all-services .col-6:nth-child(7) .service-box, .all-services .col-6:nth-child(10) .service-box, .all-services .col-6:nth-child(13) .service-box{
        border-left: none !important;
    }  
    .rangeSolution{
        flex-direction: column;
        gap: 30px;
    }
    .range-tabs{
        width: 100%;
        flex-wrap: nowrap;
        overflow: auto;
        padding-bottom: 15px;
    }
    .range-tabs li{
        flex: none;
    }
    .range-content{
        width: 100%;
    }
    .newsMediaSection .latestNews .mediaThumb{
        display: none;
    }
    .newsMediaSection .latestNews .newsList{
        width: 100%;
    }
    .sliderSection .leftSection {
        width: 50%;
        padding: 40px;
        padding-bottom: 80px;
        padding-left: 0;
    }
    .sliderSection .rightImgSection {
        width: 50%;
    }
    .testimonialsSection .button_button__3HGS0{
        display: table;
    }
    .range-tabs::after{
        display: none;
    }
}

@media screen and (max-width: 767px) {
.range-tabs{
    width: -webkit-fill-available;
    flex-wrap: nowrap;
    overflow: auto;
    padding-bottom: 15px;
    margin: 0 -20px;
    padding-left: 20px;
    gap: 30px;
    padding-right: 20px;
}
.range-tabs a{
    font-size: 16px;
}
.banner {
    /* max-height: 580px; */
    height: 100vh;
}
.bannerNotification{
    height: calc(100vh - 82px);
}
.zigzag-mobile img{
    width: 100px;
    height: auto;
}
.bannerText span::before {
    width: 40px;
    margin-top: 0px;
}

.bannerText span {
    padding-left: 0;
    margin-bottom: 20px;
}

.bannerText {
    top: 22%;
}
.bannerText label{
    margin-bottom: 5px;
}
.bannerText .certifiedLogo{
    margin-top: 30px;
}

.bannerText h1 {
    font-size: 34px;
    line-height: 44px;
}

.bannerBottomSection {
    padding: 60px 0;
}
/*
.descrption span {
    font-size: 26px;
    line-height: 42px;
    display: inline;
}
*/
.descrption span {
    font-size: 26px;
    line-height: 42px;
    /* display: inline; */
    display: initial;
    text-align: left;
}

.innovationSection .subHeading {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 26px;
}

.innovationSection h2 {
    font-size: 34px;
    line-height: 38px;
}

.innovationSection .block {
    padding: 26px;
    height: auto;
}

.innovationSection .block h4 {
    margin-top: 30px;
}

.innovationSection .block h4 {
    font-size: 22px;
    line-height: 28px;
}

.innovationSection {
    padding: 60px 0 30px;
}

.weareSection {
    padding: 60px 0;
    background-image: url('../images/weareSectionMweb.png');
    background-position: bottom right;
}

.weareSection h3 {
    font-size: 34px;
    line-height: 38px;
}

.weareSection .block {
    padding: 30px;
}

.blogSection {
    padding: 60px 0;
}

.blogSection .subHeading {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 40px;
}

.blogSection h3 {
    font-size: 34px;
    line-height: 38px;
}

.descrption>p {
    font-size: 32px;
    line-height: 46px;
}

.blogSection .block {
    height: auto;
}

.weareSection p {
    font-size: 18px;
    line-height: 26px;
}

.weareSection .block h5 {
    font-size: 22px;
    line-height: 30px;
}

.blogSection .block a:hover h2 {
    height: auto;
    transition: none;
}

.blogSection button {
    bottom: 20px;
    transition: none;
}

.blogSection .block a:hover h2 {
    transition: all 1s ease;
    color: #212121;
}
.homeServices{
    padding-top: 50px;
    padding-bottom: 50px;
}
.homeServices h4{
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 30px;
}
.homeServices .service-box p{
    height: auto;
}
.all-services{
    padding-top: 50px;
    padding-bottom: 30px;
}
.all-services .service-heading h2{
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 30px;
}
.strategicPartnerships{
    padding-top: 50px;
    padding-bottom: 50px;
}
.strategicPartnerships .partnershipsBlock{
    flex-direction: column;
}
.strategicPartnerships .partnershipsBlock .rightLogos{
    justify-content: center;
    gap: 20px;
}
.homeServices .service-box{
    margin-bottom: 20px;
    height: auto;
}
.homeServices .service-box .learn-more{
    bottom: 40px;
}
.all-services .container .row{
    margin-right: -15px;
    margin-left: -15px;
}
.all-services .col-12 {
    padding-left: 15px;
    padding-right: 15px;
}
.strategicPartnerships .partnershipsBlock h3{
    font-size: 34px;
    line-height: 38px;
}
.technologyStacksSection h3{
    font-size: 34px;
    line-height: 38px;
}
.blogSection .blogSlider{
    padding-bottom: 90px;
    padding-left: 15px;
    padding-right: 15px;
}
.technologyStacksSlider::before, .technologyStacksSlider::after{
    width: 70px;
}
.technologyStacksSection p{
    font-size: 16px;
    line-height: 24px;
}
.technologySlide{
    font-size: 16px;
    height: 42px;
}
.swiper-button-next, .swiper-button-prev{
    width: 40px !important;
    height: 40px !important;
    background-size: cover !important;
}
.viewAllBlog{
    width: 146px;
    height: 40px;
    margin-top: -62px;
}
.blogSection .swipperButton .swiper-button-next3{
    margin-right: 20px;
}
.testimonialsBlock .swipperButton .swiper-button-next4{
    right: 0;
}
.testimonialsBlock .swipperButton .swiper-button-prev4{
    margin-left: 30px;
}
.engagementModels{
    padding: 50px 0;
    }
.engagementModels .secondBox{
    margin-top: 30px;
    }
    .transformingBusinesses{
    padding: 50px 0;
    }
    .transformingBusinesses h2{
    font-size: 32px;
    line-height: 40px;
    }
    .transformingBusinesses p{
    font-size: 18px;
    }

    .accordian-section .panel{
        flex-direction: column;
        gap: inherit;
      }
      .accordian-section .panel-heading{
        width: 100%;
      }
      .accordian-section .panel-collapse{
        position: inherit;
        width: 100%;
        padding: 20px;
        padding-top: 0;
      }
      .accordian-section .panel-collapse h4{
        display: none;
      }
      .accordian-section a{
        font-size: 16px;
        line-height: 20px;
      }
      .accordian-section .panel-collapse p{
        font-size: 14px;
        line-height: 20px;
      }
      .accordian-section .panel-heading .panel-title.active::after{
        transform: rotate(-90deg);
      }
    .all-services .service-box, .all-services .col-6:nth-child(4) .service-box, .all-services .col-6:nth-child(10) .service-box{
        border-left: 1px solid #E7EAF1 !important;
        border-bottom: 1px solid #E7EAF1 !important;
    }
    .all-services .col-6:nth-last-child(1) .service-box{
        border-bottom: none !important;
        border-right: 1px solid #E7EAF1 !important;
        border-left: none !important;
        margin-right: -1px;
    }
    .all-services .col-6:nth-child(1) .service-box, .all-services .col-6:nth-child(3) .service-box, .all-services .col-6:nth-child(5) .service-box, .all-services .col-6:nth-child(7) .service-box, .all-services .col-6:nth-child(9) .service-box, .all-services .col-6:nth-child(11) .service-box, .all-services .col-6:nth-child(13) .service-box{
        border-left: none !important;
    } 
    .ourRangeSection .service-heading h2{
        font-size: 34px;
        line-height: 38px;
        margin-bottom: 30px;
    }
    .ourRangeSection .service-heading p{
        font-size: 18px;
    }
    .engagementModels h2{
        font-size: 34px;
        line-height: 38px;
        margin-bottom: 30px;
    }
    .testimonialsSection .container h3{
        font-size: 34px;
        line-height: 38px;
    }
    .thinkerSection .service-heading h2{
        font-size: 34px;
        line-height: 38px;
    }
    .partnershipLogo{
        justify-content: center;
        gap: 30px;
    }
    .partnershipLogo img{
        margin: 0;
    }
    .readyToChat h2{
        font-size: 34px;
        line-height: 38px;
    }
    .readyToChat .button_button__3HGS0{
        width: 250px;
    }
    .service-heading h2{
        font-size: 34px;
        line-height: 38px;
    }
    .clientLogoSection{
        padding: 35px 0;
    }
    
    .newsMediaSection .service-heading h2{
        font-size: 34px;
        line-height: 38px;
        margin-bottom: 30px;
    }
    .newsMediaSection .latestNews .press-release-container{
        padding: 20px;
    }
    .newsMediaSection .latestNews .press-release-container .date{
        font-size: 14px;
    }
    .newsMediaSection .latestNews .press-release-container .heading a{
        font-size: 16px;
        line-height: 24px;
    }
    .newsMediaSection .latestNews .press-release-container .author-details{
        flex-direction: column;
        gap: 15px; 
    }
    .newsMediaSection .latestNews .press-release-container label{
        font-size: 13px;
    }
    .sliderSection .rightImgSection{
        width: 100%;
    }
    .sliderSection .leftSection {
        padding-left: 0;
        padding-right: 0;
        padding-top: 30px;
        width: 100%;
        order: 2;
        padding-bottom: 150px;
    }
    .accordian-section::after{
        display: none;
    }
    .rangeSolution .rangeHeading{
        font-size: 20px;
        line-height: 28px;
    }
    .rangeSolution .rangeHeading{
        gap: 20px;
    }
    .rangeSolution .rangeHeading img{
        width: 60px;
    }
    .sliderSection .swiper-pagination {
        bottom: 72px;
    }
    .sliderSection .homePageSlider{
        border: none;
    }
    .bannerText .certifiedLogo img{
        margin-right: 10px;
        height: 68px;
        width: auto;
    }
    .bannerText .certifiedLogo img:last-child{
        margin-right: 0;
    }
}

