/* Single Case Study */
.inner-page-banner {
  position: relative;
  width: 100%;
}
.inner-page-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(94.3deg, #010c70 4.32%, #010311 89.45%);
  opacity: 0.4;
}
.case-study-banner-logo {
  width: 150px;
  height: 100px;
  margin: 0 auto;
}
/* .inner-page-banner-content {
  position: absolute !important;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100% !important;
  z-index: 2;
  float: none !important;
  max-width: 1140px;
} */
.inner-page-banner-content .wpb_text_column:last-child,
.inner-page-banner-content .wpb_content_element {
  margin-bottom: 0 !important;
}
.inner-page-banner-content p {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 30px !important;
}
.small-text {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  display: block;
  color: #1d2463;
}
.fw-600 {
  font-weight: 600;
}
.about-project-left {
  position: sticky !important;
  top: 120px;
}
.about-project-left ul li p {
  line-height: 32px;
}
.about-project-left ul li {
  margin-bottom: 30px;
}
.about-project-left ul li:last-child {
  margin-bottom: 0;
}
.about-project-left ul li span {
  margin-bottom: 16px;
}
.about-project-left ul li span:last-child {
  margin-bottom: 0;
}

.key-feature-col .vc_column-inner > .wpb_wrapper {
  background: #f5f7fb;
  padding: 16px;
  height: 100%;
  margin-bottom: 24px;
}
.key-feature-col h3 {
  font-size: 16px;
  line-height: 28px;
}
.project-images-block .case-study-img-col {
  margin-bottom: 32px;
}
.case-study-img-block,
.case-study-img-block img {
  background-color: #f5f7fb;
}

.case-study-testimonial-section,
.case-study-testimonial-col {
  position: relative;
}
.case-study-testimonial-col:before {
  content: "";
  position: absolute;
  bottom: 50px;
  right: 80px;
  background-image: url(../images/icon_quote.svg);
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}
.case-study-testimonial-col .vc_column-inner > .wpb_wrapper {
  border: 1px solid #e9f2ff;
  padding: 60px 60px 112px;
}
.case-study-contact-left .contact-left-label {
  text-transform: uppercase;
  margin-bottom: 12px !important;
}
.button-link-list ul li {
  position: relative;
}
/* .icon_apple:before {
    content: '';
    background: url(../images/icon_apple.svg) no-repeat center;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 13px;
    left: 14px;
    z-index: 2;
}
.icon_google_play:before {
    content: '';
    background: url(../images/icon_google_play.svg) no-repeat center;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 13px;
    left: 14px;
    z-index: 2;
}
.icon_web:before {
    content: '';
    background: url(../images/icon_web.svg) no-repeat center;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 13px;
    left: 14px;
    z-index: 2;
} */
.button-link-list ul {
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.button-link-list ul li a {
  color: #fff;
  text-transform: uppercase;
  line-height: 20px;
  background-color: #000;
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.inner-page-banner {
  position: relative;
  width: 100%;
  min-height: auto;
}
.case-study-img-col .wpb_single_image .vc_figure,
.case-study-img-col .wpb_single_image .vc_single_image-wrapper {
  display: block;
}
.case-study-img-col .wpb_single_image img {
  margin: 0 auto;
  object-fit: cover;
  height: revert-layer;
  /* max-height: 398px; */
}
/* .project-images-block > .container > .vc_column_container > .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
} */
/* Single Case Study */

/* Offices */
.Offices-section h2 {
  margin-bottom: 30px;
}
.offices-col.vc_col-md-3 {
  width: 20%;
}
.offices-col .wpb_wrapper {
  position: relative;
}
.offices-img {
  position: relative;
  z-index: 0;
  display: block;
  height: 216px;
  object-fit: contain;
  width: 100%;
}
.offices-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.offices-img a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.7) 12.82%,
    rgba(0, 0, 0, 0) 40%
  );
  z-index: 1;
}
.offices-img.wpb_single_image img,
.offices-img.wpb_single_image .vc_figure,
.offices-img.wpb_single_image .vc_single_image-wrapper {
  width: 100%;
  height: 100%;
}
.offices-col .wpb_wrapper h3,
.offices-col h3 {
  color: #ffffff;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  text-align: center;
}
.offices-col .wpb_wrapper h3 a, .offices-col h3 a {
  margin-bottom: 0;
  display: block;
}
.offices-col .wpb_wrapper h3 a:hover, .offices-col h3 a:hover {
  opacity: 1;
}
/* Offices End */

body .vc_section.inner-page-banner.vc_section-has-fill {
  padding-top: 150px !important;
}

@media only screen and (max-width: 1199px) {
  body .vc_section.inner-page-banner.vc_section-has-fill {
    padding-top: 130px !important;
  }
  .banner-content .inner-page-banner-heading {
    font-size: 52px;
    line-height: 60px;
  }
  .case-study-banner-logo {
    width: 120px;
    height: 80px;
  }
  /* .inner-page-banner-content .case-study-banner-img img { max-width: 270px;} */
  .inner-page-banner-content p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 25px !important;
  }
  .button-link-list ul li a {
    padding: 12px 22px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-content .inner-page-banner-heading {
    font-size: 42px;
    line-height: 50px;
  }
  .case-study-banner-logo {
    width: 100px;
    height: 60px;
  }
  .button-link-list ul {
    gap: 12px;
  }
  .offices-img.wpb_single_image img {
    max-height: 340px;
    object-fit: cover;
  }
  .offices-row {
    margin-bottom: -24px;
  }
  .offices-col {
    margin-bottom: 24px;
  }
  .offices-col.vc_col-md-3 {
    width: 50%;
  }
  .case-study-testimonial-col .vc_column-inner > .wpb_wrapper {
    padding: 50px 50px 102px;
  }
  .case-study-testimonial-col:before {
    bottom: 40px;
    right: 70px;
    width: 50px;
    height: 50px;
  }
  .inner-page-banner-content p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px !important;
  }
  .button-link-list ul li a {
    padding: 10px 18px;
  }
}
@media only screen and (max-width: 767px) {
  body .vc_section.inner-page-banner.vc_section-has-fill {
    padding-top: 110px !important;
  }
  .button-link-list ul {
    gap: 8px;
  }
  .button-link-list ul li a {
    padding: 10px 16px;
  }
  .banner-content .inner-page-banner-heading {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 14px;
  }
  .about-project-left {
    position: inherit !important;
    top: 0;
  }
  .about-project-right > .vc_column-inner {
    padding: 0 !important;
  }
  .offices-row {
    margin-bottom: 0;
  }
  .offices-col:last-child {
    margin-bottom: 0;
  }

  .case-study-testimonial-col .vc_column-inner > .wpb_wrapper {
    padding: 40px 40px 90px;
  }
  .case-study-testimonial-col:before {
    bottom: 40px;
    right: 60px;
    width: 40px;
    height: 40px;
  }
  .key-feature-col .vc_column-inner > .wpb_wrapper {
    padding: 12px;
    min-height: inherit;
    margin-bottom: 16px;
  }
  .project-images-block .vc_row:last-child .case-study-img-col {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 680px) {
  h1,
  .heading-one {
    font-size: 28px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 575px) {
  h1,
  .heading-one {
    font-size: 24px;
    line-height: 34px;
  }
  .banner-content .inner-page-banner-heading {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 10px;
  }
  .button-link-list ul li a {
    padding: 10px 12px;
  }
  .offices-img.wpb_single_image img {
    max-height: 285px;
    object-fit: cover;
  }
  .case-study-testimonial-col .vc_column-inner > .wpb_wrapper {
    padding: 20px 20px 60px;
  }
  .case-study-testimonial-col:before {
    bottom: 20px;
    right: 40px;
    width: 30px;
    height: 30px;
  }
  .get-in-touch-section::after {
    display: none;
  }
  .inner-page-banner-content p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 10px !important;
  }
  .Offices-section h2 {
    margin-bottom: 12px;
  }
  .offices-img.wpb_single_image img {
    max-height: 285px;
    object-fit: cover;
  }
  .offices-img {
    height: 180px;
  }
}
@media only screen and (max-width: 480px) { 
  .button-link-list ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .offices-col .wpb_wrapper h3, .offices-col h3 {
    bottom: 12px;
  }
  .offices-col .wpb_wrapper h3 a, .offices-col h3 a {
    font-size: 18px;
    line-height: 27px;
  }
}
@media only screen and (max-width: 414px) {
  .offices-img {
    height: 140px;
  }
}
