

  .app-image img {
      width: 100%;
      border-radius: 50px;
      background-color:transparent;
      padding: 5px;
      -webkit-animation: bounceHorizontal 2s ease infinite alternate;
  }
  ul.list-design h3 {
      font-size: 22px;
      text-align: left;
      /* padding-left: 0; */
  }
  .about p.fst-italic {
      font-weight: 500;
      font-size: 16px;
      line-height: 28px;
      color: #757065;
      margin: 11px 0 5px;
      font-family: "Sen", sans-serif;
      font-style: normal !important;
  }
  li.li-design p {
      font-weight: 500;
      font-size: 16px;
      line-height: 28px;
      color: #757065;
      margin: 5px 0 0px;
      font-family: "Sen", sans-serif;
      font-style: normal !important;
  }
  
  .col-lg-6.about-images.aos-init.aos-animate {
      display: flex;
      justify-content: center;
      align-items: center;
  }
  
  ul.list-design {
      padding-left: 0px;
  }
  
  li.li-design {
  }
  .hero-area {
    position: relative;
    background-color: #ffe2cd63;
    padding: 185px 0 90px 0;
  }
  .app-image img {
      width: 100%;
      border-radius: 50px;
      background-color:transparent;
      padding: 5px;
      -webkit-animation: bounceHorizontal 2s ease infinite alternate;
  }

section.sector-design {
    padding: 50px 0px 0px;
}

.title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0px auto;
    text-align: center;
    width: 60%;
}
.title h3 {
  
    font-size: 35px;
    font-weight: 600;
    color: #1196b8;
}

.title p {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #757065;
    margin: 0px 0 0px;
    font-family: "Sen", sans-serif;
    font-style: normal !important;
}
section.education-sector{
    background-color: #fff;
    padding: 0;
}
.sector-one {
    padding: 40px 0px 0px;
    display: flex;
    justify-content: space-between; /* Ensure that the image and text are placed next to each other */
    align-items: center; /* Vertically align the image and text */
}

.sector-img {
    flex: 1; /* Allow the image container to take available space */
    display: flex;
    justify-content: center;
    align-items: center;
}

.sector-img img {
    width: 100%;
    -webkit-animation: bounceHorizontal 2s ease infinite alternate;
}

.section-education {
     /* Allow the text section to take available space */
     /* Center the text */
     display: flex;
     flex-direction: column;
      /* Vertically align the text inside */
      /* Horizontally center the text */
     align-items: baseline;
     justify-content: center;
     margin: 35px auto;
     row-gap: 10px;
}

.section-education h3 {
    font-size: 35px;
    font-weight: 600;
    color: #259fbe;
}
.sector-two {
    padding:40px 0px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section-education p {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #757065;
    margin: 0;
    font-family: "Sen", sans-serif;
    font-style: normal !important;
}
section.logistics-section {
    background: #f9f9f9;
    padding: 0;
}
section.Retail-section {
    padding: 0;
    background: #fff;
}
.sector-third {
    padding:40px 0px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


section.Hospitality-section {
    background: #f9f9f9;
    padding: 0;
}
.sector-four{
    padding:40px 0px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sector-five{
    padding:40px 0px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sector-six{
    padding:40px 0px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
section.Government-section {
    background: #fff;
    padding: 0;
}
@media (max-width:1200px){
.title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0px auto;
    text-align: center;
    width: 100%;
}
}
@media (max-width:767px){
    .title {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 0px auto;
        text-align: center;
        width: 100%;
    }
    .sector-img img {
        width: 100%;
        -webkit-animation: unset;
    }
    .title p {
        font-weight: 500;
        font-size: 15px;
        line-height: 25px;
        color: #757065;
        margin: 0px 0 0px;
        font-family: "Sen", sans-serif;
        font-style: normal !important;
    }
}