/* about area start */

.about_me {
  background: #edf6ee;
  padding: 55px 0px 135px;
}
.about_us_me {
  background-color: var(--white);
  padding: 0px;
}
.about_content.about_me_content {
  margin-left: 50px;
}
.about_talk p {
  font-size: 20px;
  font-weight: 400;
  margin-top: 30px;
}

.about_talk a {
  color: var(--primaryColor);
  font-size: 18px;
}
/* about area end */
/* development area start */
.developer_title h2 {
  font-size: 22px;
  font-weight: 500;
}
.developer_title span {
  width: 6.9%;
  height: 3px;
  background: #1b9c85;
  position: absolute;
}
.develop_progress_bar ul li {
  width: 100%;
  height: 25px;
  background: #eeeeee;
  border-top-right-radius: 80px;
  position: relative;
  border-bottom-left-radius: 80px;
}

.develop_progress_bar ul li span {
  font-size: 13px;
  font-weight: 400;
  font-family: "Joft";
  margin-left: 15px;
  margin-right: 15px;
}

.develop_progress_bar ul li:before {
  content: "";
  position: absolute;
  width: 96%;
  height: 25px;
  background: #1b9c85;
  border-bottom-left-radius: 80px;
}
.develop_progress_bar ul li:nth-child(2):before {
  width: 90%;
}

.develop_progress_bar ul li:nth-child(4):before {
  width: 88%;
}

.develop_progress_bar ul li:nth-child(3):before {
  width: 85%;
}

.develop_progress_bar ul li:last-child:before {
  width: 89%;
}
.left span {
  color: var(--white);
  position: absolute;
  z-index: 22;
  font-weight: 600 !important;
  top: 3px;
}
ul.progress_bar li {
  margin-bottom: 35px;
}
/* development area start */
/* experience area start */
.experience_part {
  background-color: #edf6ee;
}
.experience_item {
  background: #1c2229;
  padding: 30px 30px 25px 25px;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 0px #1c2229;
}
.exp_icon i {
  color: #f8b90c;
  font-size: 45px;
}

.exp_content h3 {
  color: #dddddd;
  font-size: 17px;
}

.exp_content h2 {
  color: #dddddd;
  font-size: 22px;
}

.exp_content p {
  color: #d7dadd;
  font-size: 16px;
  font-weight: 400;
}
/* experience area end */
/* stay in touch start */
section.stay_in_touch {
  background: var(--white) !important;
}
/* stay in touch end */
