.solution-section {
  padding: 100px 0 50px;
  position: relative;
  z-index: 0;
  clear: both;

  & .sitegradient {
    height: 1100px !important;
    z-index: -1 !important;
    top: 300px;
  }

  & .heading-36 {
    margin-bottom: 5px;
  }

  p {
    font-size: 16px;
    color: #111111;
  }
}

.top-divider {
  border-top: 1px solid rgb(133, 194, 196, 0.5);
  margin-bottom: 90px;
}

.solution-grid-wrapper {
  display: flex;
  flex-wrap: wrap;
  row-gap: 50px;
  column-gap: 34px;
  margin-bottom: 50px;
  justify-content: center;

  & .card {
    background-color: var(--white);
    padding: 60px;
    box-shadow: 0px 1px 3px #00000017;
    width: calc(25% - 34px);
    border-radius: 15px;

    & p {
      color: #2d2d2d;
      font-size: 18px;
      margin-bottom: 0;
    }

    .more-link {
      font-weight: 500;
      font-size: 16px;
      color: #3e4571;
      padding-bottom: 10px;
      display: inline-block;
      border-bottom: 2px solid #3e4571;

      &:hover {
        text-decoration: none;
      }

      & i {
        margin-left: 10px;
        font-size: 20px;
        line-height: 1.2;
        transition: all ease-out 0.3s !important;
        -webkit-transition: all ease-out 0.3s !important;
        -moz-transition: all ease-out 0.3s !important;
        -ms-transition: all ease-out 0.3s !important;
      }

      &:hover i {
        margin-left: 20px;
        transition: all ease-out 0.3s !important;
        -webkit-transition: all ease-out 0.3s !important;
        -moz-transition: all ease-out 0.3s !important;
        -ms-transition: all ease-out 0.3s !important;
      }
    }
  }

  & .solution-col-6.card {
    width: calc(50% - 34px);

    & p {
      margin-bottom: 25px;
      font-size: 16px;
    }

    & ul {
      margin-left: 0;
      list-style-type: none;
      margin-bottom: 30px;
      column-count: 2;

      >li {
        position: relative;
        padding-left: 18px;
        margin-bottom: 0;

        &::before {
          position: absolute;
          content: "";
          background-color: #3e4571;
          width: 8px;
          height: 8px;
          border-radius: 100%;
          left: 0;
          top: 9px;
        }
      }
    }
  }
}

.solution-title {
  font-size: 54px;
  color: #3e4571;
  line-height: 1.2;
  margin-bottom: 30px;
  position: relative;
  font-weight: 300;

  &::before {
    position: absolute;
    content: "";
    background-color: #57d6ed;
    width: 4px;
    height: 100%;
    left: -60px;
  }

  & span {
    font-size: 20px;
    font-weight: 600;
    display: block;
    line-height: 1;
    /* margin-top: 10px; */
    text-transform: capitalize;
  }
}

/*  AWARD PANALE */
.awards-recog-panel {
  border-radius: 15px;
  background-color: var(--white);
  box-shadow: 0px 1px 3px #00000017;
  padding: 45px;

  & .awd-logo {
    border: 1px solid #eeeeee;
    border-radius: 5px;
    padding: 15px 5px;
  }
}

.awards-recog-panel {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 90px;
}

.award-text {
  width: 320px;

  & p:last-child {
    margin-bottom: 0;
  }
}

.awrad-logo-slider:not(.slick-slider) {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;

  & .awd-logo {
    margin: 0 8px;
  }
}

.awrad-logo-slider .slick-slide {
  margin: 0 8px;
}

.awd-wrap {
  width: calc(100% - 320px);
  padding-left: 50px;
}

/*  BUSINESS CTA  */
.business-cta-wrapper {
  padding: 0 140px 0;
  background-color: #3e4571;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 495px;
  margin-bottom: 100px;
  align-items: center;
  position: relative;

  & .business-content {
    width: calc(100% - 480px);
    padding-right: 100px;

    >* {
      color: var(--white);
    }

    & p {
      margin-bottom: 50px;
      max-width: 650px;
      color: #fff !important;
    }
  }

  & .business-item {
    width: 480px;
    position: absolute;
    bottom: 0;
    right: 180px;
  }

  & .btn-book {
    background-color: #57d6ed !important;
    color: #3e4571;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    text-transform: capitalize;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 13px 30px;
  }
}

.dg-service-title {
  font-size: 26px;
  color: #414144;
  font-weight: 500;
  line-height: 1.2;
  /* margin-bottom: 20px; */
}

.gd-s-icon,
.seo-key-points .key-item-wrap .icon {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: #57d6ed;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
}

.digital-service-grid {
  display: flex;
  flex-wrap: wrap;
}

.dg-service-block {
  width: calc(33.33% - 55px);
  margin: 0 27px 50px;
  border: 1px solid #d6d6d6;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 50px;
  text-align: center;
  border-radius: 20px;
  background: #fff;

  & p {
    font-size: 18px;

    &:last-child {
      margin-bottom: 0;
    }
  }
}

.digital-service-section {
  & .sitegradient {
    height: 1200px;
    top: 150px;
  }
}

.seo-key-points {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -29px;

  & .key-item-wrap {
    width: calc(33.33% - 58px);
    margin: 0 29px 58px;
    border: 1px solid #d6d6d6;
    border-radius: 10px;
    background: #fff;
    padding: 20px 35px;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;

    & .icon {
      margin-bottom: 0;
      margin-top: 0;
    }

    & .key-text {
      display: inline-flex;
      flex-wrap: wrap;
      padding-left: 15px;
      flex: 1;

      & p {
        margin-bottom: 0;
        font-size: 18px;
        font-weight: 500;
      }
    }
  }
}

/*  EXPERTISE CONTENT */
.expertise-content-left {
  width: 30%;
  text-align: left;
  margin-bottom: 100px;

  & .heading-40 {
    margin-bottom: 30px;
  }

  & p {
    font-size: 18px;
    line-height: 28px;
  }
}

.expertise-item {
  width: 65%;
  margin-bottom: 100px;
  margin-top: 50px;
}

@media (max-width: 1599.98px) {
  .solution-grid-wrapper {
    & .card {
      padding: 50px;

      & .solution-title {
        font-size: 50px;

        &::before {
          left: -50px;
        }
      }
    }
  }
}

@media (max-width: 1439.98px) {
  .seo-key-points {
    margin: 0 -20px 10px;

    & .key-item-wrap {
      width: calc(33.33% - 40px);
      margin: 0 20px 40px;
      padding: 20px 30px;
    }
  }

  .dg-service-block {
    width: calc(33.33% - 40px);
    margin: 0 20px 40px;
    padding: 40px;
  }

  .dg-service-title {
    font-size: 24px;
  }

  .solution-grid-wrapper {
    row-gap: 30px;
    column-gap: 30px;

    & .card {
      padding: 40px;

      & .solution-title {
        font-size: 46px;

        &::before {
          left: -40px;
        }
      }
    }
  }

  .business-cta-wrapper {
    padding: 0 70px 0;
    height: 465px;
    margin-bottom: 80px;

    & .business-content {
      padding-right: 60px;
    }

    & .btn-book {
      font-size: 18px;
    }
  }

  .awards-recog-panel {
    padding: 40px;
    margin-bottom: 70px;
  }

  .awd-wrap {
    padding-left: 40px;
  }

  .expertise-content-left,
  .expertise-item {
    margin-bottom: 80px;
  }

  .business-cta-wrapper {
    & .business-item {
      right: 30px;
    }
  }

}

@media (max-width: 1199.98px) {
  .awards-recog-panel {
    padding: 35px;
    margin-bottom: 0;
  }

  .awd-wrap {
    padding-left: 30px;
  }

  .gd-s-icon,
  .seo-key-points .key-item-wrap .icon {
    width: 80px;
    height: 80px;
  }

  .seo-key-points {
    & .key-item-wrap {
      padding: 20px;
    }
  }

  .dg-service-title {
    font-size: 22px;
  }

  .dg-service-block {
    width: calc(33.33% - 30px);
    margin: 0 15px 30px;
    padding: 30px;
  }

  .solution-grid-wrapper {
    row-gap: 0;
    column-gap: 0;

    & .solution-col-6.card {
      width: 100%;
    }

    & .card {
      padding: 30px;
      width: calc(50% - 30px);
      margin: 0 15px 30px;

      & p {
        font-size: 16px;
      }

      & .solution-title {
        font-size: 40px;

        &::before {
          left: -30px;
        }
      }
    }
  }

  .business-cta-wrapper {
    padding: 0 60px 0;
    margin-bottom: 60px;

    & .business-item {
      bottom: 0;
    }

    & .business-content {
      padding-right: 0;
    }
  }

  .expertise-content-left,
  .expertise-item {
    margin-bottom: 60px;
  }

  .solution-section {
    padding: 0 0 100px;
  }

  body.google-gam-new-template {
    .solution-grid-wrapper {
      margin-bottom: 30px;
    }
  }



}

@media (max-width: 991.98px) {
  .seo-key-points {
    margin: 0 -15px;

    & .key-item-wrap {
      width: calc(50% - 30px);
      margin: 0 15px 30px;

      & .key-text {
        & p {
          font-size: 16px;
        }
      }
    }
  }

  .dg-service-block {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
    padding: 30px;
  }

  .solution-grid-wrapper {
    & .card {
      & .solution-title {
        font-size: 30px;
      }
    }
  }

  .business-cta-wrapper {
    padding: 0 40px 0;
    height: 403px;
    margin-bottom: 50px;

    & .business-content {
      width: calc(100% - 380px);
    }

    & .business-item {
      width: 350px;
    }

    & .btn-book {
      font-size: 16px;
      min-width: 290px;
      padding: 9px 10px;
    }
  }

  .expertise-content-left,
  .expertise-item {
    width: 100%;
    margin-bottom: 40px;
  }

  .expertise-item {
    margin-top: 0;
  }

  .solution-grid-wrapper {
    margin-bottom: 0;
  }
}

@media (max-width: 767.98px) {
  .seo-key-points {
    margin: 0 -10px 30px;

    & .key-item-wrap {
      width: calc(50% - 20px);
      margin: 0 10px 20px;
    }
  }

  .dg-service-title {
    font-size: 20px;
  }

  .business-cta-wrapper {
    padding: 30px 30px 0;
    height: 375px;
    margin-bottom: 40px;

    & .business-content {
      width: calc(100% - 250px);

      & p {
        margin-bottom: 20px;
      }
    }

    & .business-item {
      width: 250px;
    }
  }

  .solution-grid-wrapper {
    row-gap: 0;
    column-gap: 0;

    & .card {
      padding: 20px;
      width: calc(50% - 20px);
      margin: 0 10px 20px;

      & .solution-title {
        font-size: 26px;
        margin-bottom: 20px;

        &::before {
          left: -20px;
        }

        & span {
          font-size: 18px;
        }
      }
    }
  }

  .award-text,
  .awd-wrap {
    width: 100%;
  }

  .awards-recog-panel {
    padding: 25px;
    margin-bottom: 40px;
  }

  .awd-wrap {
    padding-left: 0;
    margin-top: 30px;
  }

  .solution-section {
    padding: 0;
  }

  .business-cta-wrapper {
    height: auto;

    .business-content {
      width: 100%;
      text-align: center;
    }

    & .business-item {
      width: 250px;
      position: relative;
      margin: 20px auto 0;
      right: 0;
    }
  }

  /* .dm-melbourne-new .landing-page .btn-theme {
    font-size: 18px !important;
  } */

  .dm-melbourne-new .landing-page .btn-theme {
    font-size: 14px !important;
    padding: 9px 10px;
    min-width: inherit;
  }





  body.google-gam-new-template {
    .sec-keycontent.mb-100 {
      .container-full.wrapper-new-wide.wrapper {
        margin: 0 auto !important;
      }
    }

    .wrapper.wrapper-new-wide {
      width: 100%;
      margin: 30px auto 0 !important;
      padding: 30px 15px !important;
    }
  }



}

@media (max-width: 576.98px) {
  .seo-key-points {
    margin: 0 0px 20px;

    & .key-item-wrap {
      width: calc(100% - 10px);
      margin: 0 0px 10px;
      padding: 10px 20px;
    }
  }

  .dg-service-block {
    width: 100%;
    margin: 0 0px 20px;
    padding: 20px;

    & p {
      font-size: 16px;
    }
  }

  .dg-service-title {
    font-size: 18px;
  }

  .business-cta-wrapper {
    & .business-content {
      width: 100%;
    }
  }

  .solution-grid-wrapper {
    margin-bottom: 0;

    & .card {
      width: 100%;
      margin: 0 0px 20px;

      & .solution-title {
        font-size: 30px;

        & span {
          font-size: 16px;
          margin-top: 5px;
        }
      }
    }
  }

  .business-cta-wrapper {
    padding: 30px 30px 0;
    height: auto;
  }

  .awards-recog-panel {
    margin-bottom: 0;
    text-align: center;
  }

  .awards-recog-panel {
    & .awd-logo {
      padding: 10px 5px;
    }
  }

  .awrad-logo-slider .slick-slide {
    margin: 0 5px;
  }

  .solution-grid-wrapper {
    & .solution-col-6.card {
      & ul {
        & li {
          &:before {
            top: 5px;
          }
        }
      }
    }
  }

  body.google-gam-new-template {
    .wrapper.wrapper-new-wide {
      padding: 0 15px !important;
    }

    .digital-service-section {
      .wrapper.wrapper-new-wide {
        margin: 0 auto 0 !important;
        padding: 0 15px !important;
      }
    }

    .landing_industry_sec {
      .wrapper.wrapper-new-wide {
        margin: 0 auto 0 !important;
        padding: 0 15px !important;
      }
    }
  }


}