.allweb_projects_section {
  /* border: 1px solid white; */
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.allweb_projects_section > div {
  /* border: 1px solid white; */
  width: 45%;
}

.awps_leftbox button {
  /* background-color: #fb1800; */
  background-image: -webkit-gradient(linear, left top, right top, from(#ff715b), to(#da3ea1));
  background-image: linear-gradient(90deg, #ff715b, #da3ea1);
  color: white;
  padding: 12px 35px;
  border-radius: 30px;
  font-weight: 700;
}

.awps_leftbox p {
  font-weight: 100;
}

.awps_rightbox {
  position: relative;
}

.awps_rightbox > h1 {
  visibility: hidden;
}

.awps_all_web_link {
  align-self: flex-end;
  position: absolute;
  top: 0;
  right: 0;
}

.awps_all_web_link::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 100%;
  border-bottom: 2px solid white;
  transition: all 0.2s ease;
}

.awps_all_web_link:hover:after {
  color: red;
  width: 0%;
}

.awps_rightbox_flexbox {
  display: flex;
  justify-content: space-between;
}

.awps_rightbox_flexbox > div {
  width: 48%;
  /* border: 1px solid white; */
  display: flex;
  flex-direction: column;
}

.awps_rightbox_flexbox a {
  width: 100% !important;
  text-align: left;
  /* border: 1px solid red; */
  margin-bottom: 10px;
  font-size: 24px;
  margin: 12px 0;
  cursor: pointer;
}

/* ----------------------------------------what-web----------------------------- */

.whatweb_section {
  /* border: 1px solid red; */
  /* width: 95%;
    margin: 20px auto;
    max-width: 1296px; */
}

.whatweb_flexbox {
  margin-top: 50px;
  display: flex;
  column-gap: 5%;
  align-items: flex-start;
  flex-wrap: wrap;
}

.whatweb_flexbox > div {
  width: 30%;
  /* border: 1px solid white; */
  margin-bottom: 30px;
}

.whatweb_flexbox > div h3 {
  margin-bottom: 10px;
}

/* --------------------------------------rltd services-------------------------------------------- */


.rltd_srv_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 50px;
}
.rltd_srv_head a {
  text-decoration: underline;
  font-size: 14px;
  margin-right: 20px;
}

.rltd_srv_head h4 {
  margin: 0;
  font-size: 18px;
  margin-left: 20px;
}

.slick_our_slider_wrap {
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
}

.our_wdb_item {
  margin: 0 20px;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-direction: column;
  position: relative;
  cursor: pointer;
}



@media screen and (max-width: 1000px) {
  .allweb_projects_section {
    flex-direction: column;
  }
  .allweb_projects_section > div {
    width: 100%;
  }
  .awps_rightbox {
    margin-top: 20px;
  }
  .awps_rightbox > h1 {
    display: none;
  }
  .awps_rightbox_flexbox > div {
    margin-top: 40px;
  }
  .whatweb_flexbox > div {
    width: 70%;
  }
  .whatweb_flexbox {
    margin-top: 30px;
  }
  .slick_our_slider_wrap {
    width: 90%;
  }
}

@media screen and (max-width: 765px) {
  .allweb_projects_section,
  .whatweb_section {
    width: 90%;
  }
  .whatweb_flexbox > div {
    width: 100%;
  }
  .whatweb_flexbox {
    margin-top: 10px;
  }
}

@media screen and (max-width: 680px) {
  .awps_rightbox_flexbox {
    flex-direction: column;
  }
  .awps_rightbox_flexbox > div {
    width: 100%;
  }
}

/* -------------------------overwrite------------------------ */
.accordion-list {
  /* border: 1px solid red !important; */
  /* display: flex !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
  flex-direction: row ;
  flex-wrap: wrap !important; */
}

.custom_accordion_item {
  /* width: 49% ; */
}

.accordion-head-text {
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  width: 90% !important;
  overflow: hidden !important;
}
