@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Lato:ital,wght@0,100;0,400;0,700;0,900;1,100;1,300;1,400&family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Manjari:wght@100;400;700&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Slab:wght@100;200;300;400;500;600;700;800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  font-family: "Lato", sans-serif;
  font-family: "Lora", serif;
  font-family: "Manjari", sans-serif;
  font-family: "Montserrat", sans-serif;
  font-family: "Open Sans", sans-serif;
  font-family: "Poppins", sans-serif;
  font-family: "Roboto", sans-serif;
  font-family: "Roboto Slab", serif;
}

.icons-cont {
  z-index: 999999;
  position: sticky;
}

.nav-services {
  color: black !important;
  font-size: 18px !important;
  padding: 0 !important;
}

.whatAppIcon1 img {
  position: fixed;
  right: 16px;
  bottom: 15%;
  width: 55px;
  height: 55;
}

.callIcon1 img {
  width: 44px;
  position: fixed;
  right: 21px;
  bottom: 41px;
}

@media screen and (max-width: 600px) {
  .icons-cont {
    display: none;
  }
}


.abouthero {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(./img/aboutherobackImg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding-bottom: 5%;
  padding-top: 1%;
  padding-left: 5%;
  padding-right: 5%;
  border-radius: 0px 0px 100px 100px;
  background: #d1f4ff;
  position: relative;
}

.aboutheroBackImg {
  width: 90%;
  position: absolute;
  bottom: -9%;
  right: 10px;
}

.abouthero-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

.abouthero-left h2 {
  /* max-width: 739px; */
  color: #000;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.abouthero-left h2 span {
  color: #2e85a3;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.abouthero-left p {
  margin-top: 20px;
  max-width: 788px;
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  border-right: 3px solid black;
  padding-right: 20px;
  text-align: start;
  margin-left: 10px;
}

.about-top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.about-top h1 {
  color: #000;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.about-top h1 span {
  color: #2e85a3;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

/* hero btn */
.hero-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  column-gap: 30px;
  padding-top: 3%;
  padding-bottom: 10px;
  z-index: 9999;
}

.hero-btn .btn1 a {
  text-decoration: none;
  color: #fff;
  font-family: Poppins;
  z-index: 9999;
}

.hero-btn .btn1 a:hover {
  text-decoration: none;
  color: #fff;
  font-family: Poppins;
}

.hero-btn .btn2 a {
  text-decoration: none;
  color: #2e85a3;
  font-family: Poppins;
  z-index: 9999;
}

.hero-btn .btn2 a:hover {
  color: #fff;
}

.hero-btn .btn1 {
  border: none;
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  width: 210px;
  height: 45px;
  flex-shrink: 0;
  border-radius: 30px 0px;
  background: #2e85a3;
  z-index: 9999;
}

.hero-btn .btn1:hover {
  background-color: #000;
  color: #fff;
}

.hero-btn .btn2 {
  border: none;
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  width: 210px;
  height: 45px;
  flex-shrink: 0;
  border-radius: 30px 0px;
  background: #fff;
  z-index: 9999;
}

.hero-btn .btn2:hover {
  background-color: #2e85a3;
  color: #000;
}

/* hero right */
.abouthero-right {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  margin-top: 0;
  position: relative;
}

.abouthero-right img {
  width: 100%;
}

/* hero arrow img */

@media screen and (max-width: 1100px) {
  .abouthero {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
  }

  .abouthero-right img {
    width: 80%;
    padding-bottom: 10%;
  }

  .aboutheroBackImg {
    width: 90%;
    position: absolute;
    bottom: -4%;
    right: 10px;
  }
}

@media screen and (max-width: 600px) {
  .aboutheroBackImg {
    width: 90%;
    position: absolute;
    bottom: -2%;
    right: 10px;
  }
}

@media screen and (max-width: 576px) {
  .abouthero {
    border-radius: 0px 0px 50px 50px;
  }

  .abouthero-left {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5%;
  }

  .abouthero-left h1 {
    max-width: 350px;
    font-size: 25px;
    margin: auto;
    text-align: center;
  }

  .abouthero-left h1 span {
    font-size: 25px;
  }

  .about-top h5 {
    font-size: 25px;
  }

  .about-top h5 span {
    font-size: 25px;
  }

  .abouthero-left p {
    max-width: 350px;
    font-size: 14px;
    text-align: justify;
  }

  .hero-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
  }

  .hero-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 350px;
    column-gap: 10px;
    padding-top: 1%;
    padding-bottom: 8%;
  }

  .hero-btn .btn1 {
    font-size: 13px;
    width: 150px;
    height: 30px;
  }

  .hero-btn .btn2 {
    font-size: 13px;
    width: 150px;
    height: 30px;
  }
}

.about {
  margin: 100px 0;
  padding: 0 15px;
}

.about h2 {
  max-width: 1150px;
  margin: auto;
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 50px;
}

.about h2 span {
  color: #2e85a3;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-color: #d1f4ff;
  padding: 5px 10px;
  border-radius: 50px;
}

.about p {
  max-width: 1107px;
  margin: auto;
  padding-top: 25px;
  color: #000;
  text-align: justify;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* about-container */
.about-container {
  margin-top: 100px;
  margin: auto;
  max-width: 1350px;
  flex-shrink: 0;
  border-radius: 50px;
  border: 2px solid #000;
  padding: 0 15px;
}

/* about-left */
.about-left {
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-left img {
  width: 100%;
  margin-left: -30px;
}

/* .about-right */
.about-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
}

.about-right h4 {
  max-width: 584px;
  color: #2e85a3;
  text-align: justify;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 0;
}
.about-right h3 {
  max-width: 584px;
  color: #2e85a3;
  text-align: justify;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 0;
}

.about-right p {
  max-width: 584px;
  color: #000;
  text-align: justify;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 10px;
}

.about-right a {
  margin-top: 30px;
  margin-bottom: 15px;
  color: #fff;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  width: 168px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #2e85a3;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-right a:hover {
  background-color: #000;
}

@media screen and (max-width: 992px) {
  .about-container {
    margin-top: 100px;
    margin: auto;
    max-width: 1350px;
    flex-shrink: 0;
    border-radius: 50px;
    border: none;
    padding: 0 15px;
  }

  .about-left {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .about-left img {
    width: 100%;
    margin-left: 0px;
  }

  .about-right {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 600px) {
  .about h2 {
    font-size: 25px;
    padding-bottom: 0px;
  }

  .about h2 span {
    color: #2e85a3;
    font-family: Poppins;
    font-size: 25px;
  }

  .about p {
    font-size: 15px;
  }

  .about-right h4 {
    font-size: 20px;
  }

  .about-right h3 {
    font-size: 20px;
  }

  .about-right p {
    font-size: 15px;
  }
}

.price {
  margin: 50px 0;
  background: url(./img/pricing\ background\ image.svg);
  alt: "IT Services Pricing banner";
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 65vh;
}

.price h4 {
  color: #000;
  padding-top: 80px;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  text-transform: capitalize;
}

.price h3 {
  color: #000;
  padding-top: 80px;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  text-transform: capitalize;
}
.price h4 span {
  color: #2e85a3;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
.price h3 span {
  color: #2e85a3;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.price p {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.pricecard-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 50px 0;
  gap: 80px;
  margin-top: -20%;
}

.pricecard {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 484px;
  height: 676px;
  flex-shrink: 0;
  border-radius: 50px;
  background: #fff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
}

.pricecard h4 {
  color: #000;
  padding-bottom: 20px;
  text-align: center;
  font-family: Poppins;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
}

.pricecard h2 {
  color: #2e85a3;
  padding-bottom: 17px;
  text-align: center;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.pricecard p {
  color: #616161;
  padding-bottom: 30px;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.pricecard strong {
  padding-bottom: 25px;
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.pricecard a {
  margin-top: 20px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 30px;
  background: #2e85a3;
  padding: 15px 40px;
  width: 320px;
  border: 2px solid #2e85a3;
}

.pricecard a:hover {
  background-color: #fff;
  color: #2e85a3;
  border: 2px solid #000;
}

@media screen and (max-width: 800px) {
  .pricecard-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 50px 0;
    gap: 80px;
    margin-top: -40%;
  }
}

@media screen and (max-width: 576px) {
  .pricecard-container {
    margin: 0 10px;
  }

  .pricecard {
    width: 100%;
    height: 676px;
  }
}

@media screen and (max-width: 500px) {
  .pricecard-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 50px 0;
    gap: 80px;
    margin-top: -60%;
  }
}

.process {
  margin: 50px 0;
}

.process h4 {
  color: #000;
  font-family: Poppins;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  text-align: center;
}
.process h2 {
  color: #000;
  font-family: Poppins;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  text-align: center;
}

.process h4 span {
  color: #2e85a3;
  font-family: Poppins;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  background-color: #d1f4ff;
  padding: 0 10px;
  border-radius: 50px;
}

.process h2 span {
  color: #2e85a3;
  font-family: Poppins;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  background-color: #d1f4ff;
  padding: 0 10px;
  border-radius: 50px;
}


/* process-container */
.process-container {
  display: flex;
  /* flex-direction: column; */
  justify-content: center;
  align-items: center;
  column-gap: 200px;
}

/* process-left */
.process-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 150px;
}

.process-left img {
  width: 80%;
  padding-top: 80px;
}

.process-text {
  /* width: 550px; */
  max-width: 550px;
  /* height: 286px; */
  flex-shrink: 0;
  border-radius: 50px;
  border: 1px solid #000;
  background: #fff;
}

.process-text h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  border-bottom: 1px solid #000;
  background: #2e85a3;
  border-radius: 50px 50px 0px 0px;
  color: #fff;
  font-family: Poppins;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.process-text ul li {
  color: #000;
  margin-left: 20px;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  padding-top: 10px;
}

.process-text p {
  max-width: 488px;
  color: #000;
  text-align: justify;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: auto;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

/* .process-right */

.process-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 150px;
  margin-top: -100px;
  position: relative;
}

.process-right .aboutAroundArrowImg {
  position: absolute;
  top: 12%;
  left: -45%;
  z-index: -100;
}

@media screen and (max-width: 1350px) {
  /* .process-left .process-text {
          width: 100%;
      } */

  .process-right .process-text {
    width: 100%;
  }

  .process-left img {
    width: 60%;
    padding-top: 80px;
  }

  .process-right .aboutAroundArrowImg {
    position: absolute;
    top: 12%;
    left: -42%;
  }
}

@media screen and (max-width: 1200px) {
  .process-right .aboutAroundArrowImg {
    position: absolute;
    top: 12%;
    left: -42%;
    display: none;
  }

  .process-container {
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    align-items: center;
    column-gap: 100px;
    margin: 10px;
  }

  .process-text ul {
    padding-left: 25px;
  }
}

@media screen and (max-width: 768px) {
  .process-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    column-gap: 0px;
  }

  .process-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 50px;
  }

  .process-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 50px;
    margin-top: 50px;
  }
}

@media screen and (max-width: 600px) {
  .process-text h4 {
    font-size: 20px;
  }

  .process-text ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .process-left img {
    display: none;
  }

  .process-text ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    padding-left: 25px;
  }

  .process-text p {
    font-size: 14px;
  }
}

/* blogHero */
.blogHero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #d1f4ff;
  height: 85vh;
  padding-left: 15px;
  padding-right: 15px;
}

.blogHero h1 {
  font-size: 45px;
  color: #2e85a3;
  text-align: center;
  max-width: 900px;
  padding-top: 50px;
  font-family: Poppins;
}

.blogHero p {
  padding-top: 20px;
  font-size: 16px;
  font-weight: 400;
  color: black;
  text-align: center;
  max-width: 850px;
  font-family: Poppins;
}

.featButton {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  border-radius: 20px;
  background-color: #2e85a3;
  border: 2px solid #2e85a3;
  color: #fff;
  font-family: Poppins;
  font-size: 17px;
}

.featButton:hover {
  color: #2e85a3;
  background-color: #fff;
  border: 2px solid #2e85a3;
}

/* .featured-blog-container  */
.featured-blog-container {
  margin-bottom: 100px;
  padding-left: 15px;
  padding-right: 15px;
}

.blogPage h4 {
  color: #2e85a3;
  text-align: center;
  font-family: Poppins;
  font-size: 40px;
  font-weight: 500;
  padding-top: 70px;
}

.blogPage .blogpara {
  max-width: 900px;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin: auto;
  font-family: Poppins;
}

.blogPage-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px;
  margin-top: 70px;
}

.blog-text-container {
  display: flex;
  padding: 23px 1px 39px 1px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: -0.3px;
  border-radius: 30px;
  border: 2px solid #000;
  background: #fff;
  height: 475px;
  width: 355px;
}

.blogText :hover {
  transform: scale(1.05);
  transition: 0.5s;
}

.blog-text-container span {
  margin-top: 15px;
  margin-bottom: 10px;
  color: #7d7d82;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

.blog-text-container h5 {
  width: 348px;
  color: #2e85a3;
  text-align: center;
  font-family: League Spartan;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  padding-left: 5px;
  padding-right: 5px;
}

.blog-text-container p {
  padding: 0 15px;
  margin-top: 15px;
  width: 345px;
  color: #000;
  text-align: justify;
  font-family: League Spartan;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

/*      {/* Subscribe to the Ignition blog  */
.subscribe-container {
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  background-position: center;
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
  background: #d1f4ff;
  padding: 20px 15px;
  height: 45vh;
}

.subscribe-left h4 {
  color: #2e85a3;
  font-family: Segoe UI;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
}

.subscribe-left p {
  max-width: 500px;
  color: #000;
  font-family: Segoe UI;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

/* subscribe-right */
.subscribe-right {
  display: flex;
}

.subscribe-right input {
  display: flex;
  width: 450px;
  height: 46px;
  padding: 14px 13px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 12px;
  border: 1px solid #d1d5db;
  background: #fff;
}

.subscribe-right input:focus {
  outline: none;
}

.subscribe-right button {
  border: none;
  display: flex;
  width: 100px;
  height: 45px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  border-radius: 12px;
  border: 1px solid #2e85a3;
  background: #2e85a3;
  margin-left: -20px;
}

@media screen and (max-width: 1100px) {
  .blogHero {
    height: 60vh;
  }

  .blogHero h4 {
    font-size: 35px;
    padding-top: 0;
  }
}

@media screen and (max-width: 600px) {
  .blogHero h4 {
    font-size: 20px;
    padding-top: 20px;
  }

  .blogHero p {
    font-size: 14px;
    text-align: justify;
  }

  .blogPage h4 {
    height: 40px;
    font-size: 30px;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-top: 0;
  }

  .blog-text-container h5 {
    width: 350px;
    font-size: 18px;
    padding: 0 10px;
  }

  .blog-text-container p {
    padding: 0 10px;
    width: 340px;
  }

  .begain-container {
    height: 40vh;
  }

  .begain-container h4 {
    font-size: 25px;
  }

  .begain-container p {
    width: 350px;
    font-size: 15px;
  }

  .subscribe-container {
    height: 45vh;
    gap: 0;
  }

  .subscribe-left {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }

  .subscribe-left h4 {
    font-size: 25px;
  }

  .subscribe-right input {
    width: 250px;
  }

  .blogPage .blogpara {
    font-size: 14px;
    text-align: justify;
  }
}

.contact {
  max-width: 1006px;
  /* height: 1027px; */
  height: auto;
  flex-shrink: 0;
  margin: auto;
  border-radius: 50px;
  border: 2px solid #2e85a3;
  background: #fff;
}

.contact-top h4 {
  text-align: center;
  padding-top: 50px;
  color: #2e85a3;
  font-family: Manjari;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  /* background-color: #2e85a3; */
  max-width: 300px;
  margin: auto;
}

.contact-top h1 {
  text-align: center;
  padding-top: 50px;
  color: #2e85a3;
  font-family: Manjari;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  /* background-color: #2e85a3; */
  max-width: 300px;
  margin: auto;
}

.contact-top p {
  padding-top: 25px;
  text-align: center;
  max-width: 600px;
  margin: auto;
  height: 59.519px;
  flex-shrink: 0;
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

/* contact-container */
.contact-container {
  padding-top: 90px;
  padding-left: 100px;
  padding-right: 100px;
}

.contact-container label {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.contact-container label i {
  color: #cf0000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.contact-container span {
  color: #cf0000;
  font-size: 10px;
  /* margin-top: -100px; */
  /* padding-left: 20px; */
}

.contact-container input {
  border-radius: 5px;
  border: 1px solid #c1c1c1;
  background: #fff;
  padding: 14px 2px;
  padding-left: 8px;
  font-size: 20px;
}

.contact-container input:focus {
  box-shadow: none;
}

.contact-container textarea {
  border-radius: 5px;
  border: 1px solid #c1c1c1;
  background: #fff;
  width: 100%;
  height: 200px;
  resize: none;
  padding-left: 10px;
  font-size: 20px;
}

.contact-container textarea:focus {
  outline: none;
}

.contact-container .contactBtn button {
  border-radius: 10px;
  background: #2e85a3;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 22px 0;
  border: 2px solid #2e85a3;
}

.contact-container .contactBtn button:hover {
  background-color: #fff;
  color: #2e85a3;
  border: 2px solid black;
}

@media screen and (max-width: 576px) {
  .contact-container {
    padding-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact {
    margin: 5px;
  }

  .contact-top h4 {
    font-size: 30px;
  }

  .contact-top h4 span {
    font-size: 30px;
  }

  .contact-top h1 {
    font-size: 30px;
  }

  .contact-top h1 span {
    font-size: 30px;
  }

  .contact-top p {
    padding-top: 10px;
    font-size: 15px;
  }
}

.digitalapart-main {
  margin: 50px 0;
  margin-top: 70px;
}

.digitalapart-top h4 {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
}

.digitalapart-top h2 {
  text-align: center;
}

.digitalapart-top span {
  color: #2e85a3;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-color: #d1f4ff;
  border-radius: 50px;
  padding: 0 10px;
  text-align: center;
}

/* apart-container */
.digitalapart-container {
  margin-top: 100px;
  display: grid;
  grid-template-columns:
    auto auto auto auto;
  justify-content: center;
  align-items: center;
  /* width: 1440px; */
  /* border-top: 1px solid rgba(0, 0, 0, 0.50) ; */
}

.digitalapart-container .digitalapart {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.digitalapart-container .digitalapart img {
  width: 336px;
  height: 275px;
}

.digitalapart-container .digitalapart h4 {
  color: #2e85a3;
  text-align: center;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 275px;
}

.digitalapart-container .digitalapart p {
  max-width: 281px;
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.digitalapart-container .apart1 {
  width: 336px;
  height: 275px;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}

.digitalapart-container .apart2 {
  width: 336px;
  height: 275px;
  border-top-right-radius: 50px;
  border-right: 1px solid rgba(0, 0, 0, 0.5);
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}

.digitalapart-container .apart3 {
  width: 336px;
  height: 275px;
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  border-bottom-left-radius: 50px;
}

.digitalapart-container .apart4 {
  width: 336px;
  height: 275px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 1350px) {
  .digitalapart-container .apart1 {
    width: 300px;
    height: 240px;
  }

  .digitalapart-container .apart1 {
    width: 300px;
    height: 240px;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
  }

  .digitalapart-container .apart2 {
    width: 300px;
    height: 240px;
    border-top-right-radius: 50px;
    border-right: 1px solid rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(0, 0, 0, 0.5);
  }

  .digitalapart-container .apart3 {
    width: 300px;
    height: 240px;
    border-left: 1px solid rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    border-bottom-left-radius: 50px;
  }

  .digitalapart-container .apart4 {
    width: 300px;
    height: 240px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  }

  .digitalapart-container .apart4 h4 {
    padding-top: 25px;
    font-size: 20px;
  }

  .digitalapart-container .apart4 p {
    font-size: 14px;
  }

  .digitalapart-container .digitalapart img {
    width: 300px;
    height: 240px;
  }
}

@media screen and (max-width: 1200px) {
  .digitalapart-container {
    margin-top: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }

  .digitalapart-container .apart1 {
    border: none;
  }

  .digitalapart-container .apart2 {
    border: none;
  }

  .digitalapart-container .apart3 {
    border: none;
  }

  .digitalapart-container .apart4 {
    border: none;
  }
}

@media screen and (max-width: 576px) {
  .digitalapart {
    padding: 15px 0;
  }

  .digitalapart-top h4 {
    font-size: 25px;
  }

  .digitalapart-top span {
    font-size: 25px;
  }

  /* .apart-container .apart img {
           border-radius: 50px;
           border-top-left-radius: none;
          } */
}

.digitalhero {
  display: flex;
  justify-content: space-around;
  align-items: center;
  /* background: url(../digital/img/heroDiBack.svg); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding-bottom: 5%;
  padding-top: 1%;
  padding-left: 1%;
  padding-right: 1%;
  border-radius: 0px 0px 100px 100px;
  background: #d1f4ff;
  position: relative;
}

.degital_featuresContainer {
  display: flex !important;
  grid-template-columns: auto auto auto auto !important;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px;
  padding-top: 50px;

}

.degital_featuresTop {
  margin-bottom: 50px;
  border-radius: 0px 200px 0px 200px !important;
}


.degital_featuresContainer .features {
  height: 400px;
  width: 260px;
}



.digitalheroback {
  width: 90%;
  position: absolute;
  bottom: -5%;
  left: 10px;
}

.digitalhero-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  /* align-items: center; */
  /* margin-top: -50px; */
}

.digitalhero-left h1 {
  /* max-width: 739px; */
  color: #000;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.digitalhero-left h1 span {
  color: #2e85a3;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.digitalhero-left p {
  margin-top: 30px;
  max-width: 635px;
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  border-left: 3px solid black;
  padding-left: 20px;
}

/* hero btn */
.digitalhero-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  column-gap: 30px;
  padding-top: 9%;
  padding-bottom: 10px;
  position: relative;
}

.digitalhero-btn .btn1 a {
  text-decoration: none;
  color: #fff;
  font-family: Poppins;
}

.digitalhero-btn .btn2 a {
  text-decoration: none;
  color: #2e85a3;
  font-family: Poppins;
}

.digitalhero-btn .btn2 a:hover {
  text-decoration: none;
  color: #fff;
  font-family: Poppins;
}

.digitalhero-btn .btn1 {
  border: none;
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  width: 210px;
  height: 45px;
  flex-shrink: 0;
  border-radius: 30px 0px;
  background: #2e85a3;
}

.digitalhero-btn .btn1:hover {
  color: #fff;
  background: #000;
}

.digitalhero-btn .btn2 {
  border: none;
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  width: 210px;
  height: 45px;
  flex-shrink: 0;
  border-radius: 30px 0px;
  background: #fff;
}

.digitalhero-btn .btn2:hover {
  color: #fff;
  background: #2e85a3;
}

/* hero arrow img */
.digitalhero-btn .hero-arrow-img {
  position: absolute;
  right: -60%;
  width: 50%;
}

/* hero right */
.digitalhero-right {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  margin-top: 0;
}

.digitalhero-right img {
  width: 100%;
}

@media screen and (max-width: 1400px) {
  .digitalhero-btn .hero-arrow-img {
    position: absolute;
    right: -40%;
    width: 35%;
  }
}

@media screen and (max-width: 1300px) {
  .degital_featuresTop {
    border-radius: 0px 150px 0px 150px;
  }
}

@media screen and (max-width: 1200px) {
  .digitalhero-btn .hero-arrow-img {
    position: absolute;
    right: -40%;
    width: 35%;
    display: none;
  }

  .degital_featuresTop {
    border-radius: 0px 100px 0px 100px;
  }
}

@media screen and (max-width: 900px) {
  .digitalhero {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .digitalheroback {
    width: 90%;
    position: absolute;
    bottom: -2%;
    left: 10px;
  }

  .digitalhero-right img {
    width: 80%;
    padding-bottom: 10%;
  }

  .digitalhero-btn .hero-arrow-img {
    position: absolute;
    right: -60%;
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .digitalhero {
    border-radius: 0px 0px 50px 50px;
  }

  .digitalhero-left {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .degital_featuresTop {
    border-radius: 0px 50px 0px 50px;
  }

  .digitalhero-left h1 {
    max-width: 350px;
    font-size: 25px;
    margin: auto;
    text-align: center;
  }

  .digitalhero-left h1 span {
    font-size: 25px;
  }

  .digitalhero-left p {
    max-width: 340px;
    font-size: 14px;
    text-align: justify;
  }

  .digitalhero-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
  }

  .digitalhero-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 350px;
    column-gap: 10px;
    padding-top: 1%;
    padding-bottom: 10px;
  }

  .digitalhero-btn .btn1 {
    font-size: 13px;
    width: 150px;
    height: 30px;
  }

  .digitalhero-btn .btn2 {
    font-size: 13px;
    width: 150px;
    height: 30px;
  }
}

.digitalprocess-main {
  margin: 100px 0;
}

.digitalprocess-top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.digitalprocess-top h6 {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.digitalprocess-top img {
  transform: rotate(180deg);
}

.digitalprocess-main h4 {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  padding-top: 10px;
  line-height: normal;
}

.digitalprocess-main h4 span {
  color: #2e85a3;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0 10px;
  border-radius: 50px;
  background-color: #d1f4ff;
}

.digitalprocess-container {
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: center;
  align-items: center;
  gap: 100px;
  padding-top: 70px;
  /* background-image: url(../digital/img/VectorBackImg.png); */
  background-image: url(./img/Vector\ 15.svg);
  background-repeat: no-repeat;
  background-position: 50% 35%;
}

.digitalprocess {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.digitalprocess h4 {
  color: #2e85a3;
  text-align: center;
  font-family: Poppins;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background-color: white;
}

.digitalprocess p {
  max-width: 337px;
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  background-color: white;
}

.digitalprocess2 {
  display: none;
}

.digitalprocess4 {
  display: none;
}

@media screen and (max-width: 1300px) {
  .digitalprocess-container {
    background-position: 100% 35%;
  }
}

@media screen and (max-width: 1200px) {
  .digitalprocess-container {
    background-image: none;
  }
}

@media screen and (max-width: 1100px) {
  .digitalprocess-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding-top: 70px;
  }

  .digitalprocess2 {
    display: flex;
  }

  .digitalprocess4 {
    display: flex;
  }

  .digitalprocess1 {
    display: none;
  }

  .digitalprocess3 {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .digitalprocess-main {
    margin: 50px 0;
  }

  .digitalprocess-top h6 {
    font-size: 20px;
  }

  .digitalprocess-top img {
    width: 150px;
  }

  .digitalprocess-main h4 {
    font-size: 20px;
  }

  .digitalprocess-main h4 span {
    font-size: 20px;
  }
}

.digitalservices-container {
  display: grid;
  /* display: flex; */
  /* flex-wrap: wrap; */
  grid-template-columns: auto auto auto;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

.digitalservices-main-container {
  margin: 120px 10px;
}

.digitalservices {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 360px;
  /* margin: auto; */
  height: 490px;
  flex-shrink: 0;
  border-radius: 50px;
  border: 1px solid #000;
  text-align: center;
  background: #fff;
}

.digitalservices h3 {
  padding-top: 10px;
  color: #2e85a3;
  text-align: center;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 20px;
}

.digitalservices p {
  padding-top: 20px;
  width: 309px;
  /* height: 189px; */
  flex-shrink: 0;
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

/* services-text */
.digitalservices-text h4 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /* max-width: 550px; */
  color: #000;
  text-align: start;
  font-family: Poppins;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

}

.digitalservices-text p {
  max-width: 350px;
  color: #000;
  text-align: justify;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;

}

.digitalservices-text .line-img {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /* flex-direction: row-reverse; */
  gap: 10px;
}

.line-img h5 {
  color: #2e85a3;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0 15px;
  background-color: #d1f4ff;
  border-radius: 50px;
}

.how_we_work {
  padding: 0px 30px;

}

.how_we_work .how_we_work_head,
.how_we_work_dis {
  text-align: center;
  padding: 0px 30px;
}

.how_we_work,
.how_we_work_dis {
  margin-bottom: 35px;
}

.how_we_work_step {

  display: flex;
  /* justify-content: center; */
  align-items: center;
  margin-bottom: 20px;
}

.how_we_work_step h4,
p {
  margin: 0;
}

.how_we_work_step p {
  margin-left: 15px !important;
}

.how_we_work_step h4 {
  font-size: 20px;
}

.additional-list_how_we_work li h4 {
  display: inline;
  margin-right: 10px;
}

.social_log_ad {
  border-radius: 300px 0px 0px 0px !important;
}

.social_log_ad_right {
  display: flex;
}

.additional-list_how_we_work li h3 {
  display: inline;
  font-size: 18px;

}

.additional-list_how_we_work social_log_ad_li {
  line-height: 27px;
  font-size: 16px;
}

@media screen and (max-width: 1300px) {
  .digitalservices-text h4 {
    font-size: 30px;
  }
}

@media screen and (max-width: 1200px) {
  .digitalservices-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 992px) {
  .how_we_work_right {
    display: none;
  }

  .social_log_ad {
    border-radius: 150px 0px 0px 0px !important;
  }

}

@media screen and (max-width: 600px) {
  .digitalservices-text h4 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    text-align: center;
  }

  .digitalservices-text p {
    max-width: 400px;
    color: #000;
    text-align: justify;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding-top: 20px;
    padding: 20px 10px 0px 10px;
  }

  .line-img {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }

  .line-img h5 {
    font-size: 25px;
  }

  .digitalservices {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 350px;
  }

  .digitalservices p {
    max-width: 300px;
    text-align: justify;
  }
}

@media screen and (max-width: 576px) {
  .social_log_ad {
    border-radius: 50px 0px 0px 0px !important;
  }

  .digitalservices-text .line-img {
    justify-content: center;
    flex-direction: row-reverse;
  }
}

.websiteapart-main {
  margin: 50px 0;
}

.websiteapart-top h4 {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
}

.email_how_we_work_right {
  display: flex;
  justify-content: center;
}

.websiteapart-top h2 {
  text-align: center;
}

.websiteapart-top span {
  color: #2e85a3;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-color: #d1f4ff;
  border-radius: 50px;
  padding: 0 10px;
  text-align: center;
}

/* apart-container */
.websiteapart-container {
  margin-top: 100px;
  display: grid;
  grid-template-columns:
    auto auto auto auto;
  justify-content: center;
  align-items: center;
  /* width: 1440px; */
  /* border-top: 1px solid rgba(0, 0, 0, 0.50) ; */
}

.websiteapart-container .websiteapart {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.websiteapart-container .websiteapart img {
  width: 336px;
  height: 275px;
}

.websiteapart-container .websiteapart h4 {
  color: #2e85a3;
  text-align: center;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 275px;
}

.websiteapart-container .websiteapart p {
  max-width: 281px;
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.websiteapart-container .apart1 {
  width: 336px;
  height: 275px;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}

.websiteapart-container .apart2 {
  width: 336px;
  height: 275px;
  border-top-right-radius: 50px;
  border-right: 1px solid rgba(0, 0, 0, 0.5);
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}

.websiteapart-container .apart3 {
  width: 336px;
  height: 275px;
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  border-bottom-left-radius: 50px;
}

.websiteapart-container .apart4 {
  width: 336px;
  height: 275px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 1350px) {
  .websiteapart-container .apart1 {
    width: 300px;
    height: 240px;
  }

  .websiteapart-container .apart1 {
    width: 300px;
    height: 240px;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
  }

  .websiteapart-container .apart2 {
    width: 300px;
    height: 240px;
    border-top-right-radius: 50px;
    border-right: 1px solid rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(0, 0, 0, 0.5);
  }

  .websiteapart-container .apart3 {
    width: 300px;
    height: 240px;
    border-left: 1px solid rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    border-bottom-left-radius: 50px;
  }

  .websiteapart-container .apart4 {
    width: 300px;
    height: 240px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  }

  .websiteapart-container .websiteapart img {
    width: 300px;
    height: 240px;
  }

  .websiteapart-container .websiteapart h4 {
    font-size: 20px;
    padding-top: 10px;
  }

  .websiteapart-container .websiteapart p {
    font-size: 15px;
  }
}

@media screen and (max-width: 1200px) {
  .websiteapart-container {
    margin-top: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }

  .websiteapart-container .apart1 {
    border: none;
  }

  .websiteapart-container .apart2 {
    border: none;
  }

  .websiteapart-container .apart3 {
    border: none;
  }

  .websiteapart-container .apart4 {
    border: none;
  }
}

@media screen and (max-width: 576px) {
  .websiteapart-top h4 {
    font-size: 25px;
  }

  .websiteapart-top span {
    font-size: 25px;
  }
}

.websitehero {
  display: flex;
  justify-content: space-around;
  align-items: center;
  /* background: url(../website/img/websiteheroBack.svg); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding-bottom: 2%;
  padding-top: 1%;
  padding-left: 1%;
  padding-right: 1%;
  background-color: #d1f4ff;
  border-radius: 0px 0px 100px 100px;
  position: relative;
}

.websiteheroBackImg {
  width: 90%;
  position: absolute;
  bottom: -10%;
  left: 10px;
}

.websitehero-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  /* margin-top: -50px; */
}

.websitehero-left h1 {
  /* max-width: 739px; */
  color: #000;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.websitehero-left h1 span {
  color: #2e85a3;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.websitehero-left p {
  margin-top: 30px;
  max-width: 650px;
  color: #000;
  font-family: Poppins;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  border-right: 3px solid black;
  padding-right: 20px;
  text-align: start !important;
}

/* hero btn */
.websitehero-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  column-gap: 30px;
  padding-top: 9%;
  padding-bottom: 10px;
}

.websitehero-btn .btn1 a {
  text-decoration: none;
  color: #fff;
  font-family: Poppins;
}

.websitehero-btn .btn1 a:hover {
  color: #fff;
}

.websitehero-btn .btn2 a {
  text-decoration: none;
  color: #2e85a3;
  font-family: Poppins;
}

.websitehero-btn .btn2 a:hover {
  color: #fff;
}

.websitehero-btn .btn1 {
  border: none;
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  width: 210px;
  height: 45px;
  flex-shrink: 0;
  border-radius: 30px 0px;
  background: #2e85a3;
}

.websitehero-btn .btn1:hover {
  color: #fff;
  background: #000;
}

.websitehero-btn .btn2 {
  border: none;
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  width: 210px;
  height: 45px;
  flex-shrink: 0;
  border-radius: 30px 0px;
  background: #fff;
}

.websitehero-btn .btn2:hover {
  border: none;
  color: #fff;
  font-family: Poppins;
  background: #2e85a3;
}

/* hero right */
.websitehero-right {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  margin-top: 0;
  position: relative;
}

.websitehero-right img {
  width: 100%;
}

/* hero arrow img */
.websitehero-right .hero-arrow-img {
  position: absolute;
  right: -40%;
  bottom: 5%;
  width: 40%;
}

@media screen and (max-width: 1400px) {
  .websitehero-right .hero-arrow-img {
    position: absolute;
    right: -30%;
    bottom: 10%;
    width: 30%;
  }
}

@media screen and (max-width: 1200px) {
  .websitehero-right .hero-arrow-img {
    position: absolute;
    right: -40%;
    width: 35%;
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .websitehero {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 10%;
  }

  .websiteheroBackImg {
    width: 90%;
    position: absolute;
    bottom: -3%;
    left: 10px;
  }

  .websitehero-right img {
    width: 80%;
    padding-bottom: 10%;
  }

  .websitehero-btn .hero-arrow-img {
    position: absolute;
    right: -60%;
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .websitehero {
    border-radius: 0px 0px 50px 50px;
  }

  .hero-left {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .websitehero-left h1 {
    max-width: 350px;
    font-size: 25px;
    margin: auto;
    text-align: center;
  }

  .websitehero-left h1 span {
    font-size: 25px;
  }

  .websitehero-left p {
    max-width: 350px;
    font-size: 14px;
    text-align: justify;
  }

  .websitehero-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
  }

  .websitehero-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 350px;
    column-gap: 10px;
    padding-top: 1%;
    padding-bottom: 10px;
  }

  .websitehero-btn .btn1 {
    font-size: 13px;
    width: 150px;
    height: 30px;
  }

  .websitehero-btn .btn2 {
    font-size: 13px;
    width: 150px;
    height: 30px;
  }

  .websiteheroBackImg {
    width: 90%;
    position: absolute;
    bottom: -1%;
    left: 10px;
  }
}

.websiteprocess-main {
  margin: 150px 0;
}

.websiteprocess-top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.websiteprocess-top img {
  transform: rotate(180deg);
}

.websiteprocess-top h6 {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.websiteprocess-main h4 {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  padding-top: 10px;
  line-height: normal;
}

.websiteprocess-main h4 span {
  color: #2e85a3;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0 10px;
  border-radius: 50px;
  background-color: #d1f4ff;
}

.websiteprocess-container {
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: center;
  align-items: center;
  gap: 100px;
  padding-top: 70px;
  /* background-image: url(../img/Vector\ 15.svg); */
  /* background: url(../website/img/webapartbackdashImg.svg); */
  background-image: url(./img/Vector\ 15.svg);
  background-repeat: no-repeat;
  background-position: 50% 35%;
}

.websiteprocess {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.websiteprocess h4 {
  color: #2e85a3;
  text-align: center;
  font-family: Poppins;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.websiteprocess p {
  max-width: 322px;
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.websiteprocess2 {
  display: none;
}

.websiteprocess4 {
  display: none;
}

.website_need_li {
  margin-bottom: 15px;
}

@media screen and (max-width: 1300px) {
  .websiteprocess-container {
    background-position: 100% 35%;
  }
}

@media screen and (max-width: 1200px) {
  .websiteprocess-container {
    background-image: none;
  }
}

@media screen and (max-width: 1100px) {
  .websiteprocess-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding-top: 70px;
  }

  .websiteprocess1 {
    display: none;
  }

  .websiteprocess3 {
    display: none;
  }

  .websiteprocess2 {
    display: block;
  }

  .websiteprocess4 {
    display: block;
  }
}

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

  /* .websiteprocess-main {
      margin: 50px 0;
      max-width: 350px;
    } */
  .websiteprocess-top h6 {
    font-size: 25px;
  }

  .websiteprocess-top img {
    /* width: 150px; */
    display: none;
  }

  .websiteprocess-main h4 {
    font-size: 20px;
  }

  .websiteprocess-main h4 span {
    font-size: 20px;
  }
}

.websiteservices-container {
  margin: 150px 10px;
  display: grid;
  /* display: flex; */
  /* flex-wrap: wrap; */
  grid-template-columns: auto auto auto;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

.email_text h4 {
  text-align: start !important;
}

.email_text .line-img {
  flex-direction: row;
}

.websiteservices {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 360px;
  /* margin: auto; */
  height: 490px;
  flex-shrink: 0;
  border-radius: 50px;
  border: 1px solid #000;
  text-align: center;
  background: #fff;
}

.websiteservices h4 {
  padding-top: 10px;
  color: #2e85a3;
  text-align: center;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 20px;
}

.websiteservices p {
  padding-top: 20px;
  width: 309px;
  /* height: 189px; */
  flex-shrink: 0;
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

/* services-text */
.websiteservices-text h4 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /* max-width: 550px; */
  color: #000;
  text-align: start !important;
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.websiteservices-text p {
  max-width: 350px;
  color: #000;
  text-align: justify;
  font-family: Poppins;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding-top: 20px;
}

.line-img {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}

.line-img img {
  transform: rotate(180deg);
}

.line-img h5 {
  color: #2e85a3;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0 15px;
  background-color: #d1f4ff;
  border-radius: 50px;
}

@media screen and (max-width: 1300px) {
  .websiteservices-text h4 {
    font-size: 30px;
  }
}

@media screen and (max-width: 1200px) {
  .websiteservices-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 600px) {
  .websiteservices-text h4 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    text-align: center;
  }

  .websiteservices-text p {
    font-size: 15px;
  }

  .line-img {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }

  .line-img h5 {
    font-size: 25px;
  }

  .websiteservices {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 350px;
  }

  .websiteservices h4 {
    font-size: 25px;
  }

  .websiteservices p {
    max-width: 300px;
    text-align: justify;
  }
}

.enterprise {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: linear-gradient(rgba(0, 0, 0, 0.7) 100%, rgba(0, 0, 0, 0.7) 100%),
    url(./img/enterprisesHeroImg.jpg);
  height: 85vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-left: 15px;
  padding-right: 15px;
}

.enterprise h1 {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 40px;
  font-weight: 500;
}

.enterprise p {
  max-width: 800px;
  text-align: center;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.enterprise a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 50px;
  width: 200px;
  text-decoration: none;
  color: #fff;
  background-color: #2e85a3;
  border: 2px solid #2e85a3;
  border-radius: 15px;
}

.enterprise a:hover {
  color: #2e85a3;
  background-color: #fff;
  border: 2px solid #2e85a3;
}

@media screen and (max-width: 600px) {
  .enterprise {
    height: 50vh;
    background-size: cover;
  }

  .enterprise h1 {
    font-size: 25px;
  }

  .enterprise p {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.EnterpriseServiceTop {
  margin: 100px 0;
}

.EnterpriseServiceTop h4 {
  text-align: center;
  font-family: Poppins;
  font-size: 40px;
  font-weight: 500;
  padding-bottom: 50px;
}

.EnterpriseServiceContianer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
  padding-left: 15px;
  padding-right: 15px;
}

.EnterpriseServiceCard {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.5);
  padding: 15px 10px;
  border-radius: 10px;
  height: 450px;
  width: 330px;
}

.EnterpriseServiceCard:hover {
  transform: scale(1.05);
  transition: 0.5s;
  border: 3px solid #2e85a3;
}

.EnterpriseServiceCard img {
  width: 250px;
  border-radius: 10px;
}

.EnterpriseServiceCard h2 {
  text-align: center;
  font-family: Poppins;
  font-size: 25px;
}

.EnterpriseServiceCard h3 {
  text-align: center;
  font-family: Poppins;
  font-size: 25px;
}

.EnterpriseServiceCard p {
  text-align: justify;
  font-family: Poppins;
  font-size: 15px;
  max-width: 300px;
}

@media screen and (max-width: 600px) {
  .EnterpriseServiceTop {
    margin: 50px 0;
  }

  .EnterpriseServiceTop h4 {
    font-size: 25px;
  }
}

.infoPage {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #d1f4ff;
}

.infoPageLeft h2 {
  font-family: Poppins;
  font-size: 40px;
  font-weight: 500;
}

.infoPageLeft p {
  max-width: 600px;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  padding-top: 20px;
  padding-bottom: 10px;
}

.infoPageLeft a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 150px;
  font-family: Poppins;
  font-size: 19px;
  text-decoration: none;
  color: #fff;
  background-color: #2e85a3;
  border: 2px solid #2e85a3;
  border-radius: 5px;
}

.infoPageLeft a:hover {
  color: #2e85a3;
  background-color: #fff;
  border: 2px solid #2e85a3;
}

.infoPageRight {
  display: flex;
  justify-content: center;
  align-items: center;
}

.infoPageRight img {
  width: 100%;
  border-radius: 20px;
}

@media screen and (max-width: 1000px) {
  .infoPage {
    flex-direction: column;
    gap: 30px;
  }
}

@media screen and (max-width: 600px) {
  .infoPage {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .infoPageLeft {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .infoPageLeft h2 {
    font-size: 25px;
  }

  .infoPageLeft p {
    font-size: 14px;
    padding-top: 0;
  }
}

.additional {
  padding-top: 50px;
  margin: 5% 0;
  border-radius: 0px 200px 0px 0px;
  background: rgba(46, 133, 163, 0.1);
}


/* Additional-left */
.additional-left h2 {
  width: 483.634px;
  color: #000;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.additional h2 span {
  color: #2e85a3;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.additional-list {
  padding-top: 20px;
}

.additional-list li {
  color: #737373;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.additional-left img {
  margin-top: 5%;
  padding-bottom: 5%;
  width: 90%;
}

/* Additional-right */
.additional-right {
  display: flex;
  justify-content: center;
  align-items: center;
}

.additional-right img {
  width: 100%;
  padding-top: 10%;
}

@media screen and (max-width: 992px) {
  .additional {
    padding-top: 50px;
    margin: 5% 0;
    border-radius: 0px 150px 0px 0px;
    background: rgba(46, 133, 163, 0.1);
  }

  .additional-right img {
    width: 100%;
    padding-bottom: 2%;
  }
}

@media screen and (max-width: 576px) {
  .additional {
    padding-top: 50px;
    margin: 5% 0;
    border-radius: 0px 50px 0px 0px;
    background: rgba(46, 133, 163, 0.1);
  }

  .additional-left h2 {
    font-size: 25px;
    text-align: center;
    max-width: 100%;
  }

  .additional h2 span {
    font-size: 25px;
  }

  .additional-list {
    padding-left: 10px;
  }

  .additional-list li {
    font-size: 15px;
    line-height: 35px;
  }
}

.apart {
  margin-top: 15%;
  margin-bottom: 100px;
}

/* apart-left */
.apart-left {
  display: flex;
  justify-content: center;
  align-items: center;
}

.apart-left img {
  width: 90%;
}

/* apart-right */
.apart-right {
  padding-top: 20px;
}

.apart-top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}

.apart-top h2 {
  color: #000;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.apart-right h3 {
  color: #000;
  margin-top: 10px;
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

/* .apart-right h1 span {
    color: #2e85a3;
    font-family: Poppins;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    background-color: #d1f4ff;
    padding: 0 10px;
    border-radius: 50px;
  } */

.apart-right p {
  padding-top: 10px;
  max-width: 583px;
  color: #595959;
  text-align: justify;
  font-family: Poppins;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* .apart-list */
.apart-list span {
  color: #595959;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  padding-left: 10px;
}

.apart-list i {
  color: #2e85a3;
  font-size: 23px;
  font-weight: 600;
}

@media screen and (max-width: 576px) {
  .apart-top {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .apart-right h3 {
    font-size: 25px;
    text-align: center;
  }

  .apart-right h3 span {
    font-size: 25px;
  }

  .apart-list span {
    font-size: 15px;
    line-height: 25px;
  }

  .apart-right p {
    padding-top: 10px;
    font-size: 15px;
  }
}

.blog {
  margin: 100px 0;
}

.blog-button {
  text-align: center;
  padding-top: 50px;
}

.blog-button a {
  text-decoration: none;
  color: #fff;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 21.6px;
  flex-shrink: 0;
  border-radius: 50px;
  background: #2e85a3;
  padding: 10px 30px;
}

.blog-button a:hover {
  border: 2px solid black;
  color: #2e85a3;
  background-color: #fff;
}

.blog h2 {
  color: #000;
  text-align: justify;
  font-family: Lato;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
}

.blog h2 span {
  color: #2e85a3;
  font-family: Lato;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  background-color: #d1f4ff;
  padding: 1px 15px;
  border-radius: 50px;
}


.blog h3 {
  color: #000;
  text-align: justify;
  font-family: Lato;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
}

.blog h3 span {
  color: #2e85a3;
  font-family: Lato;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  background-color: #d1f4ff;
  padding: 1px 15px;
  border-radius: 50px;
}

.blog-top {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 60px;
  gap: 10px;
}

/* blog left */

.blog-left {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 758px;
  height: 364px;
  flex-shrink: 0;
  border-radius: 50px;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
}

.blog-left .blog-img img {
  width: 370px;
}

.blog-left:hover .blog-img {
  display: none;
}

.blog-left:hover .blog-text {
  display: none;
}

.blog-left:hover {
  background-color: #d1f4ff;
}

.discover-btn a {
  text-decoration: none;
  padding: 15px 60px;
  background-color: black;
  color: #fff;
  border-radius: 50px;
  font-size: 25px;
  display: none;
}

.blog-left:hover .discover-btn a {
  display: block;
}

.blog-left .blog-text {
  padding-left: 20px;
  padding-right: 20px;
}

.blog-left .blog-text h5 {
  display: flex;
  /* width: 315px; */
  /* height: 22px; */
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  color: #2e85a3;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  /* line-height: 21.6px; */
  padding-bottom: 20px;
}

.blog-left .blog-text h4 {
  display: flex;
  /* width: 315px; */
  /* height: 22px; */
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  color: #2e85a3;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  /* line-height: 21.6px; */
  padding-bottom: 20px;
}

.blog-left .blog-text span {
  color: #333;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  /* line-height: 21px; */
}

.blog-left .blog-text p {
  padding-top: 30px;
  width: 350px;
  color: #666;
  text-align: justify;
  font-family: Lato;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.blog-left .blog-text a {
  color: #00132f;
  text-decoration: none;
  font-family: Lato;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 22.5px;
  float: right;
}

/* blog-right */
.blog-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 380px;
  /* border: 2px solid gray ; */
}

/* seconde hover */
.blog-right:hover .blogimg1 {
  display: none;
}

.blog-right:hover h5 {
  display: none;
}

.blog-right:hover {
  background-color: #d1f4ff;
  border-radius: 50px;
}

.blog-right:hover .discover-btn a {
  display: block;
}

.blog-right .discover-btn a {
  display: none;
}

.blog-right img {
  width: 100%;
}

.blog-right h5 {
  display: flex;
  /* width: 285px; */
  /* height: 22px; */
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  color: #2e85a3;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  /* line-height: 21.6px; */
  width: 320px;
  /* height: 100px; */
  flex-shrink: 0;
  border-radius: 0px 0px 50px 50px;
  background: #fff;
  /* margin-top: -30px; */
  /* padding-top: 10px; */
  /* z-index: -999; */
  /* box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5); */
}

.blog-right h4 {
  display: flex;
  /* width: 285px; */
  /* height: 22px; */
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  color: #2e85a3;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  /* line-height: 21.6px; */
  width: 320px;
  /* height: 100px; */
  flex-shrink: 0;
  border-radius: 0px 0px 50px 50px;
  background: #fff;
  /* margin-top: -30px; */
  /* padding-top: 10px; */
  /* z-index: -999; */
  /* box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5); */
}

/* blog-bottom */
.blog-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  column-gap: 20px;
  row-gap: 15px;
  /* width: 350px;
    height: 380px; */
}

.bottom-text1 {
  width: 350px;
  height: 380px;
}

.bottom-text1:hover img {
  display: none;
}

.bottom-text1:hover h5 {
  display: none;
}

.bottom-text1:hover {
  background-color: #d1f4ff;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bottom-text1 .discover-btn a {
  display: none;
}

.bottom-text1:hover .discover-btn a {
  display: block;
}

/*  */

.bottom-text2 {
  width: 350px;
  height: 380px;
}

.bottom-text2:hover img {
  display: none;
}

.bottom-text2:hover h5 {
  display: none;
}

.bottom-text2:hover {
  background-color: #d1f4ff;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bottom-text2 .discover-btn a {
  display: none;
}

.bottom-text2:hover .discover-btn a {
  display: block;
}

/*  */

.bottom-text3 {
  width: 350px;
  height: 380px;
}

.bottom-text3:hover img {
  display: none;
}

.bottom-text3:hover h5 {
  display: none;
}

.bottom-text3:hover {
  background-color: #d1f4ff;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bottom-text3 .discover-btn a {
  display: none;
}

.bottom-text3:hover .discover-btn a {
  display: block;
}

/*  */

.bottom-text h5 {
  width: 320px;
  margin: auto;
  color: #2e85a3;
  text-align: center;
  font-family: Montserrat;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  /* line-height: 21.6px; */
  text-align: center;
  /* margin-top: -50px; */
  padding-bottom: 20px;
  margin-left: 0px;
  margin-right: 0;
  padding-left: 0;
  /* height: 150px; */
  /* border: 2px solid lightgrey; */
  display: flex;
  justify-content: center;
  align-items: flex-end;
  /* border-bottom-left-radius: 50px; */
  /* border-bottom-right-radius: 50px; */
}

.bottom-text h4 {
  width: 320px;
  margin: auto;
  color: #2e85a3;
  text-align: center;
  font-family: Montserrat;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  /* line-height: 21.6px; */
  text-align: center;
  /* margin-top: -50px; */
  padding-bottom: 20px;
  margin-left: 0px;
  margin-right: 0;
  padding-left: 0;
  /* height: 150px; */
  /* border: 2px solid lightgrey; */
  display: flex;
  justify-content: center;
  align-items: flex-end;
  /* border-bottom-left-radius: 50px; */
  /* border-bottom-right-radius: 50px; */
}

.blog-bottom .bottom-text img {
  width: 95%;
}

@media screen and (max-width: 768px) {
  .blog-top {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 60px;
    row-gap: 70px;
  }

  .blog-left {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    width: 350px;
    margin: auto;
    height: auto;
    padding-bottom: 50px;
  }

  .blog-left .blog-text {
    padding-left: 0px;
    padding-right: 0px;
  }

  .blog-left .blog-text h5 {
    font-size: 18px;
    padding-bottom: 10px;
    text-align: center;
  }

  .blog-left .blog-text h4 {
    font-size: 18px;
    padding-bottom: 10px;
    text-align: center;
  }

  .blog-left .blog-text span {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .blog-left .blog-text p {
    padding-top: 10px;
    width: 350px;
    font-size: 14px;
    text-align: center;
  }

  .blog-left .blog-text a {
    float: none;

    display: flex;
    justify-content: center;
    align-items: center;
  }

  .bottom-text1 {
    width: 350px;
    height: unset;
  }

  .bottom-text2 {
    width: 350px;
    height: unset;
  }

  .bottom-text3 {
    width: 350px;
    height: unset;
  }
}

@media screen and (max-width: 600px) {
  .blog-left {
    box-shadow: none;
  }

  .blog-left .blog-text p {
    display: none;
  }

  .blog-left .blog-text span {
    display: none;
  }

  .blog-left .blog-text a {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .blog-top {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 60px;
    row-gap: 70px;
  }

  .blog-bottom {
    margin-top: 50px;
  }

  .blog h2 {
    font-size: 25px;
  }

  .blog h2 span {
    font-size: 25px;
  }

  .blog-right img {
    width: 100%;
  }

  .blog-bottom .bottom-text img {
    width: 100%;
    padding: 20px 0;
  }

  .blog-left .blog-text h5 {
    padding-top: 20px;
  }

  .blog-left .blog-text h4 {
    padding-top: 20px;
  }

  .blog-top .blog-left {
    padding-left: 10px;
    padding-right: 10px;
  }

  .blog-left .blog-img img {
    width: 355px;
  }

  .blog-right h5 {
    display: flex;
    /* width: 285px; */
    /* height: 22px; */
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    color: #2e85a3;
    text-align: center;
    font-family: Montserrat;
    /* font-size: 15px; */
    font-style: normal;
    font-weight: 500;
    /* line-height: 21.6px; */
    width: 350px;
    height: 100px;
  }

  .blog-right h4 {
    display: flex;
    /* width: 285px; */
    /* height: 22px; */
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    color: #2e85a3;
    text-align: center;
    font-family: Montserrat;
    /* font-size: 15px; */
    font-style: normal;
    font-weight: 500;
    /* line-height: 21.6px; */
    width: 350px;
    height: 100px;
  }

  .bottom-text h5 {
    width: 340px;
    margin: auto;
    color: #2e85a3;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    padding-top: 6px;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .bottom-text h4 {
    width: 340px;
    margin: auto;
    color: #2e85a3;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    padding-top: 6px;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.business {
  /* display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; */
  background: url(./img//section\ 4\ image.png);
  /* background: url(../img/businesImg.jpg); */
  background-repeat: no-repeat;
  background-size: contain;
  height: 90vh;
}

.business h2 {
  max-width: 727.035px;
  height: 112.895px;
  flex-shrink: 0;
  color: #000;
  margin: auto;
  text-align: center;
  font-family: Inter;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-top: 10%;
}

.business-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 12%;
}

.business a {
  color: #fff;
  text-decoration: none;
  font-family: Poppins;
}

.business a:hover {
  background-color: #fff;
  color: #2e85a3;
}

.business button {
  color: #fff;
  border-radius: 100px;
  border: 1px solid #ffe3e3;
  background: #2e85a3;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  width: 240.104px;
  height: 48.661px;
  flex-shrink: 0;
  border: none;
  line-height: normal;
  text-transform: uppercase;
}

.business button:hover {
  background-color: #fff;
  color: #2e85a3;
  border: 2px solid black;
}

@media screen and (max-width: 900px) {
  .business h2 {
    max-width: 500px;
    height: 50px;
    font-size: 35px;
    line-height: normal;
    padding-top: 5%;
  }

  /* .business {
          height:100vh;
        } */
}

@media screen and (max-width: 1000px) {
  .business {
    height: 70vh;
    object-fit: cover;
  }
}

@media screen and (max-width: 800px) {
  .business {
    height: 50vh;
    object-fit: cover;
  }

  .business h2 {
    max-width: 500px;
    height: 50px;
    font-size: 30px;
    line-height: normal;
    padding-top: 10%;
  }
}

@media screen and (max-width: 576px) {
  .business {
    /* height: 100vh; */
    object-fit: cover;
  }

  .business h2 {
    max-width: 350px;
    height: 30px;
    font-size: 20px;
    line-height: normal;
    padding-top: 8%;
    text-align: center;
  }

  .business button {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    width: 150px;
    height: 30px;
    flex-shrink: 0;
    border: none;
    line-height: normal;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 500px) {
  .business {
    height: 35vh;
    object-fit: cover;
  }
}

@media screen and (max-width: 400px) {
  .business {
    height: 25vh;
    object-fit: cover;
  }

  .business h2 {
    width: 250px;
    /* height: 20px; */
    font-size: 15px;
    line-height: normal;
  }

  .business button {
    font-size: 13px;
  }
}

.featuresTop {
  padding: 100px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* background: linear-gradient(rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5) 100%),
      url(./img/featBackImg.png); */
  background: rgba(46, 133, 163, 0.1);
  border-radius: 0px 300px 0px 300px;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.featuresTop h3 {
  font-size: 45px;
  color: #2e85a3;
  text-align: center;
  font-family: Poppins;
}

.featuresTop .featPara {
  padding-top: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  text-align: center;
  max-width: 800px;
  font-family: Poppins;
}

.featuresContainer {
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px;
  padding-top: 50px;
}

.features {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 2px solid #2e85a3;
  border-radius: 10px;
  padding: 10px;
  width: 280px;
  height: 315px;
  background-color: #fff;
}

.features:hover {
  transform: scale(1.05);
  transition: 0.5s;
}

.features img {
  width: 50%;
  border-radius: 10px;
  border: 2px solid #2e85a3;
}

.features h4 {
  font-size: 20px;
  color: #2e85a3;
  text-align: center;
  font-family: Poppins;
  /* max-width: 400px; */
  padding-top: 10px;
}

.features p {
  font-size: 14px;
  color: #000;
  text-align: justify;
  /* max-width: 400px; */
  font-family: Poppins;
}

@media screen and (max-width: 1000px) {
  .featuresContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
  }

}

@media screen and (max-width: 1200px) {
  .featuresTop {
    border-radius: 0px 150px 0px 150px;
  }
}

@media screen and (max-width: 600px) {
  .featuresTop {
    border-radius: 0px 50px 0px 50px;
  }
}

.footer {
  background: #2e85a3;
}

.footer1 {
  padding: 50px 50px;
}

/* foot-location  */
.foot-location h4 {
  color: #fff;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.foot-location p {
  max-width: 330px;
  padding-top: 20px;
  color: #fff;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.foot-location strong {
  max-width: 330px;
  padding-top: 20px;
  color: #fff;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  display: none;
}

/* foot-about */
.foot-about {
  padding-left: 50px;
}

.foot-about h4 {
  color: #fff;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  padding-bottom: 0px;
}

.foot-about h3 {
  color: #fff;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  padding-bottom: 0px;
}

.foot-about p {
  color: #fff;
  font-family: Poppins;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
  /* line-height: 15px; */
}

.foot-about a {
  text-decoration: none;
}

.foot-about p:hover {
  color: black;
  font-size: 21px;
}

/* foot-sol */
.foot-sol h4 {
  color: #fff;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  padding-bottom: 20px;
}

.foot-sol a {
  text-decoration: none;
  /* font-size: 24px; */
}

.foot-links h4 {
  color: #fff;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  padding-bottom: 20px;
}

.foot-links p {
  max-width: 350px;
  color: #fff;
  font-family: League Spartan;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.foot-icons {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  gap: 10px;
  padding-bottom: 20px;
}

.foot-icons i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 25px;
}

.foot-icons a {
  text-decoration: none;
}

.search {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /* width: 220px; */
  height: 50px;
  /* padding-left: 20px; */
  flex-shrink: 0;
  border-radius: 50px;
  margin-top: 12px;
  /* border: 2px solid #fff; */
}

.search input {
  border: 2px solid #fff;
  border-radius: 50px;
  padding: 11px 0px 11px 5px;
  background: transparent;
  width: 200px;
  font-family: League Spartan;
  font-size: 15px;
  color: #fff;
}

.search input::placeholder {
  color: #fff;
}

.search input:focus {
  outline: none;
}

.search button {
  border: none;
  padding: 14px 30px;
  border-radius: 50px;
  margin-left: -50px;
}

/* foot2 */
.foot2 {
  background-color: #000;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media screen and (max-width: 1200px) {
  .search input {
    width: 190px;
  }

  .search button {
    padding: 14px 20px;
  }
}

@media screen and (max-width: 1100px) {
  .foot-icons i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 25px;
  }
}

@media screen and (max-width: 600px) {
  .foot-location strong {
    max-width: 330px;
    padding-top: 10px;
    color: #fff;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    display: block;
    padding-bottom: 10px;
  }

  .foot-location h4 {
    font-size: 20px;
  }

  .foot-location p {
    font-size: 16px;
    text-align: center;
  }

  .foot-location {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .foot-about {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0px;
  }

  .foot-about h4 {
    font-size: 20px;
  }

  .foot-about {
    margin-bottom: 20px;
  }

  .foot-about p {
    font-size: 20px;
    line-height: 35px;
    text-align: center;
  }

  .foot-sol {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .foot-sol h4 {
    font-size: 20px;
    line-height: 20px;
  }

  .foot-links {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .foot-links h4 {
    font-size: 20px;
    padding-bottom: 0;
  }

  .foot-links p {
    text-align: center;
  }

  .search {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 50px;
    flex-shrink: 0;
    border-radius: 50px;
    margin: auto;
    margin-top: 20px;
  }

  .search input {
    width: 250px;
  }

  .foot2 {
    background-color: #000;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    color: #fff;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}

.navbar {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 90px;
  position: sticky;
  top: 0;
  border-bottom: 1px solid #2e85a3;
  background: #fff;
  z-index: 999999;
}

.nav-menu .active {
  color: #fff;
  background-color: darkgreen;
  padding: 10px 20px;
  /* z-index: 100; */
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: black;
}

.dropdown-menu:hover .drop a {
  color: #2e85a3;
  display: block;
}

.navbar a {
  text-decoration: none;
  color: black;
}

.nav-menu .btn-primary {
  --bs-btn-color: none;
  --bs-btn-bg: none;
  --bs-btn-border-color: none;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
  color: #fff;
  background-color: #fff;
  border-color: var(--bs-btn-active-border-color);
}

.btn:hover {
  /* color: #2e85a3; */
  background-color: #fff;
  border-color: none;
  font-size: 23px;
}

.drop {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 100px;
}

.drop:hover {
  transform: scale(1.2);
  transition: transform 0.3s ease-in-out;
}

.drop:hover a {
  color: #2e85a3;
}

.drop a {
  font-size: 20px;
  font-family: League Spartan;
  width: 100px;
}

.child-menu:hover {
  color: #2e85a3 !important;
  transition: transform 0.3s ease-in-out !important;
  transform: scale(1.1) !important;
}

.navbar-top {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  gap: 7px;
}

.navbar-top img {
  width: 50px;
  margin-top: -20px;
}

.navbar-top h2 {
  color: #2e85a3;
  font-family: Manjari;
  font-size: 35px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.navbar-top h2 span {
  color: #000;
  font-family: Manjari;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.nav-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 13px;
  /* z-index: -100; */
}

.nav-menu li {
  padding: 0 10px;
  list-style: none;
  text-align: center !important;
}

.nav-menu .nav1 {
  width: 90px;
}

.nav-menu .nav2 {
  width: 90px;
}

.nav-menu .nav4 {
  width: 100px;
  padding-left: 22px;
}

.nav-menu .nav5 {
  width: 140px;
}

.nav-menu .nav6 {
  width: 80px;
  /* padding-left: 20px; */
}

.nav-menu .nav1:hover .nav1_a {
  color: #2e85a3;
}

.nav-menu .nav1:hover {
  transform: scale(1.2);
  transition: transform 0.3s ease-in-out;
}

.nav-menu .nav2:hover {
  transform: scale(1.2);
  transition: transform 0.3s ease-in-out;
}

.nav-menu .nav2:hover .nav2_a {
  color: #2e85a3;
}

.nav3:hover {
  transform: scale(1.2);
  transition: transform 0.3s ease-in-out;
  color: #2e85a3 !important;
}

.nav-menu .nav4:hover {
  transform: scale(1.2);
  transition: transform 0.3s ease-in-out;
}

.nav-menu .nav4:hover .nav4_a {
  color: #2e85a3;
}

.nav-menu .nav5:hover {
  transform: scale(1.2);
  transition: transform 0.3s ease-in-out;
}

.nav-menu .nav5:hover .nav5_a {
  color: #2e85a3;
}

.nav-menu .nav6:hover {
  transform: scale(1.2);
  transition: transform 0.3s ease-in-out;
  color: #2e85a3;
}

.nav-menu .nav6:hover .nav6_a {
  color: #2e85a3;
}

.nav-menu li a {
  text-decoration: none;
  color: #000;
  text-align: center;
  font-family: League Spartan;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /* transform: scale(1.5); */
  /* transition: transform 0.3s ease-in-out; */
  width: 100px;
}



.trusted {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 15px;
  margin: 100px 0;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #d1f4ff;
}

.trustedLeft {
  display: flex;
  justify-content: center;
  align-items: center;
}

.trustedLeft img {
  width: 600px;
  border-radius: 20px;
}

.trustedRight h6 {
  font-family: Poppins;
  font-size: 20px;
  font-weight: 500;
}

.trustedRight h2 {
  font-family: Poppins;
  font-size: 50px;
  font-weight: 500;
  max-width: 500px;
}

.trustedRight p {
  max-width: 500px;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  padding-top: 20px;
  padding-bottom: 10px;
}

.trustedRight a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 200px;
  font-size: 19px;
  text-decoration: none;
  color: #fff;
  background-color: #2e85a3;
  border: 2px solid #2e85a3;
  border-radius: 5px;
  font-family: Poppins;
}

.trustedRight a:hover {
  color: #2e85a3;
  background-color: #fff;
  border: 2px solid #2e85a3;
}

@media screen and (max-width: 1100px) {
  .trusted {
    flex-direction: column;
    gap: 30px;
  }
}

@media screen and (max-width: 600px) {
  .trusted {
    padding-top: 50px;
    padding-bottom: 50px;
    flex-direction: column-reverse;
    margin: 70px 0;
  }

  .trustedLeft img {
    width: 100vw;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 30px;
  }

  .trustedRight {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .trustedRight h2 {
    font-size: 25px;
  }

  .trustedRight p {
    font-size: 14px;
    padding-top: 0;
  }
}


.headerBtn .headerBtn1 {
  border: none;
  color: #fff;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  width: 225px;
  height: 45px;
  flex-shrink: 0;
  border-radius: 20px;
  background: #2e85a3;
}

.headerBtn .headerBtn1:hover {
  color: #2e85a3;
  background-color: #fff;
  font-weight: 700;
  border: 2px solid black;
}

.hamburger {
  position: absolute;
  top: 21px;
  right: 15px;
  font-size: 30px;
  display: none;
  color: #000;
}



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

  .headerBtn {
    padding-right: 40px;
  }

  .nav-menu {
    /* background-color: #3e27db; */
    background: #2e85a3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: end;
    height: 50vh;
    width: 100%;
    position: absolute;
    top: 80px;
    right: 0;
    /* opacity: 0; */
    /* visibility: unset; */
  }

  .nav-menu1 {
    display: none;
  }

  .nav-menu1.active {
    display: block;
  }

  .nav-menu li {
    padding: 8px 0;
    list-style: none;
  }

  .nav-menu li a {
    color: #fff;
    /* color: #2e85a3 */
  }

  .drop a {
    color: #fff;
    padding-left: 35px;
  }

  .btn {
    color: #fff;
  }

  .hamburger {
    display: block;
  }

  .nav-menu.active {
    opacity: 1;
  }

  ol,
  ul {
    padding-left: 0rem;
  }

  .nav-menu .nav4 {
    padding-left: 0px;
  }

  .nav3 {

    color: #ffffff !important;
  }

  .nav-menu .nav1:hover .nav1_a {
    color: #000000;
  }

  .nav-menu .nav1:hover {
    transform: scale(1.2);
    transition: transform 0.3s ease-in-out;
  }

  .nav-menu .nav2:hover {
    transform: scale(1.2);
    transition: transform 0.3s ease-in-out;
  }

  .nav-menu .nav2:hover .nav2_a {
    color: #000000;
  }

  .nav3:hover {
    transform: scale(1.2);
    transition: transform 0.3s ease-in-out;
    color: #000000 !important;
  }

  .nav-menu .nav4:hover {
    transform: scale(1.2);
    transition: transform 0.3s ease-in-out;
  }

  .nav-menu .nav4:hover .nav4_a {
    color: #000000;
  }

  .nav-menu .nav5:hover {
    transform: scale(1.2);
    transition: transform 0.3s ease-in-out;
  }

  .nav-menu .nav5:hover .nav5_a {
    color: #000000;
  }

  .nav-menu .nav6:hover {
    transform: scale(1.2);
    transition: transform 0.3s ease-in-out;
    color: #000000;
  }

  .nav-menu .nav6:hover .nav6_a {
    color: #000000;
  }


}

@media screen and (max-width: 650px) {
  .headerBtn {
    padding-right: 40px;
  }

  .home_form_selact {
    margin-top: 15px;
  }

  .nav-menu li {
    padding: 8px 0;
    text-align: center;
  }

  .navbar-top h2 {
    font-size: 21px;
  }

  .navbar-top h2 span {
    font-size: 21px;
  }

  .headerBtn .headerBtn1 {
    font-size: 13px;
    width: 150px;
    height: 35px;
  }

  .hamburger {
    font-size: 25px;
    top: 25px;
  }

  .drop a {
    color: #fff;
    padding-left: 0px;
  }

  .nav-menu .nav6 {
    padding-left: 0;
  }
}

@media screen and (max-width: 453px) {
  .navbar-top h2 {
    display: none;
  }
}

/* .whatAppIcon img {
    position: sticky;
    right: 10px;
    bottom: 30%;
  } */

/* headerBottom */
.headerBottom {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  height: 50px;
  position: fixed;
  bottom: 0%;
  left: 0;
  width: 100%;
  border-top: 1px solid #2e85a3;
  z-index: 999;
}

.headerBottom a {
  text-decoration: none;
}

.headerBottom .whatAppIcon img {
  width: 55px;
  height: 50px;
  border-radius: 50%;
}

.headerBottom .callIcon img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.headerBottom1 {
  display: none;
}

@media screen and (max-width: 600px) {
  .headerBottom1 {
    display: block;
  }
}

.homehero {
  display: flex;
  justify-content: center;
  background: #d1f4ff;
  border-radius: 0 0 100px 100px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  padding-bottom: 3%;
  padding-left: 2%;
  padding-right: 2%;
  position: relative;
  /* z-index: -999; */
}

.homeheroBackImg {
  width: 85%;
  margin-top: -20px;
  z-index: 9999;
  position: sticky;
  padding-left: 20px;
  /* z-index: -1; */
}

.homehero-left h1 {
  max-width: 739px;
  color: #000;
  padding-top: 50px;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.homehero-left span {
  color: #2e85a3;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.homehero-left .left_bar_div {
  max-width: 765px;
  color: #000;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 300;
  /* text-transform: lowercase; */
  border-left: 3px solid black;
  padding-left: 25px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.homehero-left p {
  margin: 0;
  max-width: 765px;
  color: #000;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 300;
}

.homehero-list {
  display: grid;
  grid-template-columns:
    auto auto;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.homehero-list strong {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #000;
  width: 220px;
  height: 50px;
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
}

/* hero btn */
.homehero-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 450px;
  column-gap: 30px;
  padding-top: 1%;
  padding-bottom: 10px;
  position: relative;
  cursor: pointer;
}

/* .homehero-btn .homeArrowImg {
    position: absolute;
    bottom: 0;
    right: -50%;
    width: 40%;
  } */

.homehero-btn .btn1 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border: none;
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  width: 210px;
  height: 45px;
  flex-shrink: 0;
  border-radius: 30px 0px;
  background: #2e85a3;
  cursor: pointer;
}

.homehero-btn .btn1:hover {
  background-color: #000;
  color: #fff;
}

.homehero-btn .btn2 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border: none;
  color: #2e85a3;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  width: 210px;
  height: 45px;
  flex-shrink: 0;
  border-radius: 30px 0px;
  background: #fff;
  cursor: pointer;
}

.homehero-btn .btn2:hover {
  background-color: #2e85a3;
  color: #fff;
}

/* .hero-right */

.homehero-right {
  display: flex;
  justify-content: center;
  align-items: center;
}

.homehero-right img {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .homehero {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    /* align-items: center; */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
  }

  /* .homehero-btn .homeArrowImg {
      display: none;
    } */
}

@media screen and (max-width: 576px) {
  .homehero {
    border-radius: 0 0 50px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* flex-direction: column-reverse; */
  }

  .homehero-left h1 {
    max-width: 350px;
    color: #000;
    font-size: 25px;
    text-align: center;
    margin: auto;
  }

  .homehero-left h1 span {
    font-size: 25px;
  }

  .homehero-left p {
    max-width: 350px;
    font-size: 15px;
    text-align: center;
  }

  .homehero-left .left_bar_div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 350px;
    font-size: 15px;
    text-align: center;
    padding-left: 10px;
  }

  .homehero-right {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
  }

  .homehero-list {
    display: grid;
    grid-template-columns:
      auto auto;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 10px;
  }

  .homehero-list strong {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 75px;
    font-size: 14px;
    padding: 0 5px;
  }

  .homehero-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 350px;
    column-gap: 10px;
    padding-top: 1%;
    padding-bottom: 10px;
  }

  .homehero-btn .btn1 {
    font-size: 13px;
    width: 150px;
    height: 30px;
  }

  .homehero-btn .btn2 {
    font-size: 13px;
    width: 155px;
    height: 30px;
  }
}

.offer {
  margin-bottom: 50px;
}

.offer-top {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
}

.offer-top h2 {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px;
  text-transform: capitalize;
  margin-bottom: 0;
}

.offer-card h2 a {
  text-decoration: none;
  color: black;
}

.offer h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  text-transform: capitalize;
  max-width: 400px;
  margin: auto;
}

.offer h3 span {
  color: #2e85a3;
  text-align: center;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  /* 150% */
  text-transform: capitalize;
  background-color: #d1f4ff;
  padding: 0 20px;
  border-radius: 50px;
}

.offer .offer_h6_convert_h3 {
  max-width: 700px;
  margin: auto;
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px;
  text-transform: capitalize;
}

.offer ul {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.offer ul li {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}

.offer p {
  max-width: 500px;
  margin: auto;
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
}

/* offer-container */
.offer-container {
  padding-top: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
}

.offer-card {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 440px;
  height: 666px;
  flex-shrink: 0;
  border-radius: 50px;
  background: #fff;
  border: 2px solid #bcbcbc;
  /* border: 2px solid #bcbcbc; */
}

.offer-card:hover {
  border: 2px solid #2e85a3;
}

.offer-card h2 {
  color: #000;
  font-family: Poppins;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  padding-top: 30px;
  text-align: center;
}

.offer-card strong {
  padding-top: 10px;
  width: 355px;
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.offer-list {
  padding-top: 20px;
  padding-left: 15px;
}

.offer-list span {
  color: #000;
  text-align: justify;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  text-transform: capitalize;
  padding-left: 15px;
}

.offer-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}

.offer-btn a {
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  padding: 10px 30px;
  flex-shrink: 0;
  border-radius: 50px;
  background: #2e85a3;
  border: 2px solid #2e85a3;
}

.offer-btn a:hover {
  color: #2e85a3;
  border: 2px solid black;
  background-color: #fff;
}

@media screen and (max-width: 1380px) {
  .offer-card {
    width: 380px;
  }
}

@media screen and (max-width: 576px) {
  .offer-card {
    width: 350px;
  }

  .offer-card strong {
    padding-left: 10px;
    padding-right: 10px;
  }

  .offer-top p {
    max-width: 350px;
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .offer-top h2 {
    font-size: 15px;
    line-height: 40px;
  }

  .offer h1 {
    font-size: 25px;
    max-width: 350px;
    margin: auto;
    text-align: center;
  }

  .offer h1 span {
    font-size: 25px;
  }

  .offer p {
    font-size: 17px;
    line-height: 30px;
  }

  .offer h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Poppins;
    font-size: 25px;
  }

  .offer h3 span {
    text-align: center;
    font-family: Poppins;
    font-size: 25px;
    padding: 0 15px;
  }
}

.signup {
  margin-top: 100px;
  margin-bottom: 50px;
  padding: 50px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(46, 133, 163, 0.2);
}

/* .signup-left */

.signup-left {
  display: flex;
  justify-content: center;
  align-items: center;
}

.signup-left img {
  width: 100%;
}

/* signup-right */
.signup-right {
  column-gap: 100px;
  width: 790px;
  padding-bottom: 80px;
  flex-shrink: 0;
  border-radius: 50px;
  border: 3px solid #2e85a3;
  background: #fff;
  margin-left: -70px;
}

.signup-right h2 {
  color: #000;
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  text-align: center;
  padding-top: 40px;
}


.signup-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  column-gap: 100px;
  padding-top: 40px;
}

.signup-container p {
  color: red;
  text-align: center;
}

.signup-right input {
  width: 250px;
  height: 45px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.5);
  padding-left: 8px;
}

.signup-right textarea {
  width: 250px;
  height: 100px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.5);
  resize: none;
  padding-left: 8px;
}

.signup-right .formSelect {
  border: 2px solid rgba(0, 0, 0, 0.5);
  margin-bottom: 25px;
  font-family: Poppins;
  font-size: 16px;
  color: #737373;
  font-weight: 400;
}

.signup-right textarea:focus {
  outline: none;
}

.signup-right textarea::placeholder {
  font-family: Poppins;
}

.signup-right input:focus {
  outline: none;
}

.signup-right input::placeholder {
  color: #737373;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /* padding-left: 15px; */
}

.signup-right .form-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* row-gap: 3px; */
}

.signup-right .form-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: flex-start; */
}

.signup-right button {
  color: #fff;
  border: none;
  width: 168px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #2e85a3;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin-top: 30px;
}

.signup-right button:hover {
  background-color: #fff;
  color: #2e85a3;
  border: 2px solid black;
}

@media screen and (max-width: 1200px) {
  .signup {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .signup-right {
    column-gap: 50px;
    width: 600px;
    padding-bottom: 80px;
    flex-shrink: 0;
    border-radius: 50px;
    border: 3px solid #2e85a3;
    background: #fff;
    margin-left: 0px;
  }

  .signup-container {
    column-gap: 50px;
  }
}

@media screen and (max-width: 650px) {
  .signup-container {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 0px;
    padding-top: 0px;
  }

  .signup-right {
    column-gap: 0px;
    width: 400px;
    padding-bottom: 50px;
    flex-shrink: 0;
    border-radius: 50px;
    border: 3px solid #2e85a3;
    background: #fff;
    margin-left: 0px;
    margin-top: 50px;
  }

  .form-right {
    margin-top: -20px;
  }

  .submit-btn {
    /* float: unset; */
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 450px) {
  .signup-right {
    column-gap: 0px;
    width: 350px;
    padding-bottom: 80px;
    flex-shrink: 0;
    border-radius: 50px;
    border: 3px solid #2e85a3;
    background: #fff;
    margin-left: 0px;
    margin-top: 50px;
  }
}

.testi_parent_hero,
.testi_parent_cont {
  max-width: 100%;
}

section {
  max-width: 100%;
}

.itapart-main {
  margin: 50px 0;
}

.itapart-top h4 {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
}

.itapart-top h2 {
  text-align: center;
}

.itapart-top span {
  color: #2e85a3;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-color: #d1f4ff;
  border-radius: 50px;
  padding: 0 10px;
  text-align: center;
}

/* apart-container */
.itapart-container {
  margin-top: 100px;
  display: grid;
  grid-template-columns:
    auto auto auto auto;
  justify-content: center;
  align-items: center;
  /* width: 1440px; */
  /* border-top: 1px solid rgba(0, 0, 0, 0.50) ; */
}

.itapart-container .itapart {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.itapart-container .itapart img {
  width: 336px;
  height: 275px;
}

.itapart-container .itapart h4 {
  color: #2e85a3;
  text-align: center;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 275px;
}

.itapart-container .itapart p {
  max-width: 281px;
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.itapart-container .apart1 {
  width: 336px;
  height: 275px;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}

.itapart-container .apart2 {
  width: 336px;
  height: 275px;
  border-top-right-radius: 50px;
  border-right: 1px solid rgba(0, 0, 0, 0.5);
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}

.itapart-container .apart3 {
  width: 336px;
  height: 275px;
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  border-bottom-left-radius: 50px;
}

.itapart-container .apart4 {
  width: 336px;
  height: 275px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 1350px) {
  .itapart-container .apart1 {
    width: 300px;
    height: 240px;
  }

  .itapart-container .apart1 {
    width: 300px;
    height: 240px;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
  }

  .itapart-container .apart2 {
    width: 300px;
    height: 240px;
    border-top-right-radius: 50px;
    border-right: 1px solid rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(0, 0, 0, 0.5);
  }

  .itapart-container .apart3 {
    width: 300px;
    height: 240px;
    border-left: 1px solid rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    border-bottom-left-radius: 50px;
  }

  .itapart-container .apart4 {
    width: 300px;
    height: 240px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  }

  .itapart-container .itapart img {
    width: 300px;
    height: 240px;
  }

  .itapart-container .apart2 h4 {
    font-size: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .itapart-container {
    margin-top: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }

  .itapart-container .apart1 {
    border: none;
  }

  .itapart-container .apart2 {
    border: none;
  }

  .itapart-container .apart3 {
    border: none;
  }

  .itapart-container .apart4 {
    border: none;
  }
}

@media screen and (max-width: 576px) {
  .itapart {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .itapart-top h4 {
    font-size: 25px;
  }

  .itapart-top span {
    font-size: 25px;
  }

  /* .apart-container .apart img {
               border-radius: 50px;
               border-top-left-radius: none;
              } */
}

.ithero {
  display: flex;
  justify-content: space-around;
  align-items: center;
  /* background: url(../it/img/itbackimg.svg); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding-bottom: 5%;
  padding-top: 1%;
  padding-left: 1%;
  padding-right: 1%;
  border-radius: 0px 0px 100px 100px;
  background: #d1f4ff;
  position: relative;
}

.itHeroBack {
  width: 90%;
  position: absolute;
  bottom: -10%;
  left: 10px;
}

.ithero-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  /* align-items: center; */
  /* margin-top: -50px; */
}

.ithero-left h1 {
  /* max-width: 739px; */
  color: #000;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.ithero-left h1 span {
  color: #2e85a3;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.ithero-left p {
  margin-top: 30px;
  max-width: 635px;
  color: #000;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  border-left: 3px solid black;
  padding-left: 20px;
}

/* hero btn */
.ithero-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  column-gap: 30px;
  padding-top: 9%;
  padding-bottom: 10px;
  position: relative;
}

.ithero-btn .btn1 a {
  text-decoration: none;
  color: #fff;
  font-family: Poppins;
}

.ithero-btn .btn1 a:hover {
  color: #2e85a3;
  color: #fff;
}

.ithero-btn .btn2 a {
  text-decoration: none;
  color: #2e85a3;
  font-family: Poppins;
}

.ithero-btn .btn2 a:hover {
  color: #fff !important;
}

.ithero-btn .btn1 {
  border: none;
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  width: 210px;
  height: 45px;
  flex-shrink: 0;
  border-radius: 30px 0px;
  background: #2e85a3;
}

.ithero-btn .btn1:hover {
  color: #2e85a3;
  background: #000;
  color: #fff !important;
}

.ithero-btn .btn2 {
  border: none;
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  width: 210px;
  height: 45px;
  flex-shrink: 0;
  border-radius: 30px 0px;
  background: #fff;
}

.ithero-btn .btn2:hover {
  color: #fff;
  background: #2e85a3;
}

/* hero arrow img */
.ithero-btn .ithero-arrow-img {
  position: absolute;
  right: -60%;
  width: 50%;
}

/* hero right */
.ithero-right {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  margin-top: 0;
}

.ithero-right img {
  width: 90%;
}

@media screen and (max-width: 1400px) {
  .ithero-btn .ithero-arrow-img {
    position: absolute;
    right: -40%;
    width: 35%;
  }
}

@media screen and (max-width: 1200px) {
  .ithero-btn .ithero-arrow-img {
    position: absolute;
    right: -40%;
    width: 35%;
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .ithero {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column-reverse;

    padding-bottom: 3%;
  }

  .itHeroBack {
    width: 90%;
    position: absolute;
    bottom: -3%;
    left: 10px;
  }

  .ithero-right img {
    width: 80%;
    padding-bottom: 10%;
  }

  .ithero-btn .ithero-arrow-img {
    position: absolute;
    right: -60%;
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .ithero {
    border-radius: 0px 0px 50px 50px;
  }

  .ithero-left {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .ithero-left h1 {
    max-width: 350px;
    font-size: 25px;
    margin: auto;
    text-align: center;
  }

  .ithero-left h1 span {
    font-size: 25px;
  }

  .ithero-left p {
    max-width: 300px;
    font-size: 14px;
    text-align: justify;
    margin: 0px 10px;
  }

  .ithero-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
  }

  .ithero-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 350px;
    column-gap: 10px;
    padding-top: 1%;
    padding-bottom: 10px;
  }

  .ithero-btn .btn1 {
    font-size: 13px;
    width: 150px;
    height: 30px;
  }

  .ithero-btn .btn2 {
    font-size: 13px;
    width: 150px;
    height: 30px;
  }

  .itHeroBack {
    width: 90%;
    position: absolute;
    bottom: -2%;
    left: 10px;
  }
}

.itprocess-main {
  margin: 150px 0;
}

.itprocess-top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.itprocess-top img {
  transform: rotate(180deg);
}

.itprocess-top h6 {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.itprocess-main h4 {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  padding-top: 10px;
  line-height: normal;
}

.itprocess-main h4 span {
  color: #2e85a3;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0 10px;
  border-radius: 50px;
  background-color: #d1f4ff;
}

.itprocess-container {
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: center;
  align-items: center;
  gap: 100px;
  padding-top: 70px;
  /* background-image: url(../it/img/itconsultantbackImg.svg); */
  background-image: url(./img/Vector\ 15.svg);
  background-repeat: no-repeat;
  background-position: 50% 30%;
}

.itprocess {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.itprocess h4 {
  color: #2e85a3;
  text-align: center;
  font-family: Poppins;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.itprocess p {
  max-width: 337px;
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.itprocess2 {
  display: none;
}

.itprocess4 {
  display: none;
}

@media screen and (max-width: 1300px) {
  .itprocess-container {
    background-position: 100% 35%;
  }
}

@media screen and (max-width: 1200px) {
  .itprocess-container {
    background-image: none;
  }
}

@media screen and (max-width: 1100px) {
  .itprocess-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding-top: 70px;
  }

  .itprocess2 {
    display: block;
  }

  .itprocess4 {
    display: block;
  }

  .itprocess1 {
    display: none;
  }

  .itprocess3 {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .itprocess-main {
    margin: 50px 0;
  }

  .itprocess-top h6 {
    font-size: 20px;
  }

  .itprocess-top img {
    width: 150px;
  }

  .itprocess-main h4 {
    font-size: 20px;
  }

  .itprocess-main h4 span {
    font-size: 20px;
  }
}

.itservices-container {
  margin: 150px 10px;
  display: grid;
  /* display: flex; */
  /* flex-wrap: wrap; */
  grid-template-columns: auto auto auto;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

.itservices {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 360px;
  /* margin: auto; */
  height: 490px;
  flex-shrink: 0;
  border-radius: 50px;
  border: 1px solid #000;
  text-align: center;
  background: #fff;
}

.itservices h4 {
  padding-top: 10px;
  color: #2e85a3;
  text-align: center;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 20px;
}

.itservices h3 {
  padding-top: 10px;
  color: #2e85a3;
  text-align: center;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 20px;
}

.itservices p {
  padding-top: 20px;
  width: 309px;
  /* height: 189px; */
  flex-shrink: 0;
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

/* services-text */
.itservices-text h4 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /* max-width: 550px; */
  color: #000;
  text-align: right;
  font-family: Poppins;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.itservices-text h2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /* max-width: 550px; */
  color: #000;
  text-align: right;
  font-family: Poppins;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: start;
}

.itservices-text p {
  max-width: 360px;
  color: #000;
  text-align: justify;
  font-family: Poppins;
  font-size: 17.5px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding-top: 20px;
}

.itservices-img {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}

.itservices-img img {
  transform: rotate(180deg);
}

.itservices-img h5 {
  color: #2e85a3;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0 15px;
  background-color: #d1f4ff;
  border-radius: 50px;
}

.itservices-img h2 {
  color: #2e85a3;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0 15px;
  background-color: #d1f4ff;
  border-radius: 50px;
}

@media screen and (max-width: 1300px) {
  .itservices-text h4 {
    font-size: 30px;
  }
  .itservices-text h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 1200px) {
  .itservices-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 600px) {
  .itservices-text h4 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    text-align: center;
  }
  .itservices-text h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    text-align: center;
  }

  .itservices-text p {
    font-size: 15px;
    text-align: justify;
  }

  .itservices-img {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }

  .itservices-img h5 {
    font-size: 25px;
  }

  .itservices-img h2 {
    font-size: 25px;
  }

  .itservices {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 350px;
  }

  .itservices p {
    max-width: 300px;
    text-align: justify;
  }
}

.process-main {
  margin: 150px 0;
}

.process-top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.process-top img {
  transform: rotate(180deg);
}

.process-top h6 {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.process-main h1 {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  padding-top: 10px;
  line-height: normal;
}

.process-main h1 span {
  color: #2e85a3;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0 10px;
  border-radius: 50px;
  background-color: #d1f4ff;
}

.process-container {
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: center;
  align-items: center;
  gap: 100px;
  padding-top: 70px;
  /* background-image: url(../img/itconsultantbackImg.svg); */
  background-repeat: no-repeat;
  background-position: 50% 30%;
}

.process {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.process h1 {
  color: #2e85a3;
  text-align: center;
  font-family: Poppins;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.process p {
  max-width: 337px;
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

@media screen and (max-width: 1300px) {
  .process-container {
    background-position: 100% 35%;
  }
}

@media screen and (max-width: 1200px) {
  .process-container {
    background-image: none;
  }
}


@media screen and (max-width: 1100px) {
  .process-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding-top: 70px;
  }
}

@media screen and (max-width: 576px) {
  .process-main {
    margin: 50px 0;
  }

  .process-top h6 {
    font-size: 20px;
  }

  .process-top img {
    width: 150px;
  }

  .process-main h1 {
    font-size: 20px;
  }

  .process-main h1 span {
    font-size: 20px;
  }


}


.apart-main {
  margin: 50px 0;
}

.apart-top h1 {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
}

.apart-top h2 {
  text-align: center;
}

.apart-top span {
  color: #2e85a3;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-color: #d1f4ff;
  border-radius: 50px;
  padding: 0 10px;
  text-align: center;
}

/* apart-container */
.apart-container {
  margin-top: 100px;
  display: grid;
  grid-template-columns:
    auto auto auto auto;
  justify-content: center;
  align-items: center;
  /* width: 1440px; */
  /* border-top: 1px solid rgba(0, 0, 0, 0.50) ; */
}

.apart-container .apart {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.apart-container .apart img {
  width: 336px;
  height: 275px;
}

.apart-container .apart h1 {
  color: #2e85a3;
  text-align: center;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 275px;
}

.apart-container .apart p {
  max-width: 281px;
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.apart-container .apart1 {
  width: 336px;
  height: 275px;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}

.apart-container .apart2 {
  width: 336px;
  height: 275px;
  border-top-right-radius: 50px;
  border-right: 1px solid rgba(0, 0, 0, 0.5);
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}

.apart-container .apart3 {
  width: 336px;
  height: 275px;
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  border-bottom-left-radius: 50px;
}

.apart-container .apart4 {
  width: 336px;
  height: 275px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 1350px) {
  .apart-container .apart1 {
    width: 300px;
    height: 240px;
  }

  .apart-container .apart1 {
    width: 300px;
    height: 240px;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
  }

  .apart-container .apart2 {
    width: 300px;
    height: 240px;
    border-top-right-radius: 50px;
    border-right: 1px solid rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(0, 0, 0, 0.5);
  }

  .apart-container .apart3 {
    width: 300px;
    height: 240px;
    border-left: 1px solid rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    border-bottom-left-radius: 50px;
  }

  .apart-container .apart4 {
    width: 300px;
    height: 240px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  }

  .apart-container .apart img {
    width: 300px;
    height: 240px;
  }
}

@media screen and (max-width: 1200px) {
  .apart-container {
    margin-top: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .apart-container .apart1 {
    border: none;
  }

  .apart-container .apart2 {
    border: none;
  }

  .apart-container .apart3 {
    border: none;
  }

  .apart-container .apart4 {
    border: none;
  }
}


@media screen and (max-width: 576px) {
  .apart-top h1 {
    font-size: 25px;
  }

  .apart-top span {
    font-size: 25px;
  }

  /* .apart-container .apart img {
             border-radius: 50px;
             border-top-left-radius: none;
            } */

}

.appapart-main {
  margin: 50px 0;
}

.appapart-top h4 {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
}

.appapart-top h2 {
  text-align: center;
}

.appapart-top span {
  color: #2e85a3;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-color: #d1f4ff;
  border-radius: 50px;
  padding: 0 10px;
  text-align: center;
}

/* apart-container */
.appapart-container {
  margin-top: 100px;
  display: grid;
  grid-template-columns:
    auto auto auto auto;
  justify-content: center;
  align-items: center;
  /* width: 1440px; */
  /* border-top: 1px solid rgba(0, 0, 0, 0.50) ; */
}

.appapart-container .appapart {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.appapart-container .appapart img {
  width: 336px;
  height: 275px;
}

.appapart-container .appapart h4 {
  color: #2e85a3;
  text-align: center;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 275px;
}

.appapart-container .appapart p {
  max-width: 281px;
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.appapart-container .apart1 {
  width: 336px;
  height: 275px;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}

.appapart-container .apart2 {
  width: 336px;
  height: 275px;
  border-top-right-radius: 50px;
  border-right: 1px solid rgba(0, 0, 0, 0.5);
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}

.appapart-container .apart3 {
  width: 336px;
  height: 275px;
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  border-bottom-left-radius: 50px;
}

.appapart-container .apart4 {
  width: 336px;
  height: 275px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 1350px) {
  .appapart-container .apart1 {
    width: 300px;
    height: 240px;
  }

  .appapart-container .apart1 {
    width: 300px;
    height: 240px;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
  }

  .appapart-container .apart2 {
    width: 300px;
    height: 240px;
    border-top-right-radius: 50px;
    border-right: 1px solid rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(0, 0, 0, 0.5);
  }

  .appapart-container .apart3 {
    width: 300px;
    height: 240px;
    border-left: 1px solid rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    border-bottom-left-radius: 50px;
  }

  .appapart-container .apart4 {
    width: 300px;
    height: 240px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  }

  .appapart-container .appapart img {
    width: 300px;
    height: 240px;
  }
}

@media screen and (max-width: 1200px) {
  .appapart-container {
    margin-top: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }

  .appapart-container .apart1 {
    border: none;
  }

  .appapart-container .apart2 {
    border: none;
  }

  .appapart-container .apart3 {
    border: none;
    border-left: none;
    border-bottom: none;
  }

  .appapart-container .apart4 {
    border: none;
  }
}

@media screen and (max-width: 576px) {
  .appapart-top h4 {
    font-size: 25px;
  }

  .appapart-top span {
    font-size: 25px;
  }

  /* .apart-container .apart img {
               border-radius: 50px;
               border-top-left-radius: none;
              } */
}

.appprocess-main {
  margin: 150px 0;
}

.appprocess-top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.appprocess-top h6 {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.appprocess-main h4 {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  padding-top: 10px;
  line-height: normal;
}

.appprocess-main h4 span {
  color: #2e85a3;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0 10px;
  border-radius: 50px;
  background-color: #d1f4ff;
}

.appprocess-container {
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: center;
  align-items: center;
  gap: 100px;
  padding-top: 70px;
  background-image: url(./img/Vector\ 15.svg);
  background-repeat: no-repeat;
  background-position: 50% 35%;
}

.appprocess {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.appprocess h4 {
  color: #2e85a3;
  text-align: center;
  font-family: Poppins;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.appprocess p {
  max-width: 337px;
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.appprocess2 {
  display: none;
}

.appprocess4 {
  display: none;
}

@media screen and (max-width: 1300px) {
  .appprocess-container {
    background-position: 100% 35%;
  }
}

@media screen and (max-width: 1200px) {
  .appprocess-container {
    background-image: none;
  }
}

@media screen and (max-width: 1100px) {
  .appprocess1 {
    display: none;
  }

  .appprocess2 {
    display: block;
  }

  .appprocess3 {
    display: none;
  }

  .appprocess4 {
    display: block;
  }

  .appprocess-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding-top: 70px;
  }
}

@media screen and (max-width: 576px) {
  .appprocess-main {
    margin: 50px 0;
  }

  .appprocess-top h6 {
    font-size: 20px;
  }

  .appprocess-top img {
    width: 150px;
  }

  .appprocess-main h4 {
    font-size: 20px;
  }

  .appprocess-main h4 span {
    font-size: 20px;
  }
}

.appservices-container {
  margin: 150px 10px;
  display: grid;
  /* display: flex; */
  /* flex-wrap: wrap; */
  grid-template-columns: auto auto auto;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

.appservices {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 360px;
  /* margin: auto; */
  height: 490px;
  flex-shrink: 0;
  border-radius: 50px;
  border: 1px solid #000;
  text-align: center;
  background: #fff;
}

.appservices h4 {
  padding-top: 10px;
  color: #2e85a3;
  text-align: center;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 20px;
}

.appservices p {
  padding-top: 20px;
  width: 309px;
  /* height: 189px; */
  flex-shrink: 0;
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

/* services-text */
.appservices-text h4 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /* max-width: 550px; */
  color: #000;
  text-align: right;
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.appservices-text p {
  max-width: 360px;
  color: #000;
  text-align: justify;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  /* padding-top: 20px; */
}

.appservices-line-img {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}

.appservices-line-img h5 {
  color: #2e85a3;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0 15px;
  background-color: #d1f4ff;
  border-radius: 50px;
}

@media screen and (max-width: 1300px) {
  .appservices-text h4 {
    font-size: 30px;
  }
}

@media screen and (max-width: 1200px) {
  .appservices-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 600px) {
  .appservices-text h4 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    text-align: center;
  }

  .appservices-line-img {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }

  .appservices-line-img h5 {
    font-size: 25px;
  }

  .appservices {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 350px;
  }

  .appservices p {
    max-width: 300px;
    text-align: justify;
  }

  .appservices-text p {
    max-width: 380px;
    color: #000;
    text-align: justify;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding-top: 20px;
  }
}

.faqContainer {
  padding: 10px;
  margin-bottom: 70px;
}

.faqLeft {
  display: flex;
  justify-content: center;
  align-items: center;
}

.faqLeft img {
  width: 100%;
}

/* mainContainer1 */
.mainContainer h2 {
  color: #000;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding-top: 30px;
}

.mainContainer h4 {
  color: #2e85a3;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  font-family: League Spartan;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.headContainer {
  flex-shrink: 0;
  border-radius: 20px;
  background: #f8f8f8;
  margin: 10px 0;
  padding: 10px;
  cursor: pointer;
}

.headIcon {
  display: flex;
  align-items: center;
}


.headIcon .icon1 {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 3px solid #2e85a3;
  width: 30px;
  height: 30px;
  color: #7e7e7e;
  font-size: 20px;
  cursor: pointer;
}

.headIcon .icon2 {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 3px solid #2e85a3;
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 20px;
  background: #2e85a3;
  cursor: pointer;
}

.headIcon h3 {
  color: #000;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  padding-left: 15px;
  cursor: pointer;
}

.Para p {
  padding-left: 30px;
  padding-right: 20px;
  color: #7e7e7e;
  font-family: Inter;
  font-size: 15.375px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.8px;
}

@media screen and (max-width: 992px) {
  .faqLeft {
    margin-bottom: 50px;
  }

}

@media screen and (max-width: 600px) {
  /* .faqLeft {
          display: none;
        } */

  .mainContainer h2 {
    text-align: center;
  }

  .mainContainer h4 {
    font-size: 30px;
    text-align: center;
    line-height: 40px;
  }

  .headIcon h1 {
    width: 300px;
  }

  .faqContainer {
    margin-bottom: 10px;
  }

}

.mobileApphero {
  display: flex;
  justify-content: space-around;
  align-items: center;
  /* background: url(../mobileApp/img/heroback.svg); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding-bottom: 1%;
  padding-top: 1%;
  padding-left: 1%;
  padding-right: 1%;
  border-radius: 0px 0px 100px 100px;
  background: #d1f4ff;
  position: relative;
}

.mobileBackImg {
  width: 90%;
  position: absolute;
  bottom: -10%;
  left: 10px;
}

.mobileApphero-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  /* align-items: center; */
  /* margin-top: -50px; */
}

.mobileApphero-left h1 {
  /* max-width: 739px; */
  color: #000;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.mobileApphero-left h1 span {
  color: #2e85a3;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.mobileApphero-left p {
  margin-top: 30px;
  max-width: 635px;
  color: #000;
  font-family: Poppins;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  border-left: 3px solid black;
  padding-left: 20px;
}

/* hero btn */
.mobileApphero-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  column-gap: 30px;
  padding-top: 9%;
  padding-bottom: 10px;
  position: relative;
}

.mobileApphero-btn .btn1 a {
  text-decoration: none;
  color: #fff;
  font-family: Poppins;
}

.mobileApphero-btn .btn1 a:hover {
  color: #2e85a3;
}

.mobileApphero-btn .btn2 a {
  text-decoration: none;
  color: #2e85a3;
  font-family: Poppins;
}

.mobileApphero-btn .btn2 a:hover {
  color: #fff;
}

.mobileApphero-btn .btn1 {
  border: none;
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  width: 210px;
  height: 45px;
  flex-shrink: 0;
  border-radius: 30px 0px;
  background: #2e85a3;
}

.mobileApphero-btn .btn1:hover {
  background-color: #fff;
  color: #2e85a3;
}

.mobileApphero-btn .btn2 {
  border: none;
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  width: 210px;
  height: 45px;
  flex-shrink: 0;
  border-radius: 30px 0px;
  background: #fff;
}

.mobileApphero-btn .btn2:hover {
  color: #fff;
  background: #000;
}

/* hero arrow img */
.mobileApphero-btn .mobileApphero-arrow-img {
  position: absolute;
  right: -60%;
  width: 50%;
}

/* hero right */
.mobileApphero-right {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  margin-top: 0;
}

.mobileApphero-right img {
  width: 100%;
}

@media screen and (max-width: 1400px) {
  .mobileApphero-btn .mobileApphero-arrow-img {
    position: absolute;
    right: -40%;
    width: 35%;
  }
}

@media screen and (max-width: 1200px) {
  .mobileApphero-btn .mobileApphero-arrow-img {
    position: absolute;
    right: -40%;
    width: 35%;
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .mobileApphero {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding-bottom: 10%;
  }

  .mobileApphero-right img {
    width: 80%;
    padding-bottom: -2%;
  }

  .mobileApphero-btn .mobileApphero-arrow-img {
    position: absolute;
    right: -60%;
    display: none;
  }

  .mobileBackImg {
    width: 90%;
    position: absolute;
    bottom: 0%;
    left: 10px;
  }
}

@media screen and (max-width: 600px) {
  .mobileApphero {
    border-radius: 0 0 50px 50px;
  }

  .mobileApphero-left {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .mobileApphero-left h1 {
    max-width: 350px;
    font-size: 25px;
    margin: auto;
    text-align: center;
  }

  .mobileApphero-left h1 span {
    font-size: 25px;
  }

  .mobileApphero-left p {
    max-width: 340px;
    font-size: 14px;
    text-align: justify;
  }

  .mobileApphero-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
  }

  .mobileApphero-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 350px;
    column-gap: 10px;
    padding-top: 1%;
    padding-bottom: 10px;
  }

  .mobileApphero-btn .btn1 {
    font-size: 13px;
    width: 150px;
    height: 30px;
  }

  .mobileApphero-btn .btn2 {
    font-size: 13px;
    width: 150px;
    height: 30px;
  }
}

.mobile_dev_main h2 {
  text-align: center;
  margin-bottom: 65px;
}

.mobile_dev_process {
  display: flex;
  /* padding: 0px 67px; */
  margin-bottom: 108px;
  align-items: center;
  justify-content: center;

}

.mobile_dev_process_mid img {
  max-width: 500px;
  /* width: 100%; */
}

.mobile_dev_process_left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0px 60px;
  row-gap: 90px;
}

.mobile_dev_process_right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0px 60px;
  row-gap: 90px;
}

.mobile_dev_process_left p {
  text-align: justify;
  padding-bottom: 20px;
  font-size: 15px;
  border-bottom: 2px solid #005473;
}

.mobile_dev_process_left h4 {
  font-size: 18px;
}

.mobile_dev_process_right p {
  text-align: justify;
  padding-bottom: 20px;
  font-size: 15px;
  border-bottom: 2px solid #005473;
}

.mobile_dev_process_right h4 {
  font-size: 18px;
}


@media screen and (max-width: 1100px) {
  .mobile_dev_process {
    flex-direction: column;

  }
  .mobile_dev_process_left{
    padding: 0;
    margin-bottom: 30px;
    row-gap: 50px;
  }
  .mobile_dev_process_right{
    padding: 0;
    margin-top: 30px;
    row-gap: 50px;
  }

  .mobile_dev_main{
    max-width: 450px;
    padding: 0px 30px;
  }

  .mobile_dev_process_mid {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .mobile_dev_process_mid img {
    /* max-width: 500px; */
    width: 100%;
    margin-bottom: 20px;
  }

}

.food {
  margin-bottom: 50px;
}

/* food-left */
.food-left {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  width: 80%;
  border-radius: 25px;
  /* overflow-y: scroll; */
  height: 850px;
}

/* timetracker-left-img */
.food-left .timetracker-left-img {
  background-image: url(./img/TimeTrakerLeftImg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  width: 100%;
  height: 850px;
  transition: ease-in-out 1s;
  border-radius: 25px;
}



/* pixel-left-img */
.food-left .pixel-left-img {
  background-image: url(./img/pixelLeftImg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  width: 100%;
  height: 850px;
  transition: ease-in-out 1s;
  border-radius: 25px;
}


.food-left .pixel-left-img:hover {
  background-position: bottom;
}



.food-left .timetracker-left-img:hover {
  background-position: bottom;
}

.food-left::-webkit-scrollbar {
  width: 2em;
  height: 2em
}

.food-left img {
  width: 80%;
  object-fit: cover;
}

/* food-right */
.food-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
  padding-left: 25px;
}

.food-right h1 {
  color: #000;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.food-right h1 span {
  color: #2e85a3;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0 15px;
  border-radius: 50px;
  background-color: #d1f4ff;
}

.food-right p {
  max-width: 625px;
  color: #000;
  text-align: justify;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-left: 2px solid #2e85a3;
  padding-left: 20px;
  margin-top: 25px;
}

/* .food-text */
.food-text {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: 15px;
  column-gap: 200px;
}

.food-text .text h6 {
  color: #595959;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.food-text .text h1 {
  color: #000;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.food-btn {
  padding-top: 40px;
}

.food-btn a {
  flex-shrink: 0;
  background-color: #2e85a3;
  color: #fff;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 10px 30px;
  border-radius: 50px;
  text-decoration: none;
}

.food-right a i {
  padding-left: 10px;
}

/* food-img */
.food-img {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 70px;
}

.food-img img {
  width: 100%;
}


@media screen and (max-width: 1100px) {
  .food-text {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: flex-start;
    align-items: flex-start;
    row-gap: 15px;
    column-gap: 100px;
  }
}

@media screen and (max-width: 992px) {
  .food-left {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* padding: 0 10px; */
  }

  .food-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 5px;
  }

  .food-right {
    padding-top: 50px;
  }
}




@media screen and (max-width: 576px) {
  .food-text {
    padding: 0 10px;
    column-gap: 50px;
  }

}

.hero {
  margin-bottom: 100px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  background-image: url(./img/heroBackImg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 75vh;
  padding-bottom: 10%;
  padding-top: 1%;
  padding-left: 1%;
  padding-right: 1%;
  position: relative;
  /* z-index: -1; */
}

.hero .dotImg1 {
  position: absolute;
  top: 15px;
  left: 15px;
}

.hero .dotImg2 {
  position: absolute;
  bottom: -40px;
  left: 37%;
}

.hero h6 {
  color: #000;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 5%;
}

.hero h1 {
  margin-top: 10px;
  max-width: 831px;
  color: #fff;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  flex-shrink: 0;
  border-radius: 100px 0px;
  background: #000;
  padding: 7px 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2e85a3;
}

.hero p {
  padding-top: 40px;
  max-width: 1090px;
  flex-shrink: 0;
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.hero a {
  color: #fff;
  text-decoration: none;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 20px;
  padding: 10px 40px;
  margin-top: 30px;
  background: #2e85a3;
  border: 2px solid #2e85a3;
}

.hero a:hover {
  border: 2px solid black;
  color: #2e85a3;
  background-color: #fff;
}

@media screen and (max-width: 1110px) {
  .hero h1 {
    max-width: 600px;
    font-size: 25px;
    border-radius: 100px 0px;
    padding: 7px 30px;
  }
}

@media screen and (max-width: 1110px) {
  .hero .dotImg1 {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .hero .dotImg2 {
    display: none;
  }

  .hero {
    margin-bottom: 50px;
    height: 70vh;
  }

  .hero h1 {
    font-size: 18px;
  }

  .hero p {
    padding-top: 15px;
    font-size: 15px;
  }

  .hero a {
    margin-top: 10px;
  }
}

.services {
  margin-top: 15%;
  margin-bottom: 15%;
}

/* food-left */
.services-left {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  width: 80%;
  border-radius: 25px;
  /* overflow-y: scroll; */
  height: 850px;
  float: right;
}


/* market-left-img" */
/* timetracker-left-img */
.services-left .market-left-img {
  background-image: url(./img/marketRightImg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  width: 100%;
  height: 850px;
  transition: ease-in-out 1s;
  border-radius: 25px;
}

.services-left .market-left-img:hover {
  background-position: bottom;
}

/* codex-left-img */
.services-left .codex-left-img {
  background-image: url(./img/codeXRightImg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  width: 100%;
  height: 850px;
  transition: ease-in-out 1s;
  border-radius: 25px;
}

.services-left .codex-left-img:hover {
  background-position: bottom;
}

.services-left img {
  width: 80%;
  object-fit: cover;
}



.services-left::-webkit-scrollbar {
  width: 2em;
  height: 2em
}

/* food-right */
.services-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
  /* padding-left: 25px; */
}

.services-right h1 {
  color: #000;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.services-right h1 span {
  color: #2e85a3;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0 15px;
  border-radius: 50px;
  background-color: #d1f4ff;
}

.services-right p {
  max-width: 625px;
  color: #000;
  text-align: justify;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-left: 2px solid #2e85a3;
  padding-left: 20px;
  margin-top: 25px;
}

/* .food-text */
.services-text {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: 15px;
  column-gap: 200px;
}

.services-text .text h6 {
  color: #595959;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.services-text .text h1 {
  color: #000;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.food-btn {
  padding-top: 40px;
}

.food-btn a {
  flex-shrink: 0;
  background-color: #2e85a3;
  color: #fff;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 10px 30px;
  border-radius: 50px;
  text-decoration: none;
}

.services-right a i {
  padding-left: 10px;
}

/* food-img */
.services-img {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 70px;
}

.services-img img {
  width: 100%;
}


@media screen and (max-width: 1100px) {
  .services-text {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: flex-start;
    align-items: flex-start;
    row-gap: 15px;
    column-gap: 100px;
  }
}

@media screen and (max-width: 992px) {
  .services-left {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* padding: 0 10px; */
  }

  .services-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* padding-left: 5px; */
  }

  .services-right {
    padding-top: 50px;
    padding-bottom: 50px;
  }

}




@media screen and (max-width: 576px) {
  .services-text {
    /* width: 300px; */
    /* margin: auto; */
    column-gap: 20px;
    padding: 0 10px;
  }

}

.food {
  margin-bottom: 50px;
}

/* food-left */
.food-left {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  /* width: 540px; */
  border-radius: 25px;
  /* overflow-y: scroll; */
  height: 850px;
}

.food-left .food-left-img {
  background-image: url(./img/foodleftImg1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  width: 100%;
  height: 850px;
  transition: ease-in-out 1s;
  border-radius: 25px;
}

.food-left .food-left-img:hover {
  background-position: bottom;
}

/* master-left-img */
.food-left .master-left-img {
  background-image: url(./img/MasterleftImg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  width: 100%;
  height: 850px;
  transition: ease-in-out 1s;
  border-radius: 25px;
}

.food-left .master-left-img:hover {
  background-position: bottom;
}

.organic-top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.food-left::-webkit-scrollbar {
  width: 2em;
  height: 2em;
}

.food-left img {
  width: 80%;
  /* height: 100%; */
  /* width: 540px; */
  object-fit: cover;
}

/* food-right */
.food-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
  padding-left: 25px;
}

.food-right h4 {
  color: #000;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.food-right h4 span {
  color: #2e85a3;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0 15px;
  border-radius: 50px;
  background-color: #d1f4ff;
}

.food-right p {
  max-width: 625px;
  color: #000;
  text-align: justify;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-left: 2px solid #2e85a3;
  padding-left: 20px;
  margin-top: 25px;
}

/* .food-text */
.food-text {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: 15px;
  column-gap: 200px;
}

.food-text .text h6 {
  color: #595959;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.food-text .text h4 {
  color: #000;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* .food-btn */

.food-btn {
  padding-top: 40px;
}

.food-btn a {
  flex-shrink: 0;
  background-color: #2e85a3;
  color: #fff;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 10px 30px;
  border-radius: 50px;
  text-decoration: none;
}

.food-btn a:hover {
  border: 2px solid black;
  color: #2e85a3;
  background-color: #fff;
}

.food-right a i {
  padding-left: 10px;
}

/* food-img */
.food-img {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 70px;
}

.food-img img {
  width: 100%;
}

@media screen and (max-width: 1100px) {
  .food-text {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: flex-start;
    align-items: flex-start;
    row-gap: 15px;
    column-gap: 100px;
  }
}

@media screen and (max-width: 992px) {
  .food-left {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* padding: 0 10px; */
  }

  .food-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 5px;
  }

  .food-right {
    padding-top: 50px;
  }
}

@media screen and (max-width: 600px) {
  .food-text {
    padding: 0 10px;
    column-gap: 50px;
  }

  .organic-top {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .organic-top img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
    height: auto;
  }

  .food-right h4 span {
    color: #2e85a3;
    font-family: Poppins;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0 15px;
    border-radius: 50px;
    background-color: #d1f4ff;
  }
}

.hero-portfolio {
  margin-bottom: 100px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  background-image: url(./img/heroBackImg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 75vh;
  padding-bottom: 10%;
  padding-top: 1%;
  padding-left: 1%;
  padding-right: 1%;
  position: relative;
  /* z-index: -1; */
}

.hero-portfolio .dotImg1 {
  position: absolute;
  top: 15px;
  left: 15px;
}

.hero-portfolio .dotImg2 {
  position: absolute;
  bottom: -40px;
  left: 37%;
}

.hero-portfolio h6 {
  color: #000;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 5%;
}

.hero-portfolio h1 {
  margin-top: 10px;
  max-width: 831px;
  color: #fff;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  flex-shrink: 0;
  border-radius: 100px 0px;
  background: #2e85a3;
  padding: 7px 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-portfolio p {
  padding-top: 40px;
  max-width: 1090px;
  flex-shrink: 0;
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.hero-portfolio a {
  color: #fff;
  text-decoration: none;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 20px;
  padding: 10px 40px;
  margin-top: 30px;
  background: #2e85a3;
  border: 2px solid #2e85a3;
  /* z-index: 999; */
}

.hero-portfolio a:hover {
  border: 2px solid black;
  color: #2e85a3;
  background-color: #fff;
}

@media screen and (max-width: 1110px) {
  .hero-portfolio h1 {
    max-width: 600px;
    font-size: 25px;
    border-radius: 100px 0px;
    padding: 7px 30px;
  }
}

@media screen and (max-width: 1110px) {
  .hero-portfolio .dotImg1 {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .hero-portfolio .dotImg2 {
    display: none;
  }

  .hero-portfolio {
    margin-bottom: 50px;
    height: 70vh;
  }

  .hero-portfolio h1 {
    font-size: 18px;
  }

  .hero-portfolio p {
    padding-top: 15px;
    font-size: 15px;
  }

  .hero-portfolio a {
    margin-top: 10px;
  }
}

.services {
  margin-top: 15%;
  margin-bottom: 15%;
}

/* food-left */
.services-left {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  /* width: 80%; */
  border-radius: 25px;
  /* overflow-y: scroll; */
  height: 850px;
  float: right;
}

.services-left .services-left-img {
  background-image: url(./img/serRightImg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  width: 100%;
  height: 850px;
  transition: ease-in-out 1s;
  border-radius: 25px;
}

.services-left .services-left-img:hover {
  background-position: bottom;
}

/* healthcare-left-img */
.services-left .healthcare-left-img {
  background-image: url(./img/healtRightImg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  width: 100%;
  height: 850px;
  transition: ease-in-out 1s;
  border-radius: 25px;
}

.services-left .healthcare-left-img:hover {
  background-position: bottom;
}

.services-left img {
  width: 80%;
  object-fit: cover;
}

.services-left::-webkit-scrollbar {
  width: 2em;
  height: 2em;
}

/* food-right */
.services-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
  /* padding-left: 25px; */
}

.services-right h4 {
  color: #000;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.services-right h4 span {
  color: #2e85a3;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0 15px;
  border-radius: 50px;
  background-color: #d1f4ff;
}

.services-right p {
  max-width: 625px;
  color: #000;
  text-align: justify;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-left: 2px solid #2e85a3;
  padding-left: 20px;
  margin-top: 25px;
}

/* .food-text */
.services-text {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: 15px;
  column-gap: 200px;
}

.services-text .text h6 {
  color: #595959;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.services-text .text h4 {
  color: #000;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.food-btn {
  padding-top: 40px;
}

.food-btn a {
  flex-shrink: 0;
  background-color: #2e85a3;
  color: #fff;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 10px 30px;
  border-radius: 50px;
  text-decoration: none;
}

.services-right a i {
  padding-left: 10px;
}

/* food-img */
.services-img {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 70px;
}

.services-img img {
  width: 100%;
}

/* pre-next */
.pre-next {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding-top: 50px;
}

.pre-next a {
  text-decoration: none;
  background-color: #2e85a3;
  padding: 10px 40px;
  font-size: 20px;
  border-radius: 50px;
  color: #fff;
  border: 2px solid #2e85a3;
}

.pre-next a:hover {
  text-decoration: none;
  color: #2e85a3;
  background-color: #fff;
  border: 2px solid black;
}

.pre-next button {
  border: none;
}

@media screen and (max-width: 1100px) {
  .services-text {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: flex-start;
    align-items: flex-start;
    row-gap: 15px;
    column-gap: 100px;
  }
}

@media screen and (max-width: 992px) {
  .services-left {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* padding: 0 10px; */
  }

  .services-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* padding-left: 5px; */
  }

  .services-right {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 600px) {
  .services-text {
    /* width: 300px; */
    /* margin: auto; */
    column-gap: 20px;
    padding: 0 10px;
  }

  /* pre-next */
  .pre-next {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .pre-next a {
    text-decoration: none;
    background-color: #2e85a3;
    padding: 10px 25px;
    font-size: 15px;
    border-radius: 50px;
    color: #fff;
  }

  .services-right h4 span {
    color: #2e85a3;
    font-family: Poppins;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0 15px;
    border-radius: 50px;
    background-color: #d1f4ff;
  }

  .services-right h4 {
    font-size: 20px;
    text-align: center;
  }
}

.qualityapart-main {
  margin: 50px 0;
}

.qualityapart-top h4 {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
}

.qualityapart-top h2 {
  text-align: center;
}

.qualityapart-top span {
  color: #2e85a3;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-color: #d1f4ff;
  border-radius: 50px;
  padding: 0 10px;
  text-align: center;
}

/* apart-container */
.qualityapart-container {
  margin-top: 100px;
  display: grid;
  grid-template-columns:
    auto auto auto auto;
  justify-content: center;
  align-items: center;
  /* width: 1440px; */
  /* border-top: 1px solid rgba(0, 0, 0, 0.50) ; */
}

.qualityapart-container .qualityapart {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.qualityapart-container .qualityapart img {
  width: 336px;
  height: 275px;
}

.qualityapart-container .qualityapart h4 {
  color: #2e85a3;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 275px;
}

.qualityapart-container .qualityapart p {
  max-width: 281px;
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.qualityapart-container .apart1 {
  width: 336px;
  height: 275px;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}

.qualityapart-container .apart2 {
  width: 336px;
  height: 275px;
  border-top-right-radius: 50px;
  border-right: 1px solid rgba(0, 0, 0, 0.5);
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}

.qualityapart-container .apart3 {
  width: 336px;
  height: 275px;
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  border-bottom-left-radius: 50px;
}

.qualityapart-container .apart4 {
  width: 336px;
  height: 275px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 1350px) {
  .qualityapart-container .apart1 {
    width: 300px;
    height: 240px;
  }

  .qualityapart-container .apart1 {
    width: 300px;
    height: 240px;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
  }

  .qualityapart-container .apart2 {
    width: 300px;
    height: 240px;
    border-top-right-radius: 50px;
    border-right: 1px solid rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(0, 0, 0, 0.5);
  }

  .qualityapart-container .apart3 {
    width: 300px;
    height: 240px;
    border-left: 1px solid rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    border-bottom-left-radius: 50px;
  }

  .qualityapart-container .apart4 {
    width: 300px;
    height: 240px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  }

  .qualityapart-container .qualityapart img {
    width: 300px;
    height: 240px;
  }
}

@media screen and (max-width: 1200px) {
  .qualityapart-container {
    margin-top: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }

  .qualityapart-container .apart1 {
    border: none;
  }

  .qualityapart-container .apart2 {
    border: none;
  }

  .qualityapart-container .apart3 {
    border: none;
  }

  .qualityapart-container .apart4 {
    border: none;
  }
}

@media screen and (max-width: 576px) {
  .qualityapart-top h4 {
    font-size: 25px;
  }

  .qualityapart-top span {
    font-size: 25px;
  }

  /* .apart-container .apart img {
               border-radius: 50px;
               border-top-left-radius: none;
              } */
}

.qualityhero {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  padding-bottom: 3%;
  padding-top: 1%;
  padding-left: 1%;
  padding-right: 1%;
  border-radius: 0px 0px 100px 100px;
  background: #d1f4ff;
  position: relative;
}

.qualityHeroImg {
  width: 90%;
  position: absolute;
  bottom: -10%;
  left: 10px;
}

.qualityhero-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  /* align-items: center; */
  /* margin-top: -50px; */
}

.qualityhero-left h1 {
  /* max-width: 739px; */
  color: #000;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.qualityhero-left h1 span {
  color: #2e85a3;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.qualityhero-left p {
  margin-top: 30px;
  max-width: 635px;
  color: #000;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  border-left: 3px solid black;
  padding-left: 20px;
}

/* hero btn */
.qualityhero-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  column-gap: 30px;
  padding-top: 9%;
  padding-bottom: 10px;
  position: relative;
}

.qualityhero-btn .btn1 a {
  text-decoration: none;
  color: #fff;
  font-family: Poppins;
}

.qualityhero-btn .btn2 a {
  text-decoration: none;
  color: #2e85a3;
  font-family: Poppins;
}

.qualityhero-btn .btn2 a:hover {
  color: #fff;
}

.qualityhero-btn .btn1 {
  border: none;
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  width: 210px;
  height: 45px;
  flex-shrink: 0;
  border-radius: 30px 0px;
  background: #2e85a3;
}

.qualityhero-btn .btn1:hover {
  color: #fff;
  background: #000;
}

.qualityhero-btn .btn2 {
  border: none;
  color: #2e85a3;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  width: 210px;
  height: 45px;
  flex-shrink: 0;
  border-radius: 30px 0px;
  background: #fff;
}

.qualityhero-btn .btn2:hover {
  color: #fff;
  background: #2e85a3;
}

/* hero arrow img */
.qualityhero-btn .hero-arrow-img {
  position: absolute;
  right: -60%;
  width: 50%;
}

/* hero right */
.qualityhero-right {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  margin-top: 0;
}

.qualityhero-right img {
  width: 100%;
}

@media screen and (max-width: 1400px) {
  .qualityhero-btn .hero-arrow-img {
    position: absolute;
    right: -40%;
    width: 35%;
  }
}

@media screen and (max-width: 1200px) {
  .qualityhero-btn .hero-arrow-img {
    position: absolute;
    right: -40%;
    width: 35%;
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .qualityhero {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding-bottom: 5%;
  }

  .qualityHeroImg {
    width: 90%;
    position: absolute;
    bottom: -5%;
    left: 10px;
  }

  .qualityhero-right img {
    width: 80%;
    padding-bottom: 10%;
  }

  .qualityhero-btn .hero-arrow-img {
    position: absolute;
    right: -60%;
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .qualityhero-left {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .qualityhero-left h1 {
    max-width: 350px;
    font-size: 25px;
    margin: auto;
    text-align: center;
  }

  .qualityhero-left h1 span {
    font-size: 25px;
  }

  .qualityhero-left p {
    max-width: 350px;
    font-size: 14px;
    text-align: justify;
  }

  .qualityhero-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
  }

  .qualityhero-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 350px;
    column-gap: 10px;
    padding-top: 1%;
    padding-bottom: 10px;
  }

  .qualityhero-btn .btn1 {
    font-size: 13px;
    width: 150px;
    height: 30px;
  }

  .qualityhero-btn .btn2 {
    font-size: 13px;
    width: 150px;
    height: 30px;
  }

  .qualityHeroImg {
    width: 90%;
    position: absolute;
    bottom: -2%;
    left: 10px;
  }

  .qualityhero {
    border-radius: 0px 0px 50px 50px;
  }
}

.qualityprocess-main {
  margin: 150px 0;
}

.qualityprocess-top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.qualityprocess-top h6 {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.qualityprocess-main h4 {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  padding-top: 10px;
  line-height: normal;
}

.qualityprocess-main h4 span {
  color: #2e85a3;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0 10px;
  border-radius: 50px;
  background-color: #d1f4ff;
}

.qualityprocess-container {
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: center;
  align-items: center;
  gap: 100px;
  padding-top: 70px;
  background-image: url(./img/Vector\ 15.svg);
  background-repeat: no-repeat;
  background-position: 50% 35%;
}

.qualityprocess {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.qualityprocess h4 {
  color: #2e85a3;
  text-align: center;
  font-family: Poppins;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.qualityprocess p {
  max-width: 337px;
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.qualityprocess2 {
  display: none;
}

.qualityprocess4 {
  display: none;
}

@media screen and (max-width: 1300px) {
  .qualityprocess-container {
    background-position: 100% 35%;
  }
}

@media screen and (max-width: 1200px) {
  .qualityprocess-container {
    background-image: none;
  }
}

@media screen and (max-width: 1100px) {
  .qualityprocess-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding-top: 70px;
  }

  .qualityprocess2 {
    display: block;
  }

  .qualityprocess4 {
    display: block;
  }

  .qualityprocess1 {
    display: none;
  }

  .qualityprocess3 {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .qualityprocess-main {
    margin: 50px 0;
  }

  .qualityprocess-top h6 {
    font-size: 20px;
  }

  .qualityprocess-top img {
    width: 150px;
  }

  .qualityprocess-main h4 {
    font-size: 20px;
  }

  .qualityprocess-main h4 span {
    font-size: 20px;
  }
}

.qualityservices-container {
  margin: 150px 10px;
  display: grid;
  /* display: flex; */
  /* flex-wrap: wrap; */
  grid-template-columns: auto auto auto;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

.qualityservices {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 360px;
  /* margin: auto; */
  height: 490px;
  flex-shrink: 0;
  border-radius: 50px;
  border: 1px solid #000;
  text-align: center;
  background: #fff;
}

.qualityservices h4 {
  padding-top: 10px;
  color: #2e85a3;
  text-align: center;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 20px;
}

.qualityservices h3 {
  padding-top: 10px;
  color: #2e85a3;
  text-align: center;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 20px;
}

.qualityservices p {
  padding-top: 20px;
  width: 309px;
  /* height: 189px; */
  flex-shrink: 0;
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

/* services-text */
.qualityservices-text h4 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  /* max-width: 550px; */
  color: #000;
  text-align: right;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.qualityservices-text h2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  /* max-width: 550px; */
  color: #000;
  text-align: right;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.qualityservices-text p {
  max-width: 360px;
  color: #000;
  text-align: justify;
  font-family: Poppins;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding-top: 20px;
}

.qualityservices-line-img {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}

.qualityservices-line-img h5 {
  color: #2e85a3;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0 15px;
  background-color: #d1f4ff;
  border-radius: 50px;
}

.qualityservices-line-img h2 {
  color: #2e85a3;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0 15px;
  background-color: #d1f4ff;
  border-radius: 50px;
}

@media screen and (max-width: 1300px) {
  .qualityservices-text h1 {
    font-size: 30px;
  }
}

@media screen and (max-width: 1200px) {
  .qualityservices-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 600px) {
  .qualityservices-text h4 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    text-align: center;
  }
  .qualityservices-text h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    text-align: center;
  }

  .qualityservices p {
    max-width: 300px;
    text-align: justify;
  }

  .line-img {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }

  .line-img h5 {
    font-size: 25px;
  }

  .qualityservices {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 350px;
  }

  .qualityservices-text p {
    font-size: 15px;
  }

  .qualityservices-line-img {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 350px;
    gap: 10px;
  }

  .qualityservices-line-img h5 {
    font-size: 20px;
  }

  .qualityservices-line-img h2 {
    font-size: 20px;
  }

  .qualityservices-line-img img {
    width: 40%;
  }
}

.formContainer {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 100px 0;
  gap: 25px;
  background: linear-gradient(rgba(0, 0, 0, 0.8) 100%, rgba(0, 0, 0, 0.8) 100%),
    url(./img/formBackImg.jpg);
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}

.hero-form-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  margin-left: 10px;
  margin-right: 10px;
}

.hero-form-left h6 {
  color: #fff;
  font-family: Poppins;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.hero-form-left h4 {
  color: #2e85a3;
  font-family: Poppins;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 30px;
}

.hero-form-left p {
  color: #fff;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 10px;
}

.hero-form-left img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 10px;
}

.hero-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  border: 4px solid #2e85a3;
  padding: 50px;
  border-radius: 30px;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #fff;
  /* width: 35%; */
}

.hero-form h2 {
  padding-bottom: 10px;
  text-align: center;
  font-size: 30px;
}

.hero-form input {
  height: 50px;
  width: 100%;
  padding-left: 7px;
  border: 2px solid gray;
  border-radius: 5px;
}

.hero-form textarea {
  height: 120px;
  width: 100%;
  resize: none;
  padding-left: 7px;
  border: 2px solid gray;
  border-radius: 5px;
}

.hero-form button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 50px;
  border: none;
  background-color: #2e85a3;
  color: white;
  border-radius: 10px;
}

.hero-form span {
  color: red;
  margin-top: -10px;
  margin-bottom: -10px;
  font-size: 13px;
}

@media screen and (max-width: 1100px) {
  .formContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 10%;
    padding: 50px 0;
  }

  .hero-form-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  .formContainer {
    background: linear-gradient(rgba(0, 0, 0, 0.8) 100%,
        rgba(0, 0, 0, 0.8) 100%),
      url(./img/formBackImg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
  }

  .hero-form-left h4 {
    font-size: 25px;
  }

  .hero-form-left p {
    font-size: 16px;
  }

  .hero-form h2 {
    font-size: 20px;
  }

  .hero-form-left img {
    width: 100%;
  }

  .hero-form-right {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.rpoTop {
  padding: 100px 15px 100px 15px;
  /* background-color: lightgray; */
  background: rgba(46, 133, 163, 0.2);
}

.rpoTop h4 {
  color: #000;
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  max-width: 800px;
  margin: auto;
  padding-bottom: 100px;
}

.rpoContainer {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}

/* left rpo */
.rpoLeft img {
  width: 450px;
  height: 280px;
  border-radius: 10px;
  border: 3px solid #2e85a3;
}

.rpoLeft h2 {
  color: #000;
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: justify;
  padding-top: 25px;
}

.rpoLeft p {
  width: 450px;
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: justify;
}

/* right rpo */
.rpoRight img {
  width: 450px;
  height: 280px;
  border-radius: 10px;
  border: 3px solid #2e85a3;
}

.rpoRight h2 {
  color: #000;
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: justify;
  padding-top: 25px;
}

.rpoRight p {
  width: 450px;
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: justify;
}

@media screen and (max-width: 600px) {
  .rpoTop {
    padding: 50px 15px 50px 15px;
  }

  .rpoTop h4 {
    font-size: 20px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 460px) {
  .rpoRight img {
    width: 350px;
    height: 250px;
  }

  .rpoRight h2 {
    font-size: 25px;
  }

  .rpoRight p {
    width: 350px;
  }

  .rpoLeft img {
    width: 350px;
    height: 250px;
  }

  .rpoLeft h2 {
    font-size: 25px;
  }

  .rpoLeft p {
    width: 350px;
  }
}

.rpoFeaturesContainer {
  margin-bottom: 100px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #d1f4ff;
  padding-top: 100px;
  padding-bottom: 50px;
}

.rpoFeatures {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
}

.rpoFeatures i {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 35px;
  padding-top: 5px;
}

.rpoFeaturesText {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 5px;
}

.rpoFeaturesText h6 {
  font-family: Poppins;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: start;
  max-width: 250px;
}

.rpoFeaturesText p {
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: justify;
  max-width: 250px;
}

.rpoHeroContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: linear-gradient(rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5) 100%),
    url(./img/rpoHeroImg.jpg);
  height: 85vh;
  background-size: cover;
  background-position: center;
}

.rpoHeroContainer h1 {
  color: #fff;
  flex-shrink: 0;
  text-align: center;
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.rpoHeroContainer p {
  max-width: 800px;
  text-align: center;
  color: #fff;
  flex-shrink: 0;
  text-align: center;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (max-width: 600px) {
  .rpoHeroContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: linear-gradient(rgba(0, 0, 0, 0.5) 100%,
        rgba(0, 0, 0, 0.5) 100%),
      url(./img/rpoHeroImg.jpg);
    height: 60vh;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.RPOServicesContiner {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 70px;
  margin-bottom: 70px;
}

.RPOServicesLeft {
  display: flex;
  justify-content: center;
  align-items: center;
}

.RPOServicesLeft img {
  width: 100%;
}

.RPOServicesRight {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 700px;
}

.RPOServicesRight h4 {
  color: #000;
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.RPOServicesRight h4 span {
  color: #2e85a3;
  background-color: #d1f4ff;
  padding: 0 15px;
  border-radius: 20px;
}

.RPOServicesRight p {
  padding-top: 10px;
  max-width: 600px;
  color: #595959;
  text-align: justify;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media screen and (max-width: 600px) {
  .RPOServicesRight h4 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    text-align: center;
    margin: auto;
  }
}

.servicesTop {
  margin-bottom: 100px;
}

.servicesTop h4 {
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  padding-bottom: 60px;
}

.servicesContainer {
  /* display: grid;
        grid-template-columns: auto auto auto auto; */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 20px;
}

.servicesContainer .servicesCard {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 270px;
  height: 300px;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.5);
  background-color: #fff;
  border-radius: 10px;
}

.servicesContainer .servicesCard:hover {
  background-color: #d1f4ff;
  transform: scale(1.05);
  transition: 0.5s;
}

.servicesContainer .servicesCard:hover h5 {
  color: #2e85a3;
}

.servicesContainer .servicesCard:hover h3 {
  color: #2e85a3;
}

.servicesContainer .servicesCard:hover i {
  background-color: #000;
  color: #fff;
}

.servicesContainer .servicesCard i {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 35px;
  color: #2e85a3;
  background-color: #d1f4ff;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  margin-top: 50px;
}

.servicesContainer .servicesCard i:hover {
  transform: scale(1.2);
  transition: 0.5s;
}

.servicesCard h5 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  padding-bottom: 60px;
}

.servicesCard h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  padding-bottom: 60px;
}

.faqContainer {
  padding: 10px;
  margin-bottom: 70px;
}

.faqLeft {
  display: flex;
  justify-content: center;
  align-items: center;
}

.faqLeft img {
  width: 100%;
}

/* mainContainer1 */
.mainContainer h2 {
  color: #000;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding-top: 30px;
}

.mainContainer h4 {
  color: #2e85a3;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  font-family: League Spartan;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.headContainer {
  flex-shrink: 0;
  border-radius: 20px;
  background: #f8f8f8;
  margin: 10px 0;
  padding: 10px;
  cursor: pointer;
}

.headIcon {
  display: flex;
  align-items: center;
}


.headIcon .icon1 {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 3px solid #2e85a3;
  width: 30px;
  height: 30px;
  color: #7e7e7e;
  font-size: 20px;
  cursor: pointer;
}

.headIcon .icon2 {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 3px solid #2e85a3;
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 20px;
  background: #2e85a3;
  cursor: pointer;
}

.headIcon h3 {
  color: #000;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  padding-left: 15px;
  cursor: pointer;
}

.Para p {
  padding-left: 30px;
  padding-right: 20px;
  color: #7e7e7e;
  font-family: Inter;
  font-size: 15.375px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.8px;
}

@media screen and (max-width: 992px) {
  .faqLeft {
    margin-bottom: 50px;
  }

}

@media screen and (max-width: 600px) {
  /* .faqLeft {
          display: none;
        } */

  .mainContainer h2 {
    text-align: center;
  }

  .mainContainer h4 {
    font-size: 30px;
    text-align: center;
    line-height: 40px;
  }

  .headIcon h1 {
    width: 300px;
  }

  .faqContainer {
    margin-bottom: 10px;
  }

}

.social_mid_parent {
  display: flex;
  justify-content: space-between;
  padding: 0px 38px;
  margin-top: 120px;
}

/* .seo_apart_container .apart1, .apart2, .apart3, .apart4{
        height: 320px !important;
    }
    .seo_apart_container .digitalapart img{
        height: 320px !important;
    } */
.social_mid_left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 55%;
  min-width: 320px;
}

.how_we_work_right_img {
  padding-top: 0 !important;
}

.social_mid_left h2 {
  text-align: center;
  margin-bottom: 30px;
}

.social_mid_left p {
  text-align: center;
}

.social_mid_right {
  min-width: 320px;

}

.social_mid_right form div h1 {
  margin-top: 30px;
  text-align: center;
}

.social_mid_right form .signup-container input {
  min-width: 320px;
}


.social_mid_right form .signup-container .form-right textarea {
  min-width: 320px;
}

.social_mid_right .signup-right {
  padding-bottom: 50px;
}

.social_mid_right .submit-btn {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 1300px) {
  .social_mid_left {
    width: 50%;
  }
}

@media screen and (max-width: 1200px) {
  .social_mid_left {
    width: 100%;
  }

  .social_mid_parent {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
  }

  .social_mid_right form .signup-container .form-right textarea {
    margin-top: 20px;
  }
}

.faqContainer {
  padding: 10px;
  margin-bottom: 70px;
}

.faqLeft {
  display: flex;
  justify-content: center;
  align-items: center;
}

.faqLeft img {
  width: 100%;
}

/* mainContainer1 */
.mainContainer h2 {
  color: #000;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding-top: 30px;
}

.mainContainer h4 {
  color: #2e85a3;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  font-family: League Spartan;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.headContainer {
  flex-shrink: 0;
  border-radius: 20px;
  background: #f8f8f8;
  margin: 10px 0;
  padding: 10px;
  cursor: pointer;
}

.headIcon {
  display: flex;
  align-items: center;
}


.headIcon .icon1 {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 3px solid #2e85a3;
  width: 30px;
  height: 30px;
  color: #7e7e7e;
  font-size: 20px;
  cursor: pointer;
}

.headIcon .icon2 {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 3px solid #2e85a3;
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 20px;
  background: #2e85a3;
  cursor: pointer;
}

.headIcon h1 {
  color: #000;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  padding-left: 15px;
  cursor: pointer;
}

.Para p {
  padding-left: 30px;
  padding-right: 20px;
  color: #7e7e7e;
  font-family: Inter;
  font-size: 15.375px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.8px;
}

@media screen and (max-width: 992px) {
  .faqLeft {
    margin-bottom: 50px;
  }

}

@media screen and (max-width: 600px) {
  /* .faqLeft {
          display: none;
        } */

  .mainContainer h2 {
    text-align: center;
  }

  .mainContainer h4 {
    font-size: 30px;
    text-align: center;
    line-height: 40px;
  }

  .headIcon h1 {
    width: 300px;
  }

  .faqContainer {
    margin-bottom: 10px;
  }

}

.social_mid_parent {
  display: flex;
  justify-content: space-between;
  padding: 0px 38px;
  margin-top: 120px;
}

section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px 10px;
}

.social_mid_left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 55%;
  min-width: 320px;
}

.how_we_work_right_img {
  padding-top: 0 !important;
}

.social_mid_left h2 {
  text-align: center;
  margin-bottom: 30px;
}

.social_mid_left p {
  text-align: center;
}

.social_mid_right {
  min-width: 320px;

}

.social_mid_right form div h1 {
  margin-top: 30px;
  text-align: center;
}

.social_mid_right form .signup-container input {
  min-width: 320px;
}


.social_mid_right form .signup-container .form-right textarea {
  min-width: 320px;
}

.social_mid_right .signup-right {
  padding-bottom: 50px;
}

.social_mid_right .submit-btn {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 1300px) {
  .social_mid_left {
    width: 50%;
  }
}

@media screen and (max-width: 1200px) {
  .social_mid_left {
    width: 100%;
  }

  .social_mid_parent {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
  }

  .social_mid_right form .signup-container .form-right textarea {
    margin-top: 20px;
  }
}

.uxapart-main {
  margin: 50px 0;
}

.uxapart-top h4 {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
}

.uxapart-top h2 {
  text-align: center;
}

.uxapart-top span {
  color: #2e85a3;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-color: #d1f4ff;
  border-radius: 50px;
  padding: 0 10px;
  text-align: center;
}

/* apart-container */
.uxapart-container {
  margin-top: 100px;
  display: grid;
  grid-template-columns:
    auto auto auto auto;
  justify-content: center;
  align-items: center;
  /* width: 1440px; */
  /* border-top: 1px solid rgba(0, 0, 0, 0.50) ; */
}

.uxapart-container .uxapart {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.uxapart-container .uxapart img {
  width: 336px;
  height: 275px;
}

.uxapart-container .uxapart h4 {
  color: #2e85a3;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  padding-top: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 275px;
}

.uxapart-container .uxapart p {
  max-width: 281px;
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.uxapart-container .apart1 {
  width: 336px;
  height: 275px;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}

.uxapart-container .apart2 {
  width: 336px;
  height: 275px;
  border-top-right-radius: 50px;
  border-right: 1px solid rgba(0, 0, 0, 0.5);
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}

.uxapart-container .apart3 {
  width: 336px;
  height: 275px;
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  border-bottom-left-radius: 50px;
}

.uxapart-container .apart4 {
  width: 336px;
  height: 275px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 1350px) {
  .uxapart-container .apart1 {
    width: 300px;
    height: 240px;
  }

  .uxapart-container .apart1 {
    width: 300px;
    height: 240px;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
  }

  .uxapart-container .apart2 {
    width: 300px;
    height: 240px;
    border-top-right-radius: 50px;
    border-right: 1px solid rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(0, 0, 0, 0.5);
  }

  .uxapart-container .apart3 {
    width: 300px;
    height: 249px;
    border-left: 1px solid rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    border-bottom-left-radius: 50px;
  }

  .uxapart-container .apart4 {
    width: 300px;
    height: 240px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  }

  .uxapart-container .uxapart img {
    width: 302px;
    height: 240px;
  }

  .uxapart-container .apart h4 {
    font-size: 20px;
  }

  .uxapart-container .uxapart h4 {
    font-size: 18px;
  }

  .uxapart-container .uxapart p {
    font-size: 14px;
  }

  .uxapart-container .apart p {
    font-size: 14px;
  }
}

@media screen and (max-width: 1200px) {
  .uxapart-container {
    margin-top: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }

  .uxapart-container .apart1 {
    border: none;
  }

  .uxapart-container .apart2 {
    border: none;
  }

  .uxapart-container .apart3 {
    border: none;
  }

  .uxapart-container .apart4 {
    border: none;
  }
}

@media screen and (max-width: 576px) {
  .uxapart {
    padding: 15px 0;
  }

  .uxapart-top h4 {
    font-size: 25px;
  }

  .uxapart-top span {
    font-size: 25px;
  }
}

.uxhero {
  display: flex;
  justify-content: space-around;
  align-items: center;
  /* background: url(../ux/img/uxback.svg); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding-bottom: 7%;
  padding-top: 1%;
  padding-left: 1%;
  padding-right: 1%;
  border-radius: 0px 0px 100px 100px;
  background: #D1F4FF;
  position: relative;
}

.uxhero-back-img {
  width: 90%;
  position: absolute;
  bottom: -10%;
  left: 10px;
}

.uxhero-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  /* align-items: center; */
  /* margin-top: -50px; */
}

.uxhero-left h1 {
  /* max-width: 739px; */
  color: #000;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.uxhero-left h1 span {
  color: #2e85a3;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.uxhero-left p {
  margin-top: 15px;
  max-width: 665px;
  color: #000;
  font-family: Poppins;
  text-align: justify;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  border-left: 3px solid black;
  padding-left: 20px;
}


/* hero btn */
.uxhero-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  column-gap: 30px;
  padding-top: 5%;
  padding-bottom: 10px;
  position: relative;
}

.uxhero-btn .btn1 a {
  text-decoration: none;
  color: #fff;
  font-family: Poppins;
}

.uxhero-btn .btn1 a:hover {
  text-decoration: none;
  color: #fff;
  font-family: Poppins;
}

.uxhero-btn .btn2 a {
  text-decoration: none;
  color: #2e85a3;
  font-family: Poppins;
}

.uxhero-btn .btn2 a:hover {
  color: #fff;
}

.uxhero-btn .btn1 {
  border: none;
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  width: 210px;
  height: 45px;
  flex-shrink: 0;
  border-radius: 30px 0px;
  background: #2e85a3;
}

.uxhero-btn .btn1:hover {
  border: none;
  color: #fff;
  background-color: #000;
}

.uxhero-btn .btn2 {
  border: none;
  color: #2e85a3;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  width: 210px;
  height: 45px;
  flex-shrink: 0;
  border-radius: 30px 0px;
  background: #fff;
}

.uxhero-btn .btn2:hover {
  border: none;
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  width: 210px;
  height: 45px;
  flex-shrink: 0;
  border-radius: 30px 0px;
  background: #2e85a3;
  ;
}

/* hero arrow img */
.uxhero-btn .uxhero-arrow-img {
  position: absolute;
  right: -60%;
  width: 50%;
}

/* hero right */
.uxhero-right {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  margin-top: 0;
}

.uxhero-right img {
  width: 100%;
}

@media screen and (max-width: 1400px) {
  .uxhero-btn .uxhero-arrow-img {
    position: absolute;
    right: -40%;
    width: 35%;
  }
}

@media screen and (max-width: 1200px) {
  .uxhero-btn .uxhero-arrow-img {
    position: absolute;
    right: -40%;
    width: 35%;
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .uxhero {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding-bottom: 5%;
    border-radius: 0px 0px 50px 50px;
  }

  .uxhero-back-img {
    width: 90%;
    position: absolute;
    bottom: -4%;
    left: 10px;
  }

  .uxhero-right img {
    width: 80%;
    padding-bottom: 10%;
  }

  .uxhero-btn .uxhero-arrow-img {
    position: absolute;
    right: -60%;
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .uxhero-left {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .uxhero-left h1 {
    max-width: 350px;
    font-size: 25px;
    margin: auto;
    text-align: center;
  }

  .uxhero-left h1 span {
    font-size: 25px;
  }

  .uxhero-left p {
    max-width: 340px;
    font-size: 14px;
    text-align: justify;
    padding-left: 10px;
  }

  .uxhero-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
  }

  .uxhero-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 350px;
    column-gap: 10px;
    padding-top: 1%;
    padding-bottom: 10px;
  }

  .uxhero-btn .btn1 {
    font-size: 13px;
    width: 150px;
    height: 30px;
  }

  .uxhero-btn .btn2 {
    font-size: 13px;
    width: 150px;
    height: 30px;
  }

  .uxhero-back-img {
    width: 90%;
    position: absolute;
    bottom: -2%;
    left: 10px;
  }
}

.uxprocess-main {
  margin: 150px 0;
}

.uxprocess-top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.uxprocess-top h6 {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.uxprocess-main h4 {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  padding-top: 10px;
  line-height: normal;
}

.uxprocess-main h4 span {
  color: #2e85a3;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0 10px;
  border-radius: 50px;
  background-color: #d1f4ff;
}

.uxprocess-container {
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: center;
  align-items: center;
  gap: 100px;
  padding-top: 70px;
  background-image: url(./img/Vector\ 15.svg);
  background-repeat: no-repeat;
  background-position: 50% 35%;
}

.uxprocess {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.uxprocess h4 {
  color: #2e85a3;
  text-align: center;
  font-family: Poppins;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.uxprocess p {
  max-width: 337px;
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.uxprocess2 {
  display: none;
}

.uxprocess4 {
  display: none;
}

@media screen and (max-width: 1300px) {
  .uxprocess-container {
    background-position: 100% 35%;
  }
}

@media screen and (max-width: 1200px) {
  .uxprocess-container {
    background-image: none;
  }
}

@media screen and (max-width: 1100px) {
  .uxprocess-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding-top: 70px;
  }

  .uxprocess2 {
    display: block;
  }

  .uxprocess4 {
    display: block;
  }

  .uxprocess1 {
    display: none;
  }

  .uxprocess3 {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .uxprocess-main {
    margin: 50px 0;
  }

  .uxprocess-top h6 {
    font-size: 20px;
  }

  .uxprocess-main h4 {
    font-size: 20px;
    max-width: 350px;
  }

  .uxprocess-main h4 span {
    font-size: 20px;
    max-width: 350px;
  }

  .uxprocess-top img {
    width: 150px;
  }

  .uxprocess-main h4 {
    font-size: 20px;
  }

  .uxprocess-main h4 span {
    font-size: 20px;
  }
}

.uxservices-container {
  margin: 150px 10px;
  display: grid;
  /* display: flex; */
  /* flex-wrap: wrap; */
  grid-template-columns: auto auto auto;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

.uxservices {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 360px;
  /* margin: auto; */
  height: 490px;
  flex-shrink: 0;
  border-radius: 50px;
  border: 1px solid #000;
  text-align: center;
  background: #fff;
}

.uxservices h4 {
  padding-top: 10px;
  color: #2e85a3;
  text-align: center;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 20px;
}

.uxservices h3 {
  padding-top: 10px;
  color: #2e85a3;
  text-align: center;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 20px;
}

.uxservices p {
  padding-top: 20px;
  width: 309px;
  /* height: 189px; */
  flex-shrink: 0;
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

/* services-text */
.uxservices-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  height: 100%;
}

.uxservices-text h4 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  /* max-width: 550px; */
  color: #000;
  text-align: right;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.uxservices-text h2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  /* max-width: 550px; */
  color: #000;
  text-align: right;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.uxservices-text p {
  max-width: 350px;
  color: #000;
  text-align: justify;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding-top: 20px;
}


.uxservices-text .line-img {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  flex-direction: row-reverse;
}

.line-img h5 {
  color: #2e85a3;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0 15px;
  background-color: #d1f4ff;
  border-radius: 50px;
}

.line-img h2 {
  color: #2e85a3;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0 15px;
  background-color: #d1f4ff;
  border-radius: 50px;
}

@media screen and (max-width: 1300px) {
  .uxservices-text h4 {
    font-size: 30px;
  }
}

@media screen and (max-width: 1200px) {
  .uxservices-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 600px) {
  .uxservices-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    height: 100%;
  }

  .uxservices-text p {
    text-align: justify;
    font-size: 15px;
  }

  .uxservices-text h4 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    text-align: center;
  }

  .line-img {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }

  .line-img h5 {
    font-size: 25px;
  }

  .uxservices {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 340px;
  }

  .uxservices p {
    text-align: justify;
  }
}

.faqContainer {
  padding: 10px;
  margin-bottom: 70px;
}

.faqLeft {
  display: flex;
  justify-content: center;
  align-items: center;
}

.faqLeft img {
  width: 100%;
}

/* mainContainer1 */
.mainContainer h2 {
  color: #000;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding-top: 30px;
}

.mainContainer h4 {
  color: #2e85a3;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  font-family: League Spartan;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.headContainer {
  flex-shrink: 0;
  border-radius: 20px;
  background: #f8f8f8;
  margin: 10px 0;
  padding: 10px;
  cursor: pointer;
}

.headIcon {
  display: flex;
  align-items: center;
}


.headIcon .icon1 {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 3px solid #2e85a3;
  width: 30px;
  height: 30px;
  color: #7e7e7e;
  font-size: 20px;
  cursor: pointer;
}

.headIcon .icon2 {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 3px solid #2e85a3;
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 20px;
  background: #2e85a3;
  cursor: pointer;
}

.headIcon h1 {
  color: #000;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  padding-left: 15px;
  cursor: pointer;
}

.Para p {
  padding-left: 30px;
  padding-right: 20px;
  color: #7e7e7e;
  font-family: Inter;
  font-size: 15.375px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.8px;
}

@media screen and (max-width: 992px) {
  .faqLeft {
    margin-bottom: 50px;
  }

}

@media screen and (max-width: 600px) {
  /* .faqLeft {
          display: none;
        } */

  .mainContainer h2 {
    text-align: center;
  }

  .mainContainer h4 {
    font-size: 30px;
    text-align: center;
    line-height: 40px;
  }

  .headIcon h1 {
    width: 300px;
  }

  .faqContainer {
    margin-bottom: 10px;
  }

}

.websiteapart-main {
  margin: 50px 0;
}

.websiteapart-top h4 {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
}

.websiteapart-top h2 {
  text-align: center;
}

.websiteapart-top span {
  color: #2e85a3;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-color: #d1f4ff;
  border-radius: 50px;
  padding: 0 10px;
  text-align: center;
}

/* apart-container */
.websiteapart-container {
  margin-top: 100px;
  display: grid;
  grid-template-columns:
    auto auto auto auto;
  justify-content: center;
  align-items: center;
  /* width: 1440px; */
  /* border-top: 1px solid rgba(0, 0, 0, 0.50) ; */
}

.websiteapart-container .websiteapart {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.websiteapart-container .websiteapart img {
  width: 336px;
  height: 275px;
}

.websiteapart-container .websiteapart h4 {
  color: #2e85a3;
  text-align: center;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 275px;
}

.websiteapart-container .websiteapart p {
  max-width: 281px;
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.websiteapart-container .apart1 {
  width: 336px;
  height: 275px;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}

.websiteapart-container .apart2 {
  width: 336px;
  height: 275px;
  border-top-right-radius: 50px;
  border-right: 1px solid rgba(0, 0, 0, 0.5);
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}

.websiteapart-container .apart3 {
  width: 336px;
  height: 275px;
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  border-bottom-left-radius: 50px;
}

.websiteapart-container .apart4 {
  width: 336px;
  height: 275px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 1350px) {
  .websiteapart-container .apart1 {
    width: 300px;
    height: 240px;
  }

  .websiteapart-container .apart1 {
    width: 300px;
    height: 240px;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
  }

  .websiteapart-container .apart2 {
    width: 300px;
    height: 240px;
    border-top-right-radius: 50px;
    border-right: 1px solid rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(0, 0, 0, 0.5);
  }

  .websiteapart-container .apart3 {
    width: 300px;
    height: 240px;
    border-left: 1px solid rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    border-bottom-left-radius: 50px;
  }

  .websiteapart-container .apart4 {
    width: 300px;
    height: 240px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  }

  .websiteapart-container .websiteapart img {
    width: 300px;
    height: 240px;
  }

  .websiteapart-container .websiteapart h4 {
    font-size: 20px;
    padding-top: 10px;
  }

  .websiteapart-container .websiteapart p {
    font-size: 15px;
  }
}

@media screen and (max-width: 1200px) {
  .websiteapart-container {
    margin-top: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }

  .websiteapart-container .apart1 {
    border: none;
  }

  .websiteapart-container .apart2 {
    border: none;
  }

  .websiteapart-container .apart3 {
    border: none;
  }

  .websiteapart-container .apart4 {
    border: none;
  }
}

@media screen and (max-width: 576px) {
  .websiteapart-top h4 {
    font-size: 25px;
  }

  .websiteapart-top span {
    font-size: 25px;
  }
}

.websitehero {
  display: flex;
  justify-content: space-around;
  align-items: center;
  /* background: url(../website/img/websiteheroBack.svg); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding-bottom: 2%;
  padding-top: 1%;
  padding-left: 1%;
  padding-right: 1%;
  background-color: #d1f4ff;
  border-radius: 0px 0px 100px 100px;
  position: relative;
}

.websiteheroBackImg {
  width: 90%;
  position: absolute;
  bottom: -10%;
  left: 10px;
}

.websitehero-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  /* margin-top: -50px; */
}

.websitehero-left h1 {
  /* max-width: 739px; */
  color: #000;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.websitehero-left h1 span {
  color: #2e85a3;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.websitehero-left p {
  margin-top: 30px;
  max-width: 650px;
  color: #000;
  font-family: Poppins;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  border-right: 3px solid black;
  padding-right: 20px;
  text-align: end;
}

/* hero btn */
.websitehero-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  column-gap: 30px;
  padding-top: 9%;
  padding-bottom: 10px;
}

.websitehero-btn .btn1 a {
  text-decoration: none;
  color: #fff;
  font-family: Poppins;
}

.websitehero-btn .btn1 a:hover {
  color: #fff;
}

.websitehero-btn .btn2 a {
  text-decoration: none;
  color: #2e85a3;
  font-family: Poppins;
}

.websitehero-btn .btn2 a:hover {
  color: #fff;
}

.websitehero-btn .btn1 {
  border: none;
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  width: 210px;
  height: 45px;
  flex-shrink: 0;
  border-radius: 30px 0px;
  background: #2e85a3;
}

.websitehero-btn .btn1:hover {
  color: #fff;
  background: #000;
}

.websitehero-btn .btn2 {
  border: none;
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  width: 210px;
  height: 45px;
  flex-shrink: 0;
  border-radius: 30px 0px;
  background: #fff;
}

.websitehero-btn .btn2:hover {
  border: none;
  color: #fff;
  font-family: Poppins;
  background: #2e85a3;
}

/* hero right */
.websitehero-right {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  margin-top: 0;
  position: relative;
}

.websitehero-right img {
  width: 100%;
}

/* hero arrow img */
.websitehero-right .hero-arrow-img {
  position: absolute;
  right: -40%;
  bottom: 5%;
  width: 40%;
}

@media screen and (max-width: 1400px) {
  .websitehero-right .hero-arrow-img {
    position: absolute;
    right: -30%;
    bottom: 10%;
    width: 30%;
  }
}

@media screen and (max-width: 1200px) {
  .websitehero-right .hero-arrow-img {
    position: absolute;
    right: -40%;
    width: 35%;
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .websitehero {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 10%;
  }

  .websiteheroBackImg {
    width: 90%;
    position: absolute;
    bottom: -3%;
    left: 10px;
  }

  .websitehero-right img {
    width: 80%;
    padding-bottom: 10%;
  }

  .websitehero-btn .hero-arrow-img {
    position: absolute;
    right: -60%;
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .websitehero {
    border-radius: 0px 0px 50px 50px;
  }

  .how_we_work .how_we_work_head {
    padding: 0px;
  }

  .hero-left {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .websitehero-left h1 {
    max-width: 350px;
    font-size: 25px;
    margin: auto;
    text-align: center;
  }

  .websitehero-left h1 span {
    font-size: 25px;
  }

  .websitehero-left p {
    max-width: 350px;
    font-size: 14px;
    text-align: justify;
  }

  .websitehero-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
  }

  .websitehero-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 350px;
    column-gap: 10px;
    padding-top: 1%;
    padding-bottom: 10px;
  }

  .websitehero-btn .btn1 {
    font-size: 13px;
    width: 150px;
    height: 30px;
  }

  .websitehero-btn .btn2 {
    font-size: 13px;
    width: 150px;
    height: 30px;
  }

  .websiteheroBackImg {
    width: 90%;
    position: absolute;
    bottom: -1%;
    left: 10px;
  }
}

.websiteprocess-main {
  margin: 150px 0;
}

.websiteprocess-top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.websiteprocess-top img {
  transform: rotate(180deg);
}

.websiteprocess-top h6 {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.websiteprocess-main h4 {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  padding-top: 10px;
  line-height: normal;
}

.websiteprocess-main h4 span {
  color: #2e85a3;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0 10px;
  border-radius: 50px;
  background-color: #d1f4ff;
}

.websiteprocess-container {
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: center;
  align-items: center;
  gap: 100px;
  padding-top: 70px;
  /* background-image: url(../img/Vector\ 15.svg); */
  /* background: url(../website/img/webapartbackdashImg.svg); */
  background-image: url(./img/Vector\ 15.svg);
  background-repeat: no-repeat;
  background-position: 50% 35%;
}

.websiteprocess {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.websiteprocess h4 {
  color: #2e85a3;
  text-align: center;
  font-family: Poppins;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.websiteprocess p {
  max-width: 322px;
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.websiteprocess ul {
  max-width: 322px;
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}


.websiteprocess2 {
  display: none;
}

.websiteprocess4 {
  display: none;
}

.website_need_li {
  margin-bottom: 15px;
}

@media screen and (max-width: 1300px) {
  .websiteprocess-container {
    background-position: 100% 35%;
  }
}

@media screen and (max-width: 1200px) {
  .websiteprocess-container {
    background-image: none;
  }
}

@media screen and (max-width: 1100px) {
  .websiteprocess-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding-top: 70px;
  }

  .websiteprocess1 {
    display: none;
  }

  .websiteprocess3 {
    display: none;
  }

  .websiteprocess2 {
    display: block;
  }

  .websiteprocess4 {
    display: block;
  }
}

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

  /* .websiteprocess-main {
          margin: 50px 0;
          max-width: 350px;
        } */
  .websiteprocess-top h6 {
    font-size: 25px;
  }

  .websiteprocess-top img {
    /* width: 150px; */
    display: none;
  }

  .websiteprocess-main h4 {
    font-size: 20px;
  }

  .websiteprocess-main h4 span {
    font-size: 20px;
  }
}

.websiteservices-container {
  margin: 150px 10px;
  display: grid;
  /* display: flex; */
  /* flex-wrap: wrap; */
  grid-template-columns: auto auto auto;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

.websiteservices {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 360px;
  /* margin: auto; */
  height: 490px;
  flex-shrink: 0;
  border-radius: 50px;
  border: 1px solid #000;
  text-align: center;
  background: #fff;
}

.websiteservices h4 {
  padding-top: 10px;
  color: #2e85a3;
  text-align: center;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 20px;
}

.websiteservices p {
  padding-top: 20px;
  width: 309px;
  /* height: 189px; */
  flex-shrink: 0;
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

/* services-text */
.websiteservices-text h4 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /* max-width: 550px; */
  color: #000;
  text-align: right;
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.websiteservices-text p {
  max-width: 350px;
  color: #000;
  text-align: justify;
  font-family: Poppins;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding-top: 20px;
}

.line-img {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}

.line-img img {
  transform: rotate(180deg);
}

.line-img h5 {
  color: #2e85a3;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0 15px;
  background-color: #d1f4ff;
  border-radius: 50px;
}

@media screen and (max-width: 1300px) {
  .websiteservices-text h4 {
    font-size: 30px;
  }
}

@media screen and (max-width: 1200px) {
  .websiteservices-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 600px) {
  .websiteservices-text h4 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    text-align: center;
  }

  .websiteservices-text p {
    font-size: 15px;
  }

  .line-img {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }

  .line-img h5 {
    font-size: 25px;
  }

  .websiteservices {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 350px;
  }

  .websiteservices h4 {
    font-size: 25px;
  }

  .websiteservices p {
    max-width: 300px;
    text-align: justify;
  }
}



.home_form_selact {
  width: 250px;
  height: 45px;
  flex-shrink: 0;
  border-radius: 10px !important;
  /* background: #fff; */
  border: 2px solid rgba(0, 0, 0, 0.5) !important;
  padding-left: 8px !important;
  font-size: 17px !important;
  color: rgb(0 0 0 / 61%) !important;
}

.nav-services {
  background: transparent !important;
  border: transparent !important;

}

.dropdown-menu {
  margin: 0;
  width: 300px;
  height: 370px;
  position: absolute;
  top: 100%;
  left: -50% !important;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .25rem;
  margin: 0 !important;
}

.nav-services:focus {
  box-shadow: none !important;
}

.dropdown-menu a {
  color: #000 !important;
  text-decoration: none !important;
  transform: none !important;
  transition: transform 0.3s ease-in-out;
  color: #000 !important;
  text-decoration: none;
  display: block;
  font-size: 16px !important;
  width: 100% !important;
  text-align: start !important;
  margin-left: 27px;
  max-width: 250px !important;


}

.dropdown-menu.show {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-around !important;
  /* width: 132%; */
  width: 253px !important;
}

a:hover {
  text-decoration: none !important;
}

.mobila-faq-ul {
  max-width: 100%;
  padding-left: 47px;
  padding-right: 20px;
  color: #7e7e7e;
  font-family: Inter;
  font-size: 15.375px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.8px;
}

@media screen and (max-width: 1142px) {
  .navbar-top h2 {
    font-size: 28px;
  }
}

.write_review {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.write_review input {
  border-radius: 30px;
  font-size: 24px;
  padding: 10px 15px;
  margin-right: 10px;
}

.write_review p {
  font-size: 24px;
  margin: 0;
}


.it_border_curve_3 {
  border-radius: 0px 300px 0px 0px !important;
}

.contact_name_main {
  display: flex;
  justify-content: space-between;
}

.contact_name_main .first_name,
.last_name {
  width: 48%;
}