html{
  scroll-behavior: smooth;
}


@media only screen and (min-width: 1550px){
  .container {
    width: 1400px;
    max-width: 1400px;
  }
}





@media only screen and (min-width: 1300px){

  .container-max {
    max-width: 1400px;
    width: 1400px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }

}

section#case-study-banner-section {
  padding-top: 40px;
}
.tag-group span {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: rgba(5, 159, 104, 0.87);
  background: rgba(224, 255, 244, 0.87);
  border-radius: 15px;
  padding: 4px 25px;
}

.tag-group span:nth-child(2) {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #DAAA00;
  background: rgb(255 240 187);
  border-radius: 15px;
  padding: 4px 25px;
}

.tag-group span:nth-child(3) {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #CC6276;
  background: #FFF2F5;
  border-radius: 15px;
  padding: 4px 25px;
}


.case-study-banner-text-block h2 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 54px;
  color: #242F3E;
}
.case-study-banner-text-block h2 span{
  font-weight: 600;
}

.case-study-key-notes-item-logo img {
  margin: 0;
  height: auto;
  width: auto;
  margin: 0px auto;
}


.tag-group {
  margin-bottom: 15px;
}

.case-study-banner-text-block p {
    color: #fff;
    margin-top: 10px;
    line-height: 24px;
}

.case-study-key-notes {
  display: flex;
  margin-top: 70px;
  gap: 20px;
  width: 125%;
  z-index: 100;
}

.z-index-up {
  z-index: 10;
}
.case-study-banner-text-block {
  padding-bottom: 50px;
}

.case-study-key-notes-item {
  background: rgba(26, 59, 176, 0.87);
  backdrop-filter: blur(6.5px);
  border-radius: 10px;
  padding: 70px 30px 50px 30px;
  position: relative;
  width: 265px;
}

.case-study-key-notes-item:nth-child(2){
  background: rgba(19, 199, 134, 0.87);
}

.case-study-key-notes-item:nth-child(3){
  background: rgba(5, 187, 211, 0.9);
  box-shadow: 14px 0px 25px rgba(47, 47, 47, 0.3);
  backdrop-filter: blur(6.5px);
}

.case-study-banner-img {
  position: relative;
}

.case-study-banner-img::before{
  position: absolute;
  content: "";
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  transform: rotate(180deg);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  border-radius: 26px;
}


.case-study-logo {
  position: absolute;
  top: 30px;
  right: 30px;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(2px);
  padding: 10px;
  border-radius: 10px;
}
.case-study-logo img {
  border-radius: 10px;
}

.case-study-logo img {
  width: 105px;
  height: 105px;
  object-fit: contain;
}

.case-study-key-notes-item-logo {
  background: #FFFFFF;
  box-shadow: 0px 3.64118px 40.0529px rgb(47 50 125 / 10%);
  width: 45px;
  height: 45px;
  padding: 8px;
  border-radius: 50%;
  position: absolute;
  top: -22px;
  right: 30px;
}

.case-study-key-notes-item h3 {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 59px;
  color: #FFFFFF !important;
}

.case-study-key-notes-item p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 117%;
  color: #FFFFFF;
  margin-bottom: 0;
}

#case-study-filter-section{
    padding-top: 120px;
    position: relative;
    padding-bottom: 80px;
}
.filter-title h2 {
    font-size: 48px;
    -webkit-font-smoothing: antialiased;
    letter-spacing: .5px;
    line-height: 58px;
    font-weight: 500;
    margin-bottom: 40px;
}

div#filterSolution {
    margin: 0;
    padding: 0 !important;
}
.modal-dialog.filterModel {
    width: 100%;
    height: 100vh;
    max-width: 100%;
    max-height: 100vh;
    background-color: rgba(255, 255, 255, .95);
    margin: 0;
}

.modal-dialog.filterModel .modal-content {
    background-color: transparent;
    border: 0;
}

.case-study-filter-block-item h3 {
    font-size: 18px;
    letter-spacing: .25px;
    line-height: 27px;
    color: #344854;
    font-weight: 500;
    border-bottom: 1px solid #cbd2d9;
    width: fit-content;
}

#filterSolution button.close {
    position: absolute;
    right: 0;
    z-index: 10;
    top: 40px;
}

.filter-checkbox-block {
    margin-top: 30px;
}

label.cbx {
    font-size: 18px;
    letter-spacing: .25px;
    line-height: 30px;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    column-gap: 10px;
}

  .cbx:not(:last-child) {
    margin-right: 6px;
  }

  .cbx span {
    float: left;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
  }
  .cbx span:first-child {
    position: relative;
    width: 28px;
    height: 28px;
    transform: scale(1);
    border: 1px solid #cccfdb;
    transition: all 0.2s ease;
    box-shadow: 0 1px 1px rgb(0 16 75 / 5%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
  .cbx span:first-child svg {

    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
  }
  .cbx span:last-child {
    padding-left: 8px;
    line-height: 18px;
  }

  #filterSolution .modal-body {
    display: flex;
    align-items: center;
    height: 100vh;
    }


  .cbx:hover span:first-child {
    border-color: #07f;
  }
  .inp-cbx {
    position: absolute;
    visibility: hidden;
  }
  .inp-cbx:checked + .cbx span:first-child {
    background: #1a62c6;
    border-color: #1a62c6;
    animation: wave 0.4s ease;
  }
  .inp-cbx:checked + .cbx span:first-child svg {
    stroke-dashoffset: 0;
  }

  .close-btn {
    background-image: url(../img/btn-group.png);
    background-size: auto;
    background-repeat: no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-position: 0 -375px;
}

  .inline-svg {
    position: absolute;
    width: 0;
    height: 0;
    pointer-events: none;
    user-select: none;
  }
  
  @-moz-keyframes wave {
    50% {
      transform: scale(0.9);
    }
  }
  @-webkit-keyframes wave {
    50% {
      transform: scale(0.9);
    }
  }
  @-o-keyframes wave {
    50% {
      transform: scale(0.9);
    }
  }
  @keyframes wave {
    50% {
      transform: scale(0.9);
    }
  }
  
  .case-study-filter-block-result {
        padding-top: 40px;
    }
    .case-study-filter-block-result-item-img {
        position: relative;
    }

  .case-study-filter-icon img {
        max-width: 25px;
        min-width: 25px;
        padding-right: 8px;
    }
    .case-study-filter-icon {
        position: absolute;
        left: 20px;
        top: 20px;
    }

    .case-study-filter-block-result-item-text h5 {
        font-size: 14px;
        -webkit-font-smoothing: antialiased;
        letter-spacing: .25px;
        line-height: 20px;
        padding-top: 15px;
        font-weight: 300;
        margin-bottom: 15px;
    }
    .case-study-filter-block-result-item-text h3 {
        font-size: 24px;
        -webkit-font-smoothing: antialiased;
        letter-spacing: .5px;
        line-height: 29px;
        font-weight: 400;
    }
    .case-study-filter-block-result-item {
        padding-bottom: 40px;
    }

    .case-study-filter-block-result-item a{
        transition: .25s;
    }

    .case-study-filter-block-result-item a:hover{
        opacity: .75;
        transition: .25s;
    }

    a.show-more-btn {
      transition: .25s;
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 20px;
      text-transform: uppercase;
      color: #FFFFFF;
      background: #FF7B42;
      border-radius: 100px;
      border: 0;
      padding: 8px 15px;
  }

  .related-case-studies-img {
    height: 280px !important;
    object-fit: cover;
    border-radius: 10px;
}
    

/* /////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////

          casestudy detail page

////////////////////////////////////////////////////////
/////////////////////////////////////////////////////// */


section#case-study-details-banner-section {
  display: flex;
  align-items: center;
  padding: 60px 0;
  background-color: #fff;
  position: relative;
}
section#case-study-details-banner-section::before{
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  flex: 0 0 58.333333%;
  width: 58.333333%;
  height: 140%;
  background: linear-gradient(122.65deg, #F3F9FF 8.8%, rgba(255, 255, 255, 0) 100.81%);
}
.breadcrumbs-block {
  position: absolute;
}
.sidebar-speak-to-us-block {
  background: linear-gradient(107.91deg, #FFFFFF 7.37%, #4623E9 95.19%);
  border-radius: 20px;
  padding: 30px 24px;
  margin-top: 40px;
}
.sidebar-speak-to-us-block h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 123%;
  color: #FFFFFF !important;
  text-align: center;
}
button.speak-to-us-btn {
  background: #FFFFFF;
  box-shadow: 2px 4px 4px rgba(79, 42, 234, 0.17);
  border-radius: 20px;
  border: 0;
  width: 100%;
  margin-top: 5px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #2B3F6C;
  padding: 8px;
}

.sidebar-block-content-block h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 48px;
  color: #242F3E;
}
.sidebar-block-content-block {
  margin-bottom: 40px;
}
.sidebar-block-content-block p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 178%;
  color: rgba(31, 65, 115, 0.8);
}

.scope-project-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
button.growth-btn {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #FF7B42;
  border-radius: 100px;
  border: 0;
  padding: 5px 10px;
}

.scope-project-item {
  background: #FFFFFF;
  box-shadow: 0px 4px 90px rgba(163, 171, 185, 0.24);
  border-radius: 12px;
  padding: 34px 24px;
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 126.5%;
  color: rgba(31, 65, 115, 0.67);
  display: flex;
  align-items: center;
  gap: 12px;
}

.kpi-indicators-item {
  background: #FFFFFF;
  box-shadow: 0px 4px 90px rgba(163, 171, 185, 0.24);
  border-radius: 12px;
  padding: 20px 30px 30px 30px;
  margin-bottom: 25px;
  margin-top: 10px;
  min-height: 200px;
}
.kpi-indicators-item-text h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 116%;
  color: #1F4173;
  margin-bottom: 0px;
}

.kpi-indicators-item-text p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 122.5%;
  color: rgba(31, 65, 115, 0.67);
  margin-top: 5px;
}

.kpi-indicators-item-icon {
  background: #FFFFFF;
  box-shadow: 0px 3.64118px 40.0529px rgba(47, 50, 125, 0.1);
  width: 45px;
  height: 45px;
  padding: 9px;
  border-radius: 50%;
  margin: auto;
  margin-right: 0;
}

.sidebar {
  position: sticky;
  top: 20px;
  height: 100vh;
}

.sidebar-block {
  background: #FFFFFF;
  box-shadow: 0px 10px 60px rgba(226, 236, 249, 0.5);
  padding: 25px 30px;
}

.sidebar-block-title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sidebar-block-title h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #000000;
  margin-bottom: 0;
}
.sidebar-block-title p {
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
  color: #9197B3;
}
.sidebar-block-title {
  margin-bottom: 20px;
}

div#tools-used .col {
  flex: 0 0 20%;
  max-width: 20%;
}
.tools-used-item {
  background: #FFFFFF;
  box-shadow: 0px 4px 90px rgba(163, 171, 185, 0.24);
  border-radius: 12px;
  padding: 32px 22px;
  margin-bottom: 30px;
}
.tools-used-item img {
  width: 100%;
  height: 30px;
  object-fit: contain;
}

div#appreciation-chart-kochi-tab-0 table {
  width: 100%;
  border: 1px solid #e8e7e7;
  border-radius: 8px;
}
div#appreciation-chart-kochi-tab-0 table thead {
  background: #1769e2;
}
#appreciation-chart-kochi-tab-0 thead {
  position: relative;
}
#appreciation-chart-kochi-tab-0 thead {
  width: calc(100% - 1.1em);
}
#appreciation-chart-kochi-tab-0 thead, #appreciation-chart-kochi-tab-0 tbody tr {
  display: table;
  table-layout: fixed;
  width: 100%;
}

div#appreciation-chart-kochi-tab-0 table thead tr th {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  border: 0!important;
  text-align: center;
    padding: 15px 0;
}
td.td-main {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #0163DE !important;
}


#appreciation-chart-kochi-tab-0 tbody {
  display: block;
  max-height: 600px;
  overflow-y: scroll;
}

div#appreciation-chart-kochi-tab-0 table tr td {
  padding: 15px;
}
div#appreciation-chart-kochi-tab-0 table th, div#appreciation-chart-kochi-tab-0 table td {
  padding: 0.625em;
  text-align: center;
  padding: 15px 0;
  border-right: 1px solid #e8e7e7;
  border-left: 1px solid #e8e7e7;
  border-bottom: 1px solid #e8e7e7;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;  
  color: #606060;
}

.sidebar-block ul li a {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.01em;
  color: #9197B3;
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
}
.sidebar-block ul li a::before {
  position: absolute;
  right: 0;
  content: "";
  background-image: url(../img/sidebar-right.svg);
  width: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  top: 10px;
  height: 10px;
}
.sidebar-block ul li a.active::before{
  display: none;
}


.sidebar-block ul li {
  padding: 15px 0;
}

.sidebar-block ul li a.active {
  background: #5932EA;
  border-radius: 8px;
  padding: 10px;
  color: #fff;
}
.sidebar-block ul li a.active .sidebar-icon svg path{
  stroke: #fff;
}


.case-study-banner-company-overview {
  padding-left: 70px;
  position: relative;
}
.case-study-banner-company-overview::before {
  position: absolute;
  left: 0;
  height: 100%;
  width: 1px;
  content: "";
  background: linear-gradient(90deg, rgba(26, 59, 176, 0.12) 43.17%, rgba(255, 255, 255, 0) 71.47%);
}
.case-study-details-banner-text-block {
  padding-top: 30px;
}

.sidebar.fixed {
  display: flex;
  width: 300px;
  background: linear-gradient(90.21deg, rgb(249, 251, 254) 0%, rgba(249, 251, 254, 0) 22.9%);
  box-shadow: rgb(0 0 0 / 4%) 0px 12px 30px 0px;
  margin-top: 50px;
  padding: 40px 40px 20px 40px;
  border-radius: 24px;
  position: fixed;
  top: 100px;
  left: 180px;
  opacity: 1;
  transition: opacity 0.5s ease-in 0s;
  flex-direction: column;
}

ul.navburger-block {
  display: flex;
  column-gap: 10px;
  font-size: 14px;
  margin-bottom: 20px;
}
ul.navburger-block li a {
  color: #ccc;
}

ul.navburger-block li.active a {
  color: #1c1b1b !important;
}


div#major-challenges {
  background: rgba(255, 248, 251, 0.78);
  border-radius: 11px;
}
.ul-list-block {
  padding: 65px 95px;
}
.ul-list-block ul {
  padding-left: 40px;
  position: relative;
}

.ul-list-block li {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 178%;
  color: rgba(31, 65, 115, 0.8);
  padding: 15px 0;
}

.ul-list-block li::before {
  content: url(../img/major-challenges-list-icon.svg);
  position: absolute;
  left: 0;
}

div#strategies {
  background: #F2FFF9;
  border-radius: 11px;
}

div#strategies.ul-list-block li::before {
  content: url(../img/strategies-list-icon.svg);
  position: absolute;
  left: 0;
}
.kpi-indicators-item-text {
  margin-top: 20px;
}

.case-study-details-banner-text-block-sub {
  margin-top: 10px;
}
ul.case-study-details-banner-text-block-sub-content {
  display: flex;
  column-gap: 20px;
}
.case-study-details-banner-text-block-sub-content li span {
  display: block;
}

.case-study-details-banner-text-block-sub-content li:first-child{
  margin-right: 30px;
}
li.case-study-details-banner-text-block-sub-border {
  border-right: 1px dashed rgb(60 59 59 / 49%);
  padding-right: 20px;
}

section#casestudy-details-content-section {
  position: relative;
  padding-top: 50px;
}

.case-study-details-banner-text-block h2 {
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 48px;
  color: #242F3E;
}

.case-study-details-banner-text-block h2 span {
  color: #04d9ab !important;
  font-weight: 900;
  letter-spacing: 3px;
}


.case-study-details-banner-text-block-hg-sub {
  display: flex;
  margin-top: 30px;
}

.case-study-details-banner-text-block-hg-sub-item {
  width: 200px;
  height: 120px;
  background: rgba(242, 243, 247, 0.02);
  border: 1px solid rgba(112, 118, 135, 0.22);
  box-sizing: border-box;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin-right: 24px;
  margin-top: 24px;
}

.casestudy-compant-title-block h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #242F3E;
}

.casestudy-compant-title-block a {
  background: rgba(103, 255, 182, 0.17);
  border-radius: 48px;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 15px;
  color: #183E62;
  padding: 8px 20px;
  display: flex;
  width: fit-content;
  gap: 5px;
}
.casestudy-compant-title-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}

.case-study-banner-company-overview span {
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 15px;
  text-transform: uppercase;
  color: #969EB5;
}
.sidebar-logo {
  width: 150px;
  margin-bottom: 10px;
}
.company-logo img {
  width: 65px;
  object-fit: contain;
}

.casestudy-section-01-block h3 {
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 0.5px;
  color: rgb(72, 72, 72);
  margin-bottom: 8px;
  position: relative;
}
.case-study-banner-company-overview p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 165%;
  color: rgba(31, 65, 115, 0.8);
}
ul.casestudy-detail-overview-main-list {
  display: flex;
  justify-content: space-between;
}

ul.casestudy-content-block-ul {
  margin-top: 30px;
}
ul.casestudy-content-block-ul li {
  display: flex;
  column-gap: 15px;
  align-items: center;
  padding: 18px 0;
  font-size: 19px;
}
ul.casestudy-detail-overview-main-list li {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #242F3E;
  gap: 5px;
}

.case-study-details-banner-text-block-sub-01 {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: #969EB5;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.case-study-details-banner-text-block-sub-01 img {
  background: #FFFFFF;
  box-shadow: 0px -5px 19px rgba(194, 224, 252, 0.4);
  width: 30px;
  height: 30px;
  padding: 8px;
  border-radius: 50%;
  margin-right: 10px;
}

.casestudy-section-01-block {
  padding-bottom: 80px;
  padding-top: 30px;
  min-height: 60vh;
}

ul.sidebar-content {
  padding-top: 25px; 
}
ul.sidebar-content li {
  padding-bottom: 14px;
}

ul.sidebar-content li a {
  color: rgb(118, 118, 118);
}





ul.sidebar-content li a.active {
  color: rgb(13, 18, 27);
  border-left: 1px solid #1a62c6;
  padding-left: 10px;
}

.case-study-banner-img img {
  border-radius: 26px;
}


.case-study-filter-block-expand-item{
  position: absolute;
  transition: .5s;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  padding: 30px 20px 20px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  transition: .7s;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: -1;
  
}

.case-study-filter-block-expand-item a{
  margin-top: 30px;
}

.active .case-study-filter-block-expand-item {
  opacity: 1;
  visibility: visible;
  transition: .85s;
}


.case-study-filter-block-result-item.not-active.active .case-study-filter-block-expand-item{
  opacity: 0;
  visibility: hidden;
  transition: .85s;
}


.case-study-filter-block-result-item.not-active.active .case-study-filter-block-result-item-img::before {
  height: 0%;
  transition: .5s;
  background: rgba(255, 255, 255, .8);
  backdrop-filter: blur(4px);
  text-align: center;
  z-index: 1;
}


.case-study-filter-block-result-item-img {
  position: relative;
  z-index: -1;
}

.case-study-filter-block-result-item-img::before {
  position: absolute;
  content: "";
  height: 0%;
  width: 100%;
  transition: .5s;
  background: #04d9ab;
  bottom: 0;
  right: 0;
  transition: .5s;
  z-index: -1;
}
.case-study-filter-block-result-item.active .case-study-filter-block-result-item-img::before {
  height: 100%;
  transition: .5s;
  background: rgba(255, 255, 255, .8);
  backdrop-filter: blur(4px);
  text-align: center;
  z-index: 1;
}

a.case-study-filter-block-item-btn {
  padding: 8px 30px!important;
  background: #fff;
  bottom: 0;
  border-radius: 12px 12px 0px 0px;
  cursor: pointer;
  display: block;
  z-index: 20;
  width: fit-content;
  margin: 0px auto;
  margin-top: -35px;
}

.case-study-filter-block-expand-item .case-study-key-notes {
  width: 90% !important;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}
.case-study-filter-block-expand-item .case-study-key-notes-item {
  backdrop-filter: blur(6.5px);
  border-radius: 10px;
  padding: 10px 10px 10px 10px;
  position: relative;
  width: 46%;
}

.case-study-filter-block-expand-item .case-study-key-notes-item h3 {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #FFFFFF !important;
}

.case-study-filter-block-expand-item .case-study-key-notes-item p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 126%;
  color: #FFFFFF;
  margin-bottom: 0;
}

.pg_btn {
  display: inline-block;
  font-size: 1rem;
  color: #263750;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 600;
  padding-bottom: 12px;
  position: relative;
  z-index: 2;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.pg_btn:after, .pg_btn:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 5px;
  width: 100%;
  background-color: #fdb811;
  z-index: 1;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.pg_btn:hover {
  color: #04d9ab;
}

.pg_btn:after {
  width: 0;
  background-color: #04d9ab;
}
.pg_btn:hover:after {
  width: 100%;
}


.case-study-slider .slick-nav {
  --active: #fff;
  --border: rgba(255, 255, 255, .12);
  width: 95px;
  height: 95px;
  position: absolute;
  cursor: pointer;
  bottom: calc(12% - 0px);
  background: #1A3BB0;
  border-radius: 50%;
}

.case-study-slider .slick-nav .br-rd::before {
  position: absolute;
  content: "";
  background: #1A3BB0;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.case-study-slider .slick-nav .br-rd::after {
  content: "View Case Study";
  position: absolute;
  bottom: -31px;
  width: 140px;
  text-align: center;
  right: -20px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #FFFFFF;
}

.case-study-slider .slick-nav.prev-arrow {
  left: 3%;
  transform: scaleX(-1);
  z-index: 999;
  display: none !important;
}
.case-study-slider .slick-nav.next-arrow {
  left: auto;
  right: 4.5%;
}
.case-study-slider .slick-nav i {
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  left: 50%;
  top: 50%;
  background-image: url(../img/slider-nav.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.case-study-slider .slick-nav:before {
 
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: conic-gradient(from 180deg at 50% 50%, #37E290 0deg, #1A3BB0 360deg);
  z-index: 0;
  margin-top: -2px;
  margin-left: -2px;
  /* left: 50%;
  top: 50%;

  transform: translate(-50%, -50%); */
  animation: animName 5s linear infinite;
}


.case-study-slider .slick-nav:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  border: 2px solid #fff;
  width: 60px;
  height: 60px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

}


.case-study-slider .slick-nav svg {
  width: 44px;
  height: 44px;
  display: block;
  position: relative;
  z-index: 1;
  color: var(--active);
  stroke-width: 2px;
  stroke-dashoffset: 126;
  stroke-dasharray: 126 126 0;
  transform: rotate(0deg);
}


.case-study-slider ul.slick-dots {
  position: absolute;
  right: 5%;
  display: flex;
  align-items: center;
  bottom: 5%;
}
.slick-dots li{
  margin:0 0.25rem;
}

.slick-dots button {
  display: block;
  width: 9px;
  height: 9px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #fff;
  text-indent: -9999px;
}

li.slick-active button {
  background: #37E290;
  border-radius: 36px;
  width: 25px;
}



@keyframes animName {
  0%{
     transform: rotate(0deg);
    }
 100%{
     transform: rotate(360deg);
    }
 }
 

 .breadcrumbs-block ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}
.breadcrumbs-block ul li a {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 15px;
  color: #969EB5;
}

.breadcrumbs-block ul li {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 15px;
  color: #353D56;
}


.case-study-key-notes.mob-view {
  display: none;
}

a.case-study-filter-block-item-btn.active-btn {
  bottom: 22%;
}



section#bottom-contact-section {
  display: none;
}

td.td-main {
  width: 68%;
}
th.col-main {
  width: 68%;
}

.casestudy-compant-title-block.mob {
  display: none;
}


.row.detail-block.inner-width-detail-block {
  padding: 0 60px;
  padding-left: 0;
}
.row.detail-block.inner-width-detail-block .sidebar-block ul li {
  padding: 12px 0;
}



section#related-section {
  padding-top: 60px;
  margin-top: 50px;
  padding-bottom: 80px;
  box-shadow: 0px 10px 60px rgba(226, 236, 249, 0.5);
}
.case-study-filter-block-result.related-casestudies h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 48px;
  color: #242F3E;
  margin-bottom: 30px;
}
.case-study-filter-block-result.related-casestudies span {
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  letter-spacing: .25px;
  line-height: 20px;
  padding-top: 15px;
  font-weight: 300;
  margin-bottom: 15px;
}

.tag-group span {
  margin-top: 0 !important;
  padding-top: 4px !important;
}

.related-casestudies-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.case-study-details-banner-text-block-sub .tag-group span {
  font-size: 15px !important;
  padding: 6px 25px !important;
}


.related-casestudy-slider .case-study-filter-block-result-item {
  margin: 0 10px;
}

@media only screen and (max-width: 1700px) {
    .sidebar.fixed {
      left: 30px;
      width: auto;
      padding: 50px;
    }

}


@media only screen and (max-width: 1200px) {
  .sidebar.fixed {
    left: 30px;
    width: auto;
    padding: 40px 30px;
  }
  .case-study-details-banner-text-block-hg-sub-item-text {
    text-align: center;
    line-height: 1;
    font-size: 14px;
    padding-top: 10px;
  }

  .breadcrumbs-block {
    margin-bottom: 20px;
}

td.td-main {
  width: 55%;
}
th.col-main {
  width: 55%;
}

}



@media only screen and (max-width: 1100px) {
  .case-study-filter-block-expand-item .case-study-key-notes {
    margin-top: 10px;
  }
  .case-study-key-notes {
    gap: 10px;
  }
}



@media only screen and (max-width: 991px) {
.case-study-banner-img {
  margin-top: 30px;
}
.casestudy-compant-title-block{
  display: none;
}
.casestudy-compant-title-block.mob {
  display: block;
  margin-top: 0;
}

.company-logo {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

section#case-study-details-banner-section {
  display: flex;
  align-items: center;
  padding-bottom: 0px;
  min-height: 100vh;
  background-color: #fff;
  padding-top: 50px;
}
.case-study-key-notes {
  display: flex;
  margin-top: 40px;
  gap: 20px;
  width: 100%;
  z-index: 100;
}
.case-study-banner-text-block h2 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 38px;
  color: #242F3E;
}


.case-study-key-notes-item {
  background: rgba(26, 59, 176, 0.87);
  backdrop-filter: blur(6.5px);
  border-radius: 10px;
  padding: 50px 20px 40px 20px;
  position: relative;
  width: 46%;
}



.case-study-key-notes.web-view {
  display: none;
}
.case-study-key-notes.mob-view {
  display: flex;
}

.case-study-slider .slick-nav {
  bottom: calc(35% - 0px);
}
.case-study-slider .slick-nav.next-arrow {
  left: auto;
  right: 8.5%;
}

.case-study-banner-img {
  margin-top: 0;
}

.case-study-banner-text-block {
  padding-bottom: 20px;
}


.case-study-slider ul.slick-dots {
  position: absolute;
  right: 9%;
  display: flex;
  align-items: center;
  bottom: 30%;
}



  section#case-study-details-banner-section::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    flex: 0 0 58.333333%;
    width: 100%;
    height: 130%;
    background: linear-gradient(122.65deg, #F3F9FF 8.8%, rgba(255, 255, 255, 0) 100.81%);
  }

  .case-study-banner-company-overview {
    padding-left: 0;
    position: relative;
    padding-top: 70px;
  }

  .case-study-banner-company-overview::before {
    position: absolute;
    left: 0;
    height: 1px;
    width: 100%;
    content: "";
    background: linear-gradient(90deg, rgba(26, 59, 176, 0.12) 43.17%, rgba(255, 255, 255, 0) 71.47%);
    top: 31px;
  }

  .sidebar-block-content-block h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 38px;
    color: #242F3E;
  }

  .sidebar-block-content-block p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 170%;
    color: rgba(31, 65, 115, 0.8);
  }

  .ul-list-block {
    padding: 45px 60px;
  }
  div#tools-used .col {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ul-list-block li {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 170%;
    color: rgba(31, 65, 115, 0.8);
    padding: 15px 0;
}
.kpi-indicators-item-text h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 116%;
  color: #1F4173;
  margin-bottom: 0px;
}





}




 @media only screen and (max-width: 767px) {

  h2 {
    font-size: 28px !important;
    line-height: 34px !important;
}
.sidebar {
  position: sticky;
  top: 20px;
  height: 100vh;
  display: none;
}

.row.detail-block.inner-width-detail-block {
  padding: 0 0px;
}

ul.casestudy-detail-overview-main-list li {
  width: 50%;
  flex-basis: 50%;
  padding: 10px 0;
}
ul.casestudy-detail-overview-main-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

section#casestudy-details-content-section {
  position: relative;
  padding-top: 0px;
  margin-bottom: 50px;
}
section#related-section {
  padding-top: 30px;
  margin-top: 0px;
}
.related-casestudies-title {
  flex-direction: column;
  text-align: center;
  margin-bottom: 30px;
}

.case-study-filter-block-result.related-casestudies h2 {
  margin-bottom: 10px;
}
.scope-project-title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 20px;
  flex-direction: column;
}
  .case-study-filter-block-expand-item .case-study-key-notes {
    width: 95% !important;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
}

div#tools-used .col {
  flex: 0 0 33.33%;
  max-width: 33.33%;
}

  .case-study-filter-block-expand-item .case-study-key-notes-item {
    padding: 10px 10px 10px 10px;
    position: relative;
    width: 43%;
    margin-top: 0px !important;
  }


  
  section#bottom-contact-section {
    display: block;
  }

  section#bottom-contact-section {
    position: fixed;
    bottom: -100px;
    width: 95%;
    padding: 10px 0;
    transition: .25s;
    z-index: 10;
    background: linear-gradient(122.65deg, #F3F9FF 8.8%, rgba(255, 255, 255, 0) 100.81%);
    border: 1px solid #F1F1F1;
    box-shadow: 0px 4px 17px rgb(236 236 236 / 79%);
    backdrop-filter: blur(20px);
    border-radius: 6px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #242F3E !important;
    text-align: center;
    left: 2.5%;
}
  section#bottom-contact-section.contact--fixed {
    bottom: 10px;
    transition: .25s;
}

button.speak-to-us-btn {
  display: flex;
  justify-content: center;
  gap: 5px;
  align-items: center;
}


  .tag-group span, .tag-group span{
    font-size: 10px !important;
    padding: 4px 10px;
  }



  .case-study-key-notes {
    display: flex;
    margin-top: 70px;
    gap: 20px;
    width: 100%;
    z-index: 100;
}

.case-study-banner-text-block h2 {
  font-size: 2.4rem !important;
  line-height: 1.2;
}

.case-study-banner-img img {
  border-radius: 6px;
}
.case-study-logo img {
  width: 85px;
  height: 85px;
  object-fit: contain;
}


 }

 @media (max-width: 991px){
 .container, .container-sm, .container-md {
     max-width: 900px;
 }

 .case-study-filter-block-result-item-text h3 {
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  letter-spacing: .5px;
  line-height: 25px;
  font-weight: 400;
}
.case-study-filter-block-result-item-text h5 {
  font-size: 14px;
  margin-bottom: 4px;
}

}
 
a.show-more-btn.desktop-display-none{
  display: none;
}



 @media only screen and (max-width: 576px) {
  .case-study-banner-text-block h2 {
    font-size: 1.8rem !important;
    line-height: 1.2;
  }

  .case-study-details-banner-text-block-sub .tag-group span {
    font-size: 12px !important;
    padding: 6px 15px !important;
    margin-bottom: 10px;
}

.case-study-details-banner-text-block-sub .tag-group {
  display: flex;
  flex-wrap: wrap;
}

  .case-study-filter-block-item h3 {
    font-size: 12px;
  }
  
  .case-study-filter-block-item a h3 img {
    width: 18px;
  }

  .ul-list-block {
    padding: 35px 20px;
}
h2 {
  font-size: 22px !important;
  line-height: 28px !important;
}

  .case-study-slider .slick-nav {
    bottom: calc(50% - 0px);
}
.case-study-slider ul.slick-dots {
  position: absolute;
  right: 5%;
  display: flex;
  align-items: center;
  bottom: 45%;
}


  .case-study-key-notes-item h3 {
    font-size: 30px;
    line-height: 49px;
    color: #FFFFFF !important;
}
.case-study-key-notes-item p {
  font-size: 14px;
  line-height: 124%;
  color: #FFFFFF;
  margin-bottom: 0;
}

.case-study-key-notes-item {
  padding: 30px 20px 20px 20px;
}
.case-study-key-notes {
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
}

.case-study-banner-text-block {
  padding-bottom: 10px;
}
.case-study-key-notes-item:nth-child(3) {
  background: rgba(5, 187, 211, 0.9);
  box-shadow: 14px 0px 25px rgb(47 47 47 / 30%);
  backdrop-filter: blur(6.5px);
  margin-top: 30px;
}

.case-study-filter-block-result-item-text h5 {
  font-size: 12px;
  margin-bottom: 6px;
}


.case-study-slider .slick-nav {
  width: 40px;
  height: 40px;
}

.case-study-slider .slick-nav .br-rd::before {
  width: 40px;
  height: 40px;
}
.case-study-slider .slick-nav:before {
  width: 45px;
  height: 45px;
}
.case-study-slider .slick-nav:after {
  width: 40px;
  height: 40px;
}

.case-study-logo img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}


  .case-study-logo {
    padding: 3px;
  }

  .case-study-slider .slick-nav.next-arrow {
    left: auto;
    right: 11.5%;
  }

  .case-study-slider .slick-nav .br-rd::after {
    bottom: -31px;
    width: 140px;
    right: -49px;
    font-weight: 400;
    font-size: 10px;
  }

  .case-study-filter-block-result-item-text h3 {
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    letter-spacing: .5px;
    line-height: 24px;
    font-weight: 400;
  }
  a.show-more-btn.mob-display-none {
    display: none;
  }
  
  a.show-more-btn.desktop-display-none {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: 0px auto;
    margin-bottom: 60px;
  }


  td.td-pos {
    width: 30%;
  }

  th.col-pos {
    width: 30%;
  }
  td.td-pos a {
    font-size: 11px;
}

 }





 @media only screen and (max-width: 400px) {


 .sidebar-block-content-block .col-6 {
  -ms-flex: 0 0 100%;
  flex: 0 0 50%;
  max-width: 50%;
}
.kpi-indicators-item {
  padding: 20px 15px 20px 15px;
  margin-bottom: 25px;
  margin-top: 10px;
  min-height: 200px;
}
.sidebar-block-content-block p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 175%;
  color: rgba(31, 65, 115, 0.8);
}

.kpi-indicators-item-text h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 114%;
  color: #1F4173;
  margin-bottom: 0px;
}

.scope-project-item {
  flex-direction: column;
  text-align: center;
  gap: 11px;
  padding: 20px;
  font-size: 14px;
  font-weight: 400;
  min-height: 130px;
  justify-content: center;
}

div#tools-used .col {
  flex: 0 0 50%;
  max-width: 50%;
}
.ul-list-block li {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: rgba(31, 65, 115, 0.8);
  padding: 15px 0;
}



 }