@media (max-width: 1550px) {
  /* HOME PAGE */

  /* about section */
  .HomeAbout {
    .Image {
      max-width: 527px;
      .Student {
        span {
          font-size: 50px;
          font-weight: 600;
        }
      }
    }
  }
  /* COUNTING */
  .Counterup {
    .Container {
      padding: 50px 33px;
      .Flex {
        gap: 10px;
        padding-right: 9px;
        h6 {
          font-size: 47px;
        }
      }
    }
  }
  .BuildExpertise {
    .TitleFlex {
      .SectionTtle {
        width: 47%;
      }
      p {
        width: 46%;
      }
    }
    .Image {
      width: calc(65% - 12px);
    }
    ul {
      width: calc(35% - 12px);
      li {
        margin-bottom: 40px;
      }
    }
  }
  .TesttMonial {
    .TestimoanItem {
      padding: 42px;
      .Image {
        width: 64px;
        height: 64px;
      }
    }
  }
  .HomeForm {
    .Form {
      form {
        .Flex {
          input {
            width: calc(25% - 14px);
          }
        }
        .TwoInput {
          input {
            width: calc(50% - 9px);
          }
        }
      }
    }
  }
  footer {
    ul {
      li {
        &:nth-child(3) {
          width: calc(28% - 18px);
        }
        &:nth-child(2) {
          width: calc(17% - 18px);
        }
      }
    }
  }
  /* ================== */
}
@media (max-width: 1333px) {
  header {
    .Header {
      ul {
        display: flex;
        align-items: center;
        gap: 16px;
      }
    }
  }
  .Banner {
    & .BannerImage {
      & .Cnt {
        & .Desc {
          gap: 30px;
          p {
            font-size: 16px;
            line-height: 22px;
            max-width: 353px;
          }
        }
      }
    }
  }
  .HomeAbout {
    .Image {
      .Student {
        width: 167px;
        padding: 15px;
        span {
          font-size: 41px;
        }
        p {
          margin: 8px 0;
        }
        & ul {
          li {
            width: 45px;
            height: 45px;
            &:nth-child(2) {
              margin-left: -12px;
            }
            &:nth-child(3) {
              margin-left: -12px;
            }
          }
        }
      }
    }
    .Cnt {
      .Para {
        max-width: 100%;
        margin: 16px 0;
      }
      & .row {
        row-gap: 19px;
        .Flex {
          gap: 12px;
          flex-flow: row wrap;
        }
      }
    }
  }
  .Counterup {
    .Container {
      gap: 13px;
      .Flex {
        h6 {
          font-size: 33px;
        }
      }
    }
  }
  .EducatinHome {
    padding-top: 80px;
    .SectionTtle {
      margin-bottom: 40px;
    }
  }
  .BuildExpertise {
    .row {
      margin-top: 44px;
      & ul {
        li {
          gap: 14px;
          margin-bottom: 25px;
          & .Icon {
            i {
              width: 60px;
              height: 60px;
            }
          }
        }
      }
      & .Image {
        .BgCard {
          padding: 12px 25px;
          top: -50px;
          right: 57px;
        }
      }
    }
  }
  .TesttMonial {
    .embla__slide {
      width: calc(50% - 16px);
      flex-shrink: 0;
      i {
        font-size: 46px;
      }
      & .Name {
        h5 {
          font-size: 18px;
        }
      }
    }
  }
  .HomeForm {
    & .Form {
      & form {
        input {
          padding: 10px 10px;
          outline: none;
          font-size: 14px;
        }
      }
    }
  }
  footer {
    & ul {
      & li {
        & .Links {
          h3 {
            font-size: 17px;
          }
        }
      }
    }
    .CopyRight {
      padding: 10px 0;
      .Develop {
        img {
          width: 109px;
        }
      }
    }
  }
}
@media (max-width: 1024px) {
  header {
    .Header {
      padding: 10px 20px;
      & .Logo {
        img {
          width: 60px;
        }
      }
      ul {
        gap: 12px;
      }
    }
  }
  .Banner {
    & .BannerImage {
      & .Cnt {
        .Title {
          width: 100%;
        }
        .Desc {
          width: 100%;
          p {
            max-width: 564px;
          }
          .Scroll {
            width: 90px;
            height: 90px;
          }
        }
      }
    }
  }
  .HomeAbout {
    .Image {
      width: 100%;
      max-width: 485px;
    }
    .Cnt {
      width: 100%;
      & .row {
        .Flex {
          gap: 12px;
          flex-flow: nowrap;
        }
      }
    }
  }
  .Counterup {
    .Container {
      flex-flow: row wrap;
      padding: 25px 33px;
      .Item {
        width: calc(50% - 12px);
        &:nth-child(2) {
          border-right: none;
        }
      }
    }
  }
  .HomeService {
    .Titles {
      .row {
        gap: 14px;
        .SectionTtle {
          width: 65%;
        }
      }
    }
  }
  .BuildExpertise {
    .TitleFlex {
      flex-flow: row wrap;
      .SectionTtle {
        width: 100%;
      }
      p {
        width: 100%;
        margin-top: 10px;
      }
    }
    & .row {
      margin-top: 23px;
      ul {
        width: 100%;
        display: flex;
        align-items: start;
        gap: 24px;
        li {
          flex-flow: row wrap;
          width: calc(33.33% - 16px);
          & .Icon {
            i {
              width: 53px;
              height: 53px;
            }
          }
        }
      }
      & .Image {
        width: 100%;
        .BgCard {
          padding: 12px 25px;
          top: -30px;
          left: 50%;
          transform: translateX(-50%);
          width: 368px;
        }
      }
    }
  }
  .HomeBlog {
    .TitleFlex {
      flex-flow: row wrap;
      .Titles {
        max-width: 70%;
      }
    }
  }
  .TesttMonial {
    .TestimoanItem {
      padding: 37px;
      i {
        font-size: 47px;
      }
      & .Name {
        h5 {
          font-size: 17px;
          margin-bottom: 0px;
        }
        span {
          font-size: 11px;
        }
      }
    }
  }
  .HomeForm {
    & .Form {
      padding: 25px;
      & form {
        & .Flex {
          input {
            width: calc(50% - 12px);
          }
        }
      }
    }
  }
  footer {
    & ul {
      & li {
        width: calc(50% - 12px) !important;
        .Links {
          ul {
            li {
              width: 100% !important;
            }
          }
        }
        .Ft-Logo {
          width: 90px;
        }
      }
    }
  }
}
@media (max-width: 768px) {

  .EducatinHome {
    padding-top: 60px;
    &::after {
      content: "";
      height: 38vh;
    }
  }
  .BuildExpertise {
    & .row {
      & ul {
        flex-flow: row wrap;
        li {
          width: calc(50% - 12px);
          &:last-child {
            width: 100%;
            flex-flow: nowrap;
          }
        }
      }
    }
  }
  .HomeBlog {
    & .TitleFlex {
      gap: 13px;
      .Titles {
        max-width: 100%;
      }
    }
  }
}

@media (max-width: 768px) {
  .Banner {
    & .BannerImage {
      & .Cnt {
        bottom: 29px;
        & .Desc {
          .Scroll {
            display: none;
          }
        }
      }
    }
  }
  .HomeAbout {
    & .Image {
      .Student {
        width: 136px;
        span {
          font-size: 34px;
        }
        p {
          font-size: 14px;
          line-height: 17px;
        }
      }
    }
    & .Cnt {
      & .row {
        .Flex {
          width: 100%;
        }
      }
    }
  }
  .Counterup {
    & .Container {
      .Item {
        .Flex {
          flex-flow: row wrap;
          align-items: flex-start;
          justify-content: start;
        }
      }
    }
  }
  .HomeService {
    & .Titles {
      & .row {
        .SectionTtle {
          width: 100%;
        }
      }
    }
  }
  .BuildExpertise {
    & .row {
      & ul {
        gap: 0;
        li {
          width: 100% !important;
          flex-flow: nowrap;
        }
      }
      & .Image {
        .BgCard {
          position: unset;
          transform: translateX(0);
          width: 100%;
        }
        img {
          border-radius: 0 0 18px 18px !important;
        }
      }
    }
  }
  .HomeForm {
    & .Form {
      width: 95%;
      padding: 17px;
      margin-top: -24px;
      & form {
        & .Flex {
          row-gap: 11px;
          input {
            width: 100%;
            font-size: 12px;
            padding: 9px 10px;
          }
        }
        .TwoInput {
          margin-top: 11px;
        }
        .TwoInput {
          margin-top: 11px;
        }
        & .OneColor textarea {
          margin-top: 11px;
        }
      }
    }
  }
  footer {
    padding-top: 60px;
    & ul {
      & li {
        width: 100% !important;
        ul {
          padding-bottom: 0;
        }
      }
    }
    .CopyRight {
      flex-flow: row wrap;
      justify-content: center;
    }
  }
}
